What problem does it solve?
This Skill provides a centralized reference for all enumerated constants within the Stacks framework, preventing errors when invoking CLI commands, build scripts, or internal framework actions.
Core Features & Use Cases
- Standardized Script Execution: Access the exact command strings for build, development, and testing scripts used by the Stacks CLI.
- Action Dispatching: Identify the correct path-formatted strings required to trigger framework actions like migrations, queue management, or domain operations.
- Use Case: When developing a custom CLI command or build pipeline, use this Skill to look up the precise enum value for a specific action, such as triggering a database migration or running a specific test suite.
Quick Start
Use the stacks-enums skill to list all available build actions and their corresponding path identifiers.