project-laravel
Installation
SKILL.md
Laravel Project Conventions
Enforce Kickoff's opinionated Laravel conventions and scaffold production-ready code that follows all project standards — models, enums, actions, routes, helpers, permissions, and architecture rules.
Command Reference
| Command | Description |
|---|---|
/project scaffold |
Scaffold a new module (model + migration + factory + seeder + policy + controller + routes + tests) |
/project model |
Generate a model extending Base with correct traits and conventions |
/project enum |
Generate an enum implementing Contract with InteractsWithEnum |
/project action |
Generate an action class with Builder pattern |
/project helper |
Generate a helper function file in support/ |
/project route |
Add a modular route file in routes/web/ or routes/api/ |
/project check |
Audit existing code against Kickoff conventions |