code-wiki

Generate Markdown wikis and Mermaid diagrams from local codebases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/matlee0409/cronus --skill code-wiki-matlee0409
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-wiki
Source: https://github.com/matlee0409/cronus/tree/main/optional-skills/software-development/code-wiki
Command: npx skills add https://github.com/matlee0409/cronus --skill code-wiki-matlee0409

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rapidly generates structured documentation for codebases, including architecture diagrams and module overviews, so developers can understand and onboard quickly without manual drafting.

Core Features & Use Cases

  • Automated wiki generation: produces Markdown docs and Mermaid diagrams from local repos.
  • Architecture and module diagrams: Mermaid class and sequence diagrams that illustrate code organization.
  • Per-codebase reference docs: centralized README with module map and getting-started notes.

Quick Start

Generate a wiki for your target codebase by running the Cronus code-wiki skill against the repository.

Frequently Asked Questions about code-wiki

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

FAQPage Schema
How do I automatically generate wiki docs and architecture diagrams for an undocumented codebase?

To generate wiki docs for an undocumented codebase, you can automate the creation of Markdown documentation and Mermaid diagrams directly from your local repository, producing a centralized reference with module maps and getting-started guidance.

What is the best way to create Mermaid diagrams from my source code for module mapping?

Creating Mermaid diagrams from source code is best handled by automating class and sequence diagram generation, which illustrates code organization and architecture to help developers onboard quickly without manual drafting.

Can I generate a centralized README with module maps for different programming languages?

Yes, you can generate a centralized README with module maps for diverse repositories and programming languages, applying automated documentation processing to produce structured reference docs for each specific codebase.

Does code-wiki work with local repos to produce Markdown artifacts without external dependencies?

Yes, it processes local repo ingestion to produce Markdown artifacts and Mermaid visuals using only existing Cronus tooling, requiring no external dependencies to generate the complete wiki documentation.

How do I document codebase architecture without writing manual Markdown?

You can document codebase architecture without manual Markdown by running an automated wiki generation skill against your repository, which outputs structured Markdown docs and architecture diagrams automatically.