framework-structure
Installation
SKILL.md
Spiral Framework Structure
When to use
- The user needs to register services or configure the application by writing a Spiral bootloader.
- The user is scaffolding or organizing a Spiral application and needs to know the app directory layout and entry points.
- The user needs to account for Spiral running as a long-lived RoadRunner worker rather than a fresh process per request.
When NOT to use
- Do not apply Spiral's persistent-worker assumptions to a traditional PHP-FPM app that boots fresh each request.
- Do not use this skill to write per-request controller or domain logic; it covers application layout and boot-time wiring.