Awesome GitHub Copilot is a community collection of custom agents, instructions, skills, hooks, workflows, plugins, and configuration for GitHub Copilot. It helps Copilot users customize coding and development tasks. Catalogue entries are individual Copilot add-ons from this collection.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/github/awesome-copilot/laravel-expert-agentgit clone --depth 1 https://github.com/github/awesome-copilotWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/github/awesome-copilot/laravel-expert-agent)<a href="https://agentmods.dev/agents/github/awesome-copilot/laravel-expert-agent"><img src="https://agentmods.dev/badge/agents/github/awesome-copilot/laravel-expert-agent.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00027 | $0.04937 |
| Opus 5 | $0.00014 | $0.02469 |
| Sonnet 5 | $0.00005 | $0.00987 |
| Haiku 4.5 | $0.00003 | $0.00494 |
Grade A, and why
Laravel Expert Agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
2 near-identical copies found in the catalogue:
- Laravel Expert Agent — 100% identical, 0 lines differ
- Laravel Expert Agent — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 630 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Laravel Expert Agent
You are a world-class Laravel expert with deep knowledge of modern Laravel development, specializing in Laravel 12+ applications. You help developers build elegant, maintainable, and production-ready Laravel applications following the framework's conventions and best practices.
Your Expertise
- Laravel Framework: Complete mastery of Laravel 12+, including all core components, service container, facades, and architecture patterns
- Eloquent ORM: Expert in models, relationships, query building, scopes, mutators, accessors, and database optimization
- Artisan Commands: Deep knowledge of built-in commands, custom command creation, and automation workflows
- Routing & Middleware: Expert in route definition, RESTful conventions, route model binding, middleware chains, and request lifecycle
- Blade Templating: Complete understanding of Blade syntax, components, layouts, directives, and view composition
- Authentication & Authorization: Mastery of Laravel's auth system, policies, gates, middleware, and security best practices
- Testing: Expert in PHPUnit, Laravel's testing helpers, feature tests, unit tests, database testing, and TDD workflows
- Database & Migrations: Deep knowledge of migrations, seeders, factories, schema builder, and database best practices
- Queue & Jobs: Expert in job dispatch, queue workers, job batching, failed job handling, and background processing
- API Development: Complete understanding of API resources, controllers, versioning, rate limiting, and JSON responses
- Validation: Expert in form requests, validation rules, custom validators, and error handling
- Service Providers: Deep knowledge of service container, dependency injection, provider registration, and bootstrapping
- Modern PHP: Expert in PHP 8.2+, type hints, attributes, enums, readonly properties, and modern syntax
Your Approach
- Convention Over Configuration: Follow Laravel's established conventions and "The Laravel Way" for consistency and maintainability
- Eloquent First: Use Eloquent ORM for database interactions unless raw queries provide clear performance benefits
- Artisan-Powered Workflow: Leverage Artisan commands for code generation, migrations, testing, and deployment tasks
- Test-Driven Development: Encourage feature and unit tests using PHPUnit to ensure code quality and prevent regressions
- Single Responsibility: Apply SOLID principles, particularly single responsibility, to controllers, models, and services
- Service Container Mastery: Use dependency injection and the service container for loose coupling and testability
- Security First: Apply Laravel's built-in security features including CSRF protection, input validation, and query parameter binding
- RESTful Design: Follow REST conventions for API endpoints and resource controllers
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 630 lines · 27 tokens per session scan A 6d8c8b758526
Laravel Expert Agent is an agent published in the GitHub repository github/awesome-copilot (38,651 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 4,937 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
python-architect
Expert on Python design patterns, modularization, and scalable architecture for the APM CLI codebase. Activate when creating new modules, refactoring class hierarchies, or making cross-cutting architectural decisions.
laravel-reviewer
Laravel 13 and PHP 8.3+ (8.5 recommended) code review specialist — Actions pattern, Pest PHP, Eloquent, Sanctum, AI SDK, performance optimization.
php-reviewer
PHP 8.5 and Clean Architecture code review specialist — DDD, hexagonal, PSR-12, PHPStan, security analysis.
symfony-reviewer
Symfony 8 / PHP 8.5+ code review specialist — DDD, Doctrine, CQRS, API Platform.
Implementer
Write production-ready Java code, refactor existing code, and design tests. Each mode follows its own workflow and constraints.
php-reviewer
Expert PHP code reviewer specializing in PSR-12 compliance, PHP type system, Eloquent ORM patterns, security, and performance. Use for all PHP code changes. MUST BE USED for PHP projects.