What problem does it solve?
Manually creating the required file structure and boilerplate for new custom dragoon skills is time-consuming and prone to inconsistency, especially for teams building multiple internal commands. This Skill automates that entire setup process to eliminate guesswork and ensure every new skill follows dragoon's standard structure.
Core Features & Use Cases
- Full Scaffold Generation: Creates all required files for a new dragoon skill, including a pre-formatted SKILL.md with frontmatter, executable script stubs, test files, and a dedicated README.
- Input Validation: Enforces valid skill naming conventions (only a-z, A-Z, 0-9, _) to prevent path errors or runtime issues later in the development workflow.
- Use Case: Your design team wants to build a custom dragoon command that automatically checks component accessibility against your internal style guide; use this Skill to generate the base scaffold in .dragoon/forge/ for review before full implementation.
Quick Start
Use the forge skill to generate a scaffold for a new custom dragoon skill named 'BrandCheck' with a description of 'enforces internal brand color rules for UI components'.