npx skills add ...
npx skills add thienanblog/awesome-ai-agent-skills --skill laravel-11-12-app-guidelines
Implement changes in Laravel 11 or 12 using the installed framework, frontend, and command runner. Select by composer evidence; Laravel 12-to-13 upgrades use laravel-13-app-guidelines.
npx skills add thienanblog/awesome-ai-agent-skills --skill laravel-11-12-app-guidelines
Apply a consistent workflow for Laravel 11/12 apps with optional frontend stacks, Dockerized commands, and Laravel Boost tooling.
Follow the user's request and applicable repository instructions over these defaults. Use existing authorization; ask only about missing decisions that materially affect scope, cost, safety, or the result. Continue independent authorized work while awaiting an answer.
Run in the main conversation by default. Delegation can increase usage: obtain explicit approval for the proposed agent count and scope before using subagents. Reuse that approval within its bounds; ask again before expanding the approved count or scope.
docs/README.md exists.search-docs for version-matched ecosystem guidance; use official versioned Laravel or package documentation if Boost is unavailable.composer.json, composer.lock, package.json, frontend lockfiles,
bootstrap/app.php, docker-compose.*, and config/* to confirm:
bootstrap/app.php; register service
providers in bootstrap/providers.php; define closure commands and schedules
in routes/console.php. Preserve a supported upgraded structure unless the
task requires reorganizing it.route() for URL generation.change(), restate every modifier that
must be retained because omitted modifiers are dropped.routes/api.php when it exists. Fresh Laravel 11/12 applications may omit
it; run install:api only when adding an API and Sanctum is intended.Inertia::render() for server-side responses and discover page paths from
the application's page resolver; do not assume a directory or casing.<Link> or router.visit() for navigation.@import "tailwindcss"; and @theme for tokens.shrink-*, grow-*, text-ellipsis).gap-* for spacing between items; follow existing dark mode conventions if present.php artisan help make:test; generally prefer feature tests for behavior
that crosses framework boundaries.php artisan test <file> or --filter=), plus checks required by the repository. Add regression coverage when it protects meaningful behavior. Broaden only for an affected contract or unresolved risk, respecting explicit suite budgets.vendor/bin/pint --dirty when Pint is installed and that scope fits. Reuse passing checks until relevant changes invalidate them.search-docs for uncertain or
version-sensitive framework behavior.references/boost-tools.md for query patterns and tool usage tips.