doc-generator

Generate API references, architecture diagrams, and change logs from codebases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Techlemariam/IronForge --skill doc-generator-techlemariam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: doc-generator
Source: https://github.com/Techlemariam/IronForge/tree/main/.agent/skills/doc-generator
Command: npx skills add https://github.com/Techlemariam/IronForge --skill doc-generator-techlemariam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation often lags behind code, creating onboarding bottlenecks and maintenance risk.

Core Features & Use Cases

  • Automated API and architecture documentation generated from codebases to reduce manual writing
  • Knowledge-graph maintenance that reflects code changes and dependencies
  • Versioned docs aligned with source repositories for audits and compliance

Quick Start

Run the doc generator to build the initial documentation for the src/ and docs/ directories.

Frequently Asked Questions about doc-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate API documentation from a TypeScript codebase?▼

You can automatically generate API documentation from a TypeScript codebase by running a documentation generator against your src/ and docs/ directories to produce API references, architecture diagrams, and changelogs as your code evolves.

Why does my project documentation constantly lag behind code changes?▼

Project documentation lags behind code changes when updates are manual, but automating documentation generation from your codebase ensures versioned docs stay aligned with source repositories and reduces maintenance risk.

Can I maintain a knowledge graph that automatically reflects code dependencies?▼

You can maintain a knowledge graph that reflects code changes and dependencies by applying automated documentation generation to your software project, keeping architecture diagrams current as code evolves.

Does automated code documentation work for software projects of any size?▼

Automated code documentation works for software projects of any size, generating API references and changelogs by parsing frontmatter and analyzing src/ and docs/ directories without manual writing overhead.

What is the best way to keep versioned docs aligned with source repositories for compliance?▼

The best way to keep versioned docs aligned with source repositories for compliance is to automate documentation generation directly from the codebase, ensuring your docs accurately reflect the current code state for audits.

How do I generate architecture diagrams and changelogs directly from source code?▼

You generate architecture diagrams and changelogs directly from source code by running an automated documentation generator that parses your codebase, satisfying frontmatter parsing and maintaining changelogs as the code evolves.