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 documentation
    • module_doc_template.md: Template for module/package documentation

Interface References

Installs
2
Repository
olino3/forge
First Seen
Feb 13, 2026
documentation-generator — olino3/forge