laravel-11-12-app-guidelines

Installation
Summary

Structured workflow for Laravel 11/12 apps with stack detection, Docker support, and framework-specific conventions.

  • Detects and adapts to your stack: API-only, Inertia + React, Livewire, Vue, or Blade; Docker Compose/Sail or host commands
  • Enforces Laravel 11/12 conventions: bootstrap configuration, Eloquent models, Form Requests, named routes, and safe migrations
  • Integrates Laravel Boost MCP tools for docs search, Artisan commands, routing inspection, and database queries
  • Prioritizes repository instructions (AGENTS.md, docs/) and existing patterns over generic assumptions
  • Includes testing and formatting guidance: PHPUnit feature tests, Pint linting, and minimal test runs before full suite execution
SKILL.md

Laravel 11/12 App Guidelines

Overview

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

Quick Start

  • 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.

Stack Detection

  • 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)
Related skills

More from thienanblog/awesome-ai-agent-skills

Installs
733
GitHub Stars
59
First Seen
Jan 21, 2026