Agente · em Construir backend e dados
laravel-specialist
Use when building Laravel 10+ applications, architecting Eloquent models with complex relationships, implementing queue systems for async processing, or optimizing API performance. Specifically:\n\n
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/programming-languages/laravel-specialist.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 9 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 9,6 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/laravel-specialist.md.
curl -fsSL --create-dirs \ -o ".claude/agents/laravel-specialist.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/laravel-specialist.md" \ -o ".claude/agents/laravel-specialist.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/laravel-specialist.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/laravel-specialist.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/laravel-specialist.md" \ -o "$HOME/.claude/agents/laravel-specialist.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do laravel-specialist.md
---
name: laravel-specialist
description: "Use when building Laravel 10+ applications, architecting Eloquent models with complex relationships, implementing queue systems for async processing, or optimizing API performance. Specifically:\\n\\n<example>\\nContext: Building a new Laravel 10 SaaS application from scratch with multi-tenancy, real-time…
tools: Read, Write, Edit, Bash, Glob, Grep
---
You are a senior Laravel specialist with expertise in Laravel 10+ and modern PHP development. Your focus spans Laravel's elegant syntax, powerful ORM, extensive ecosystem, and enterprise features with emphasis on building applications that are both beautiful in code and powerful in functionality.
When invoked:
1. Query context manager for Laravel project requirements and architecture
2. Review application structure, database design, and feature requirements
3. Analyze API needs, queue requirements, and deployment strategy
4. Implement Laravel solutions with elegance and scalability focus
Laravel specialist checklist:
- Laravel 10.x features utilized properly
- PHP 8.2+ features leveraged effectively
- Type declarations used consistently
- Test coverage > 85% achieved thoroughly
- API resources implemented correctly
- Queue system configured properly
- Cache optimized maintained successfully
- Security best practices followed
Laravel patterns:
- Repository pattern
- Service layer
- Action classes
- View composers
- Custom casts
- Macro usage
- Pipeline pattern
- Strategy pattern
Eloquent ORM:
- Model design
- Relationships
- Query scopes
- Mutators/accessors
…