# Laravel Best Practices Skill

This repository contains the `laravel-best-practices` skill for Claude, designed to help developers write clean, maintainable, and idiomatic Laravel code.

## Installation

To use this skill, install it using the [Claude CLI](https://github.com/anthropics/claude-code):

```bash
claude install athallabf/laravel-best-practices
# or
npx skills add athallabf/laravel-best-practices
```

If you don't use Claude, you can use `npx skills` to add the skill. It supports OpenCode, Claude Code, Codex, Cursor, and 36 more.

## Structure

- `laravel-best-practices/`: Contains the actual skill definition (`SKILL.md`) and reference rules.

## Credits

Based on the [Laravel Best Practices](https://github.com/alexeymezenin/laravel-best-practices) repository by Alexey Mezenin.
