What problem does it solve?
Creating new demo or utility modules in the CLY repository often involves repetitive boilerplate, registration, and structure setup. This Skill automates scaffolding that aligns with established patterns, reducing manual errors and speeding up module onboarding.
Core Features & Use Cases
- Boilerplate generation: Scaffold a new module with the correct directory layout, Cobra registration, and initial files.
- Pattern compliance: Ensures adherence to Bubbletea/Bubbles conventions and CLY project patterns.
- Guided setup: Helps developers avoid cross-module imports and enforce isolation principles when creating a module.
Quick Start
Provide the target module type (demo or utility) and the desired module name. The skill will create the proper directory structure, initial files, and registration hooks ready to compile.