https://github.com/laravel/claude-code
https://github.com/laravel/claude-code
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laravel/claude-code
- Owner: laravel
- Created: 2026-01-09T14:59:37.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-01-10T15:17:54.000Z (about 1 month ago)
- Last Synced: 2026-01-11T04:34:02.590Z (about 1 month ago)
- Size: 9.77 KB
- Stars: 208
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-claude-code - **claude-code**
README
# Laravel Claude Code Plugins
A collection of Claude Code plugins tailored for PHP / Laravel development.
## Plugins
### laravel-simplifier
A code simplification agent that refines PHP / Laravel code for clarity, consistency, and maintainability while preserving functionality.
**Features:**
- Applies common Laravel conventions and standards
- Reduces unnecessary complexity and nesting
- Improves readability through clear naming
- Focuses on recently modified code by default
- Preserves all original functionality
## Installation
Add the marketplace and install the plugin:
```
/plugin marketplace add laravel/claude-code
```
```
/plugin install laravel-simplifier@laravel
```
## Usage
Once installed, tell Claude Code to use the agent after a long coding session:
```
> Review recent changes using the laravel-simplifier agent
```