12factor
Installation
SKILL.md
Twelve-Factor App Skill
Quick start
Use this skill when user asks to implement, refactor, or architect an app/service with cloud portability and operability.
Twelve-factor target:
- Use declarative setup automation to reduce onboarding and setup cost.
- Keep a clean OS contract for maximum runtime portability.
- Design for cloud deployment and reduced ops coupling.
- Minimize dev/prod divergence to support continuous deployment.
- Scale without major tooling, architecture, or workflow rewrites.
- Apply across any language stack and backing-service mix.