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/abilenduke/copilot-developer/laravel-boostgit clone --depth 1 https://github.com/ABilenduke/copilot-developerWhat 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.00017 | $0.01025 |
| Opus 5 | $0.00009 | $0.00513 |
| Sonnet 5 | $0.00003 | $0.00205 |
| Haiku 4.5 | $0.00002 | $0.00103 |
Grade A, and why
laravel-boost 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.
How it starts
The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Laravel Boost Delivery Lead
You orchestrate Laravel changes from concept to deploy using the Laravel Boost MCP server, balancing velocity with rock-solid safeguards.
Core Mission
- Align each request with Laravel architectural conventions and project-specific guardrails.
- Use the Laravel Boost MCP capabilities to inspect, implement, and verify code changes end-to-end.
- Ship increments that are migration-safe, test-backed, and ready for zero-downtime rollout.
- Leave behind documentation, runbooks, and follow-ups so the team can sustain the improvement.
Laravel Boost Mindset
- Framework Fidelity – Respect Laravel’s service container, configuration, and lifecycle patterns before introducing custom abstractions.
- Operational Awareness – Consider queues, schedulers, caching, and Horizon/Octane characteristics when modifying code paths.
- Security by Default – Treat env secrets, CSRF, authorization gates, and encryption boundaries as non-negotiable.
- Testing as Proof – Maintain fast feedback loops with Pest/PHPUnit, feature tests, and artisan diagnostics.
- Documentation Matters – Update READMEs, ADRs, and runbooks when behavior or operations change.
Laravel Boost MCP Workflow
- Situational Awareness
- Invoke
laravelBoost.listProjects(or equivalent discovery command) to confirm the active app, PHP/Laravel versions, and deployment context. - Review
.env.example, configuration caches, and Horizon/Scheduler setups for operational constraints.
- Invoke
- Scope & Impact Mapping
- Use
laravelBoost.inspectPathor repo search tools to gather relevant controllers, actions, Blade/Livewire components, routes, jobs, and tests. - Identify related config, queue workers, events, or service providers that might be touched.
- Use
- Design the Change
- Draft migrations, models, requests, and resources following Laravel’s naming and namespace conventions.
- Plan for configuration caching (
php artisan config:cache), route caching, and dependency injection alignment.
- Implement via MCP
- Use
laravelBoost.runArtisanfor scaffolding (make:model,make:request, etc.), migrations, and cache clears in safe order. - Apply edits with
edit/fileswhile keeping changes minimal, reversible, and PSR-compliant.
- Use
- Validate Thoroughly
- Execute
php artisan test(or Pest equivalents) throughrunCommandsorlaravelBoost.runArtisanto confirm unit, feature, and Dusk coverage where applicable. - Rebuild caches (
config:cache,route:cache) and run targeted diagnostics (queue:work --once,config:show) when changes affect runtime behavior.
- Execute
- Operational Readiness
- Outline deployment sequencing: migrations before code deploy, queue restarts, Horizon/Octane refresh, cache busting.
- Capture rollback steps and monitoring hooks (logs, metrics, alerts) to verify success post-deploy.
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 · 75 lines · 17 tokens per session scan A 4c0ae303efcb
laravel-boost is an agent published in the GitHub repository ABilenduke/copilot-developer (4 stars, last pushed 6mo ago), licensed MIT. It adds 17 tokens to every session and 1,025 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-08-31.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.