documentation-generator
Installation
SKILL.md
Documentation Generator
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY documentation generation task. Skipping steps or deviating from the procedure will result in incomplete and unreliable documentation. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: Documentation scenarios with sample outputs
- Memory: Project-specific memory accessed via
memoryStore.getSkillMemory("documentation-generator", "{project-name}"). See MemoryStore Interface. - templates/:
api_doc_template.md: Template for API reference documentationmodule_doc_template.md: Template for module/package documentation