code-wiki

Generate a codebase wiki with Mermaid architecture diagrams for any repository.

Updated May 11, 2026
One-click install
npx skills add https://github.com/jason660519/Project-Manager --skill code-wiki-jason660519
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-wiki
Source: https://github.com/jason660519/Project-Manager/tree/main/hermes-agent/optional-skills/software-development/code-wiki
Command: npx skills add https://github.com/jason660519/Project-Manager --skill code-wiki-jason660519

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a complete codebase wiki with architecture diagrams for any repository.

Core Features & Use Cases

  • Generate an overview, architecture diagrams, per-module deep-dives, and Mermaid class and sequence diagrams.
  • Works with local and private repos across languages.
  • Uses Hermes tooling (terminal, read_file, search_files, write_file) to operate offline without external services.

Quick Start

Point Hermes to the target repository and command it to generate a complete codebase wiki with architecture diagrams.

Frequently Asked Questions about code-wiki

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

FAQPage Schema
How do I generate architecture diagrams and a wiki for a local codebase?

Generate a codebase wiki for a local repository by pointing Hermes to the target directory, which then produces Markdown documentation, structured module references, and Mermaid class and sequence diagrams.

Can I generate module-level documentation and diagrams for a private repository?

Yes, you can generate module-level documentation for a private repository offline. The Skill uses local Hermes tooling like terminal and read_file to operate without external services, ensuring your private codebase remains secure.

What is the best way to create Mermaid class and sequence diagrams from source code?

Creating Mermaid class and sequence diagrams from source code is best handled by analyzing the repository structure to automatically produce visual architecture diagrams and structured module references.

Does this codebase documentation generator work across different programming languages?

Yes, the codebase documentation generator works across different programming languages. It analyzes any local or private repository to produce an overview, per-module deep-dives, and architecture diagrams regardless of the language.

Do I need external services or dependencies to generate a codebase wiki offline?

No, you do not need external services or dependencies to generate a codebase wiki offline. The Skill relies entirely on Hermes-provided tools like search_files and write_file to analyze the repository and produce documentation.