How this skill is triggered — by the user, by Claude, or both
Slash command
/laravel:excuting-commandsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
All project commands MUST be executed via the Taskfile. Agents MUST NOT call Docker Compose commands directly.
All project commands MUST be executed via the Taskfile. Agents MUST NOT call Docker Compose commands directly.
Never run directly on the host (outside task):
Always use:
task <task-name>
To list all available tasks, use:
task --list
If a task does not exist:
task dc:run -- php <command> unless another service is explicitly required. This still executes via the Taskfile.The default execution service is php.
All standard development commands run inside the Docker Compose service php.
Only use another service if:
If a command fails because services are not running, run:
task up
Then retry the original command.
To check if services are running, use:
task ps
Run tests:
task test
Install dependencies:
task composer:install
Run npm:
task dc:run -- php npm install
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub specsnl/agent-specs --plugin laravel