What problem does it solve?
Creating consistent, well-documented modules and their data-flow definitions is error-prone and time-consuming; this skill automates scaffolding for new modules and updating documentation.
Core Features & Use Cases
- Module scaffolding: generate a new module with a file header, documentation page, and indexing entries.
- Documentation maintenance: document existing modules by creating missing docs and updating references.
- Data flow integration: automatically update or create entries in MODULE_INDEX.md and DATA_FLOW.md to reflect new modules.
- Workflow automation: streamline the process from prompting for directory, purpose, inputs and outputs to opening the edited file in your editor.
Quick Start
Execute create module [name], provide the directory, one-line purpose, and inputs/outputs when prompted to generate headers, docs, and index entries and open the file in your editor.