Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By iSerter
Delegate specialized Laravel tasks to Claude Code agents and skills: architect scalable apps, model Eloquent schemas and optimize queries, design REST APIs with auth and resources, review code quality and security, debug issues, tune performance via caching and queues, write Pest tests with TDD, implement notifications and scheduling, and generate docs.
npx claudepluginhub iserter/laravel-claude-agents --plugin laravel-claude-agentsExpert in Laravel Eloquent ORM, database design, relationships, query optimization, and data modeling. Invoked for database-related tasks, model creation, relationship definitions, and query performance issues.
Expert in Laravel API development with focus on RESTful design, API resources, authentication (Sanctum/Passport), rate limiting, and API versioning. Invoked for API endpoint creation, resource transformation, and API architecture.
Expert Laravel application architect specializing in design patterns, project structure, and scalable architecture for Laravel 10+ applications. Invoked for architectural decisions, pattern selection, and application design.
Expert Laravel architecture reviewer specializing in evaluating system design, design patterns, scalability, and architectural decisions for Laravel applications. Invoked for architecture reviews, design validation, and technical debt assessment.
Expert Laravel code reviewer specializing in code quality, Laravel best practices, security vulnerabilities, and performance optimization. Invoked for code reviews, pull request analysis, and quality assurance of Laravel applications.
Best practices for Laravel Eloquent ORM including query optimization, relationship management, and avoiding common pitfalls like N+1 queries.
Best practices for Laravel API Resources including resource transformation, collection handling, conditional attributes, and relationship loading.
Best practices for Laravel authorization including Gates, Policies, middleware auth, and Blade directives for access control.
Best practices for Laravel Blade components including class-based and anonymous components, slots, attribute bags, and reusable UI patterns.
Use when creating or developing Laravel features, before writing code or implementation plans - refines rough ideas into fully-formed Laravel designs through collaborative questioning, alternative exploration, and incremental validation.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Laravel-focused skills for Claude Code: TDD (Pest/PHPUnit), migrations, queues, quality checks (Pint/Insights), and pragmatic architecture patterns — Sail and non-Sail compatible.
Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.
Production-grade rules and workflows for Laravel REST APIs built with essa/api-tool-kit. 21 rule files and 8 guided workflows covering every layer of a Laravel API including DDD support.
Expert Laravel 12 + PHP 8.5 with SOLID principles, Eloquent, Livewire, and comprehensive documentation
Agents and skills for PHP / Laravel development
Claude Code plugin channeling Taylor Otwell's Laravel philosophy
Awesome Claude Code Subagents and Skills for Laravel Development
A comprehensive collection of specialized Claude Code subagents and skills for Laravel development. 10 agents and 15 skills covering architecture, Eloquent, APIs, testing, security, performance, debugging, and more.
/plugin install --source github iserter/laravel-claude-agents
Or via the marketplace:
/plugin marketplace add iserter/laravel-claude-agents
/plugin install laravel-claude-agents
No files are added to your project — Claude Code loads agents and skills directly from the plugin.
For teams that prefer vendored files committed to the repo:
composer require --dev iserter/laravel-claude-agents:dev-main
php artisan claude-agents:publish
This copies agents and skills into .claude/ in your project root. Use --force to overwrite existing files.
Requires PHP 8.1+ and Laravel 10/11/12.
Once installed, Claude Code automatically detects the agents and skills. You can invoke them explicitly or let Claude choose automatically:
> Ask the laravel-architect to design the authentication system
> Have eloquent-specialist optimize the user queries
> Create a RESTful API for blog posts with authentication
> Optimize the dashboard query performance
| Agent | Description |
|---|---|
| laravel-architect | Architecture decisions, design patterns, schema planning |
| eloquent-specialist | Eloquent models, relationships, N+1 prevention, migrations |
| laravel-api-developer | API resources, Sanctum/Passport, rate limiting |
| laravel-testing-expert | Pest PHP, feature/unit tests, TDD, code coverage |
| laravel-code-reviewer | Code quality, security checks, best practices |
| laravel-architecture-reviewer | Design validation, scalability, technical debt |
| laravel-debugger | Error diagnosis, log analysis, query debugging |
| laravel-performance-optimizer | Caching, queues, bottleneck identification, Octane |
| laravel-security-auditor | OWASP Top 10, auth review, CSRF/XSS protection |
| laravel-documentation-engineer | API docs, setup guides, changelogs |
| Skill | Description |
|---|---|
| laravel-tdd | Red-Green-Refactor with Pest PHP, database testing with factories |
| laravel-brainstorming | Feature design, approach exploration, schema and API planning |
| laravel-systematic-debugging | Four-phase debugging, root cause identification |
| eloquent-best-practices | Query optimization, N+1 prevention, mass assignment, model events |
| laravel-api-resource-patterns | Resource transformation, conditional attributes, pagination |
| laravel-validation-patterns | Form Requests, custom rules, conditional/array validation |
| laravel-authorization-patterns | Gates, Policies, middleware auth, Blade directives |
| laravel-queue-patterns | Job batching, chaining, middleware, retry strategies |
| laravel-event-driven-architecture | Events/listeners, subscribers, model observers, transaction safety |
| laravel-caching-strategies | Cache tags, atomic locks, memoization, invalidation |
| laravel-notification-patterns | Mail/database/broadcast/Slack, queueing, on-demand recipients |
| laravel-middleware-patterns | Before/after/terminable patterns, groups, parameters |
| laravel-blade-component-patterns | Components, slots, $attributes bag, stacks, view fragments |
| laravel-task-scheduling | Frequency constraints, overlap prevention, onOneServer, hooks |
| laravel-feature-flags | Pennant feature flags, A/B testing, scoping, gradual rollouts |
MIT License
Contributions are welcome! Feel free to:
For issues, questions, or suggestions:
Built with ❤️ for the Laravel community