{
  "markdown": "# Laravel Claude Agents\n\n> Awesome Claude Code Subagents and Skills for Laravel Development\n\nA 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.\n\n## Installation\n\n### Claude Plugin (Recommended)\n\n```bash\n/plugin install --source github iserter/laravel-claude-agents\n```\n\nOr via the marketplace:\n\n```bash\n/plugin marketplace add iserter/laravel-claude-agents\n/plugin install laravel-claude-agents\n```\n\nNo files are added to your project — Claude Code loads agents and skills directly from the plugin.\n\n### Alternative: Composer Package\n\nFor teams that prefer vendored files committed to the repo:\n\n```bash\ncomposer require --dev iserter/laravel-claude-agents:dev-main\nphp artisan claude-agents:publish\n```\n\nThis copies agents and skills into `.claude/` in your project root. Use `--force` to overwrite existing files.\n\n> Requires PHP 8.1+ and Laravel 10/11/12.\n\n## Usage\n\nOnce installed, Claude Code automatically detects the agents and skills. You can invoke them explicitly or let Claude choose automatically:\n\n```\n> Ask the laravel-architect to design the authentication system\n> Have eloquent-specialist optimize the user queries\n> Create a RESTful API for blog posts with authentication\n> Optimize the dashboard query performance\n```\n\n## Agents\n\n| Agent | Description |\n|-------|-------------|\n| **laravel-architect** | Architecture decisions, design patterns, schema planning |\n| **eloquent-specialist** | Eloquent models, relationships, N+1 prevention, migrations |\n| **laravel-api-developer** | API resources, Sanctum/Passport, rate limiting |\n| **laravel-testing-expert** | Pest PHP, feature/unit tests, TDD, code coverage |\n| **laravel-code-reviewer** | Code quality, security checks, best practices |\n| **laravel-architecture-reviewer** | Design validation, scalability, technical debt |\n| **laravel-debugger** | Error diagnosis, log analysis, query debugging |\n| **laravel-performance-optimizer** | Caching, queues, bottleneck identification, Octane |\n| **laravel-security-auditor** | OWASP Top 10, auth review, CSRF/XSS protection |\n| **laravel-documentation-engineer** | API docs, setup guides, changelogs |\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| **laravel-tdd** | Red-Green-Refactor with Pest PHP, database testing with factories |\n| **laravel-brainstorming** | Feature design, approach exploration, schema and API planning |\n| **laravel-systematic-debugging** | Four-phase debugging, root cause identification |\n| **eloquent-best-practices** | Query optimization, N+1 prevention, mass assignment, model events |\n| **laravel-api-resource-patterns** | Resource transformation, conditional attributes, pagination |\n| **laravel-validation-patterns** | Form Requests, custom rules, conditional/array validation |\n| **laravel-authorization-patterns** | Gates, Policies, middleware auth, Blade directives |\n| **laravel-queue-patterns** | Job batching, chaining, middleware, retry strategies |\n| **laravel-event-driven-architecture** | Events/listeners, subscribers, model observers, transaction safety |\n| **laravel-caching-strategies** | Cache tags, atomic locks, memoization, invalidation |\n| **laravel-notification-patterns** | Mail/database/broadcast/Slack, queueing, on-demand recipients |\n| **laravel-middleware-patterns** | Before/after/terminable patterns, groups, parameters |\n| **laravel-blade-component-patterns** | Components, slots, $attributes bag, stacks, view fragments |\n| **laravel-task-scheduling** | Frequency constraints, overlap prevention, onOneServer, hooks |\n| **laravel-feature-flags** | Pennant feature flags, A/B testing, scoping, gradual rollouts |\n\n## License\n\nMIT License\n\n## Contributing\n\nContributions are welcome! Feel free to:\n- Add new Laravel-specific subagents\n- Improve existing agent prompts\n- Add new skills and patterns\n- Share usage examples\n- Report issues\n\n## Support\n\nFor issues, questions, or suggestions:\n- Open an issue on GitHub\n- Contribute improvements via pull requests\n\n---\n\nBuilt with ❤️ for the Laravel community\n",
  "bytes": 4164,
  "sha": "f635508f3380205a9b45be6fad98540ba83b43d6ae1b4a4e0ed4664fd4d4ce8f",
  "repo_slug": "iserter/laravel-claude-agents",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_iserter_laravel_claude_agents_eloquent_b_6f799a6c/readme"
}