---
slug: "laravel-best-practices"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/athallabf/laravel-best-practices@main/README.md"
repo: "https://github.com/athallabf/laravel-best-practices"
source_file: "README.md"
branch: "main"
---
# 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.
