api-lifecycle
Installation
SKILL.md
API Lifecycle Manager
A seven-phase methodology for designing, building, testing, deploying, documenting, governing, and securing production-ready REST APIs in Laravel — anchored on OpenAPI 3.1 as the single source of truth.
Command Reference
| Command | Phase | Description |
|---|---|---|
/api design |
Design | Interview + generate OpenAPI 3.1 spec |
/api develop |
Develop | Scaffold controllers, requests, resources from OpenAPI |
/api test |
Test | Generate Pest API tests + contract tests |
/api deploy |
Deploy | Versioned deployment, feature flags, zero-downtime |
/api docs |
Documentation | Auto-generate docs via Scribe/Scramble |
/api govern |
Governance | Breaking change detection, deprecation, review |
/api security |
Security | OWASP API Top 10 audit + hardening |