laravel-11-12-app-guidelines
Structured workflow for Laravel 11/12 apps with stack detection, Docker support, and framework-specific conventions.
Works with
2
total installs
2
this week
54
GitHub stars
0
upvotes
Install Skill
Run in your terminal
2
installs
2
this week
54
stars
What it does
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
Priorit
Installation Guide
How to use laravel-11-12-app-guidelines on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- ›Cursor installed and configured on your machine
- ›Node.js 16+ with npm — verify with
node --version - ›Active project directory where you want to add
laravel-11-12-app-guidelines
Run the install command
Execute the skills CLI command in your project's root directory to begin installation:
Fetches laravel-11-12-app-guidelines from thienanblog/awesome-ai-agent-skills and configures it for Cursor.
Select Cursor when prompted
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate laravel-11-12-app-guidelines. Access via /laravel-11-12-app-guidelines in your agent's command palette.
Security Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Documentation
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. Ifdocs/exists, readdocs/README.mdand relevant module docs before decisions. - Detect the stack and command locations; do not guess.
- Use Laravel Boost
search-docsfor 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.*, andconfig/*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)
Laravel 11/12 Core Conventions
- Use the Laravel 11/12 structure: configure middleware, exceptions, and routes in
bootstrap/app.php; service providers inbootstrap/providers.php; console configuration inroutes/console.php. - Use Eloquent models and relationships first; avoid raw queries and
DB::unless truly necessary. - Create Form Request classes for validation instead of inline validation.
- Prefer named routes and
route()for URL generation. - When altering columns, include all existing attributes in the migration to avoid dropping them.
- Ask before destructive database operations (e.g., reset/rollback/fresh).
API-Only Mode
- Use
routes/api.php; avoid Inertia and frontend assumptions. - Prefer API Resources and versioning if the repo already uses them.
- Follow the repo's auth stack (Sanctum/Passport/custom) and response format conventions.
- Do not require Vite/Tailwind/NPM unless the repo already includes them.
Inertia + React + Wayfinder (if present)
- Use
Inertia::render()for server-side routing; place pages underresources/js/Pagesunless the repo says otherwise. - Use
<Form>oruseFormfor Inertia forms; add skeleton/empty states for deferred props. - Use
<Link>orrouter.visit()for navigation. - Use Wayfinder named imports for tree-shaking; avoid default imports; regenerate routes after changes if required.
Livewire / Vue / Blade (if present)
- Follow existing component patterns and conventions; do not mix frameworks unless the repo already does.
- Keep UI strings in the repo's expected language.
Tailwind CSS v4 (if present)
- Use
@import "tailwindcss";and@themefor tokens. - Avoid deprecated utilities; use replacements (e.g.,
shrink-*,grow-*,text-ellipsis). - Use
gap-*for spacing between items; follow existing dark mode conventions if present.
Testing and Formatting
- Use PHPUnit; generate tests with
php artisan make:test --phpunitand prefer feature tests. - Run the minimal relevant tests (
php artisan test <file>or--filter=). - Run
vendor/bin/pint --dirtybefore finalizing code changes. - After minimal tests pass, offer to run the full test suite.
Laravel Boost MCP Tools (when available)
search-docsbefore changing behavior or using framework features.list-artisan-commandsto confirm Artisan options.list-routesto inspect routing changes.tinkerfor PHP debugging anddatabase-queryfor read-only DB checks.browser-logsto inspect frontend errors.get-absolute-urlfor sharing project URLs.- See
references/boost-tools.mdfor query patterns and tool usage tips.
Output Expectations
- Preserve existing architecture, structure, and dependencies unless the user explicitly requests changes.
- Reuse existing components and follow local patterns.
- Ask concise clarifying questions when repo guidance is missing or ambiguous.
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases
Task Automation & Efficiency
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Knowledge Enhancement
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Quality Improvement
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
Implementation Guide
Prerequisites
- ›Claude Desktop or compatible AI client with skill support
- ›Clear understanding of task or problem to solve
- ›Willingness to iterate and refine outputs
Time Estimate
15-45 minutes depending on use case complexity
Steps
- 1Install skill using provided installation command
- 2Test with simple use case relevant to your work
- 3Evaluate output quality and relevance
- 4Iterate on prompts to improve results
- 5Integrate into regular workflow if valuable
Common Pitfalls
- ⚠Expecting perfect results without iteration
- ⚠Not providing enough context in prompts
- ⚠Using skill for tasks outside its intended scope
- ⚠Accepting outputs without review and validation
Best Practices
✓ Do
- +Start with clear, specific prompts
- +Provide relevant context and constraints
- +Review and refine all outputs before using
- +Iterate to improve output quality
- +Document successful prompt patterns
✗ Don't
- −Don't use without understanding skill limitations
- −Don't skip validation of outputs
- −Don't share sensitive information in prompts
- −Don't expect skill to replace human judgment
💡 Pro Tips
- ★Be specific about desired format and style
- ★Ask for multiple options to choose from
- ★Request explanations to understand reasoning
- ★Combine AI efficiency with human expertise
When to Use This
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
Learning Path
- 1Familiarize yourself with skill capabilities and limitations
- 2Start with low-risk, non-critical tasks
- 3Progress to more complex and valuable use cases
- 4Build expertise through regular use and experimentation
Related Skills
karpathy-guidelines
29forrestchang/andrej-karpathy-skills
frontend-design
454anthropics/claude-code
premium-frontend-ui
178github/awesome-copilot
ui-animation
172mblode/agent-skills
high-end-visual-design
141leonxlnx/taste-skill
antigravity-design-expert
88sickn33/antigravity-awesome-skills
Reviews
- DDhruvi Jain★★★★★Dec 24, 2024
Useful defaults in laravel-11-12-app-guidelines — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- AAdvait Jackson★★★★★Dec 12, 2024
Registry listing for laravel-11-12-app-guidelines matched our evaluation — installs cleanly and behaves as described in the markdown.
- HHana Rao★★★★★Dec 4, 2024
laravel-11-12-app-guidelines is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- CCharlotte Abebe★★★★★Nov 23, 2024
Useful defaults in laravel-11-12-app-guidelines — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- OOshnikdeep★★★★★Nov 15, 2024
laravel-11-12-app-guidelines is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- AAdvait Khanna★★★★★Oct 14, 2024
I recommend laravel-11-12-app-guidelines for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- GGanesh Mohane★★★★★Oct 6, 2024
Keeps context tight: laravel-11-12-app-guidelines is the kind of skill you can hand to a new teammate without a long onboarding doc.
- SSakshi Patil★★★★★Sep 25, 2024
laravel-11-12-app-guidelines has been reliable in day-to-day use. Documentation quality is above average for community skills.
- YYusuf Thomas★★★★★Sep 25, 2024
I recommend laravel-11-12-app-guidelines for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- IIsabella Singh★★★★★Sep 5, 2024
laravel-11-12-app-guidelines fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
showing 1-10 of 40
Discussion
Comments — not star reviews- No comments yet — start the thread.