Skip to main content
Back to registry

laravel-11-12-app-guidelines

thienanblog/awesome-ai-agent-skills

Apply a consistent workflow for Laravel 11/12 apps with optional frontend stacks, Dockerized commands, and Laravel Boost tooling.

Installs505
Install command
npx skills add https://github.com/thienanblog/awesome-ai-agent-skills --skill laravel-11-12-app-guidelines
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Apply a consistent workflow for Laravel 11/12 apps with optional frontend stacks, Dockerized commands, and Laravel Boost tooling. - Read repository instructions first: AGENTS.md . If docs/ exists, read docs/README.md and relevant module docs before decisions. - Detect the stack and command locations; do not guess. - Use Laravel Boost search-docs for Laravel ecosystem guidance; use Context7 only if Boost docs are unavailable. - Follow repo conventions for naming, UI language, docs-first policies, and existing component patterns. - Check composer.json , package.json , docker-compose.* , and config/* to confirm: - Docker Compose/Sail vs host commands - API-only vs full-stack - Frontend framework (Inertia/React, Livewire, Vue, Blade) - Auth (Fortify, Sanctum, Passport, custom) - Use the Laravel 11/12 structure: configure middleware, exceptions, and routes in bootstrap/app.php ; service providers in bootstrap/providers.php ; console configuration in routes/console.php . - Use Eloquent models and relationships first; avoid raw queries and DB:: unless truly necessary.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does laravel-11-12-app-guidelines do?

Apply a consistent workflow for Laravel 11/12 apps with optional frontend stacks, Dockerized commands, and Laravel Boost tooling.

Is laravel-11-12-app-guidelines good?

laravel-11-12-app-guidelines does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does laravel-11-12-app-guidelines work with?

laravel-11-12-app-guidelines currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to laravel-11-12-app-guidelines?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install laravel-11-12-app-guidelines?

npx skills add https://github.com/thienanblog/awesome-ai-agent-skills --skill laravel-11-12-app-guidelines

Related skills

Alternatives in Software Engineering