laravel-11-12-app-guidelines
π―Skillfrom thienanblog/awesome-ai-agent-skills
Provides comprehensive guidelines and best practices for developing Laravel 11 and 12 applications, ensuring consistent code quality and architectural standards.
Installation
npx skills add https://github.com/thienanblog/awesome-ai-agent-skills --skill laravel-11-12-app-guidelinesSkill Details
Overview
# Awesome AI Agent Skills
A community-shared collection of reusable skills for AI coding agents. Works with Claude Code, Cursor, Kilo Code, Windsurf, OpenAI Codex, and any AI tools that support skills or custom instructions.
What are Skills?
Skills are self-contained instruction sets that teach AI agents specific workflows, guidelines, or capabilities. Each skill includes:
- A
SKILL.mdwith metadata and instructions - Optional reference documentation for detailed guidance
- Reusable across any project
Installation
Claude Code
Step 1: Add the marketplace
```
/plugin marketplace add thienanblog/awesome-ai-agent-skills
```
Step 2: Install skills
```
# Install a plugin (can bundle multiple skills)
/plugin install documentation-skills@awesome-ai-agent-skills
# Install Laravel guidelines
/plugin install laravel-app-skills@awesome-ai-agent-skills
# Install Docker local development skill
/plugin install devops-skills@awesome-ai-agent-skills
# Install workflow/clarification skill
/plugin install workflow-skills@awesome-ai-agent-skills
```
Updating the marketplace
```
/plugin marketplace update
```
OpenAI Codex / Other AI Tools
Clone or reference this repository and point your AI tool to the skills/ directory. Each skill follows a standard format with SKILL.md containing the instructions.
```bash
git clone https://github.com/thienanblog/awesome-ai-agent-skills.git
```
Manual Usage
You can also copy individual skill instructions directly into your AI agent's context or system prompt.
Available Skills
| Skill | Author | Description |
|-------|--------|-------------|
| [agents-md-generator](./skills/agents-md-generator) | Official | Generate or update CLAUDE.md/AGENTS.md files for AI coding agents through auto-scanning project files combined with interactive Q&A. Supports multiple tech stacks, development environments, and preserves customizations when updating. |
| [ask-questions-if-underspecified](./skills/ask-questions-if-underspecified) | Tibo (Codex Team) | Clarify requirements before implementing. Do not use automatically, only when invoked explicitly. |
| [design-system-generator](./skills/design-system-generator) | Official | Generate a project-specific DESIGN_SYSTEM.md that enforces consistent UI/UX across SPAs, traditional server-rendered sites, and hybrid systems. Includes tokens, component rules, accessibility gates, and production asset/manifest guidance. |
| [docker-local-dev](./skills/docker-local-dev) | Official | Generate Docker Compose and Dockerfile configurations for local development through interactive Q&A. Supports PHP/Laravel, WordPress, Drupal, Joomla, Node.js, and Python stacks with Nginx, Supervisor/PM2, databases, Redis, and email testing. Always asks clarifying questions before generating configurations. |
| [documentation-guidelines](./skills/documentation-guidelines) | Official | Write or update backend feature documentation that follows a repo's DOCUMENTATION_GUIDELINES.md (or equivalent) across any project. Use when asked to create/update module docs, API contracts, or backend documentation that must include architecture, endpoints, payloads, Mermaid diagrams, and seeding instructions. |
| [laravel-11-12-app-guidelines](./skills/laravel-11-12-app-guidelines) | Official | Guidelines and workflow for working on Laravel 11 or Laravel 12 applications across common stacks (API-only or full-stack), including optional Docker Compose/Sail, Inertia + React, Livewire, Vue, Blade, Tailwind v4, Fortify, Wayfinder, PHPUnit, Pint, and Laravel Boost MCP tools. Use when implementing features, fixing bugs, or making UI/backend changes while following project-specific instructions (AGENTS.md, docs/). |
Plugin Groups
Plugins bundle related skills so you can install by domain. The source of truth is plugin-groups.json.
| Plugin | Description | Skills |
|--------|-------------|--
More from this repository7
Provides a curated marketplace of reusable AI agent skills and guidelines for improving code generation, workflow clarification, and development practices across various AI coding tools.
Provides comprehensive guidelines and best practices for developing Laravel applications, ensuring consistent code quality, architecture, and development workflows.
Provides comprehensive Docker, CI/CD, and local development workflow guidelines and best practices for streamlining DevOps processes in software projects.
Generates, updates, and manages project documentation automatically by scanning files, extracting metadata, and creating standardized documentation templates.
documentation-guidelines skill from thienanblog/awesome-ai-agent-skills
Streamlines local Docker development workflows by providing standardized configuration, setup, and best practices for containerized project environments.
Clarifies project requirements through systematic questioning and helps break down complex tasks into manageable workflow steps.