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 skills add ddtcorex/maestro-skills --skill govard-laravelgit clone --depth 1 https://github.com/ddtcorex/maestro-skillsWrote 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/skills/ddtcorex/maestro-skills/govard-laravel)<a href="https://agentmods.dev/skills/ddtcorex/maestro-skills/govard-laravel"><img src="https://agentmods.dev/badge/skills/ddtcorex/maestro-skills/govard-laravel/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ddtcorex/maestro-skills/govard-laravel"><img src="https://agentmods.dev/badge/skills/ddtcorex/maestro-skills/govard-laravel.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00103 | $0.01455 |
| Opus 5 | $0.00051 | $0.00727 |
| Sonnet 5 | $0.00021 | $0.00291 |
| Haiku 4.5 | $0.00010 | $0.00145 |
Grade B, and why
govard-laravel scanned grade B with 2 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 today.
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.
Recursive force deletemediumDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf node_modules/.vite Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s https://local.test/_debugbar/open How it starts
The opening of the file, as written. The whole thing — 213 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Govard Laravel Commands
Laravel-specific shortcuts for Govard environments.
Related Skills
REQUIRED BACKGROUND: Load govard-toolbox first — this skill only covers Laravel-specific shortcuts layered on top of Govard's base commands (govard up, govard sh, govard db).
Docker requirement: stack commands here (govard up/down/sh, govard db,
govard tool ...) need Docker. On a host without it they exit 3 with
CAPABILITY_MISSING; govard audit run --checks integrity still works and
covers manifest/lock and Magento module/DI checks without a container.
For generic PHP (strict_types/PSR-12/PHPStan/Security) see php-dev-core.
Artisan Commands
Laravel's artisan CLI runs inside the PHP container via govard tool artisan. Govard exposes every artisan command without entering the container shell:
# Cache management
govard tool artisan config:cache
govard tool artisan config:clear
govard tool artisan cache:clear
# Route cache
govard tool artisan route:cache
govard tool artisan route:clear
# View cache
govard tool artisan view:cache
govard tool artisan view:clear
Audit
For generic PHP (strict_types/PSR-12/PHPStan/Security) see php-dev-core. For 4-framework matrix and govard audit run --checks lint --lint-provider govard --mode project --format json see govard-toolbox ## Audit.
Laravel lint excludes (since v1.68.0): bootstrap/cache/* and storage/* (storage/framework/cache|sessions|views, storage/logs) are always ignored — both phpcs --ignore=*/bootstrap/cache/*,*/storage/* and phpstan excludePaths in docker/audit/bin/glint and Go-side filterGeneratedFindings in internal/audit/lint_govard.go. Fresh laravel 11 audit no longer fails on bootstrap/cache/packages.php/services.php or storage/framework/views/*.php; remaining findings are real project files (config/, app/, tests/).
Database
# Migrations
govard tool artisan migrate
govard tool artisan migrate:fresh
govard tool artisan migrate:refresh
govard tool artisan migrate:rollback
govard tool artisan migrate:status
# Seeders
govard tool artisan db:seed
govard tool artisan db:seed --class=UserSeeder
# Factory
govard tool artisan make:factory PostFactory
govard tool artisan tinker
# Direct SQL
govard db connect
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.
- today Changed · +6 lines da51ad1bcd3e
- 7d ago Changed · +2 lines 8ccbc809327d
- 11d ago First seen · 205 lines · 103 tokens per session scan B c68877a71c7b
govard-laravel is a skill published in the GitHub repository ddtcorex/maestro-skills (4 stars, last pushed today), licensed MIT. It adds 103 tokens to every session and 1,455 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
laravel-specialist
Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers…
owl-admin-devtools-generator
A development guide for Owl Admin, a Laravel-based administration system, covering its code generator, API templates, relationships, and visual pages.
llamaindex-development
Expert guidance for LlamaIndex development including RAG applications, vector stores, document processing, query engines, and building production AI applications.
craftcms
Craft CMS 5 plugin and module development — extending Craft with PHP. Covers elements, element queries, services, models, records, controllers, migrations, queue jobs, console commands, field types, native fields, events, behaviors, Twig extensions, widgets, filesystems, permissions, project config, GraphQL, testing…
laravel-expert
Laravel & PHP Development Instructions for GitHub Copilot.
php-development
Expert guidance for PHP 8+ development with SOLID principles, PSR standards, and modern best practices.