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 marketplace add thienanblog/awesome-ai-agent-skills/plugin install documentation-skills@awesome-ai-agent-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/boost-tools.mdApply a consistent workflow for Laravel 11/12 apps with optional frontend stacks, Dockerized commands, and Laravel Boost tooling.
AGENTS.md. If docs/ exists, read docs/README.md and relevant module docs before decisions.search-docs for Laravel ecosystem guidance; use Context7 only if Boost docs are unavailable.composer.json, package.json, docker-compose.*, and config/* to confirm:
bootstrap/app.php; service providers in bootstrap/providers.php; console configuration in routes/console.php.DB:: unless truly necessary.route() for URL generation.routes/api.php; avoid Inertia and frontend assumptions.Inertia::render() for server-side routing; place pages under resources/js/Pages unless the repo says otherwise.<Form> or useForm for Inertia forms; add skeleton/empty states for deferred props.<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 make:test --phpunit and prefer feature tests.php artisan test <file> or --filter=).vendor/bin/pint --dirty before finalizing code changes.search-docs before changing behavior or using framework features.list-artisan-commands to confirm Artisan options.list-routes to inspect routing changes.tinker for PHP debugging and database-query for read-only DB checks.browser-logs to inspect frontend errors.get-absolute-url for sharing project URLs.references/boost-tools.md for query patterns and tool usage tips.Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.