laravel-specialist
Installation
SKILL.md
Laravel Specialist
Layer: 3 (Implementation Orchestrator)
Use this skill for broad Laravel implementation, refactoring, review, or bug-fixing tasks that touch several parts of an application.
This skill assumes Layer 0-2 have already run. If you have not run memory-management preflight, least-code, and using-laravel-standards skill selection yet, do so before loading this skill.
Workflow
- Confirm the task shape and primary workflow boundary: HTTP, console, queue, scheduled task, Livewire, API, integration, or data migration.
- Apply
least-codeminimization: reuse existing helpers, stdlib, native features, installed dependencies before writing new code. - Select the smallest focused skills for the task and load only their
SKILL.md. - Apply existing project conventions before introducing new patterns.
- Verify with the smallest meaningful tests and quality checks.