Laravel Claude Agents provides specialized subagents and skills for Laravel development. Operations teams can automate tasks, improve code quality, and streamline workflows. Integrates with Composer for easy installation and deployment.
git clone https://github.com/iSerter/laravel-claude-agents.gitLaravel Claude Agents provides a comprehensive toolkit of subagents and skills designed to streamline Laravel development workflows. The package includes 10 specialized agents covering architecture decisions, Eloquent optimization, API development, testing, code review, debugging, performance tuning, and security auditing. It integrates seamlessly with Claude Code through a plugin or as a Composer package, automatically detecting and invoking agents for tasks like schema planning, N+1 query prevention, RESTful API creation, and OWASP security reviews. Development teams use it to improve code quality, accelerate feature delivery, and maintain best practices across Laravel projects.
Install via Claude Code plugin with `/plugin install --source github iserter/laravel-claude-agents` or as a Composer package with `composer require --dev iserter/laravel-claude-agents:dev-main`. Once installed, Claude Code automatically detects agents and skills—invoke them explicitly in prompts like 'Ask the laravel-architect to design authentication' or let Claude choose automatically.
Design application architecture and database schemas with the laravel-architect agent
Optimize Eloquent queries and prevent N+1 problems with the eloquent-specialist agent
Build and review RESTful APIs with authentication using the laravel-api-developer agent
Write and improve test coverage with the laravel-testing-expert using Pest PHP
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/iSerter/laravel-claude-agentsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as a Laravel developer with expertise in Laravel Claude Agents. I need help with [TASK]. My Laravel project is [PROJECT_DESCRIPTION]. I'm using [VERSION] of Laravel. Provide a step-by-step guide to accomplish this using Laravel Claude Agents.
# Laravel Claude Agents Task: Database Migration Optimization
## Analysis
- Current migration time: 45 seconds
- Identified bottlenecks: Large data sets, complex relationships
- Recommended subagents: `MigrationOptimizer`, `QueryAnalyzer`
## Step-by-Step Solution
1. **Install Required Subagents**
```bash
composer require laravel-claude/migration-optimizer
composer require laravel-claude/query-analyzer
```
2. **Configure Subagents**
Update `config/claude.php` with:
```php
'subagents' => [
'MigrationOptimizer' => ['batch_size' => 1000],
'QueryAnalyzer' => ['threshold' => 0.5]
]
```
3. **Run Optimization**
```bash
php artisan claude:optimize-migrations
```
## Expected Outcome
- Migration time reduced to under 15 seconds
- Query performance improved by 40%
- Automated monitoring for future optimizationsAI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Enterprise workflow automation and service management platform
Customer feedback management made simple
Complete help desk solution for growing teams
The AI automation platform built for everyone
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan