One-click install
npx skills add https://github.com/Sfzmango/Maungs-agentic-toolbelt --skill wiki-generator-sfzmango
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-generator
Source: https://github.com/Sfzmango/Maungs-agentic-toolbelt/tree/main/plugins/maungs-agentic-toolbelt/skills/wiki-generator
Command: npx skills add https://github.com/Sfzmango/Maungs-agentic-toolbelt --skill wiki-generator-sfzmango

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintaining up-to-date technical documentation for software codebases is time-consuming, error-prone, and often falls out of sync with code changes, leaving development teams and new hires without reliable reference material to understand system architecture, data models, and workflows.

Core Features & Use Cases

  • Full and Incremental Wiki Generation: Automatically detects codebase structure (languages, frameworks, modules, APIs, tests, deployment config) to build a comprehensive technical wiki from scratch, or incrementally update only changed areas to save time and reduce token usage.
  • Dual-Audience Documentation: Generates content tailored for both future AI agents (machine-readable context for quick orientation) and new human hires (plain-language business summaries, learning paths, and diagrams).
  • Gated Publishing: Supports shipping completed wiki content to external platforms like GitHub Wiki behind explicit human approval gates, with no unauthorized modifications to source code or existing documentation.
  • Use Case: For a 10-person SaaS team with a rapidly evolving codebase, use this skill to auto-generate a full technical wiki covering architecture, data models, API references, and onboarding guides, then run weekly incremental updates to keep documentation in sync with code changes without manual effort.

Quick Start

Invoke the wiki-generator skill with the $wiki-generator command to build a complete, code-grounded technical wiki for your target repository stored in the docs/wiki/ directory.

Frequently Asked Questions about wiki-generator

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

FAQPage Schema
How do I automate technical documentation generation for a codebase?

Automating technical documentation generation detects codebase structure and recent changes to produce accurate, code-grounded technical wikis covering architecture, data models, and APIs, while explicitly reporting undocumented areas to ensure comprehensive coverage.

What is the best way to keep software documentation in sync with code changes?

Keeping software documentation in sync with code changes is achieved through incremental drift detection and repair. This mechanism stamps per-page commit SHAs to identify outdated sections, updating only changed areas to save time and reduce token usage.

Can I publish generated wikis directly to GitHub Wiki?

Publishing generated wikis to external platforms like GitHub Wiki is supported, but strictly gated behind explicit human approval. This ensures no unauthorized modifications occur to your source code or existing documentation during the publishing action.

Does automated wiki generation work for both new hires and AI agents?

Automated wiki generation works for both audiences by producing dual-audience documentation. It generates machine-readable context for AI agents to gain quick orientation, alongside plain-language business summaries, learning paths, and diagrams for new human hires.

How do I ensure codebase analysis remains safe during wiki generation?

Ensuring safety during codebase analysis requires enforcing strict read-only access to the source code. The wiki generation process operates without modifying the repository, applying human approval gates for all outward actions to guarantee reliability and safety.