code-wiki

Generate markdown wikis and Mermaid diagrams from software repositories.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Rheasilvia/hermes-desktop --skill code-wiki-rheasilvia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-wiki
Source: https://github.com/Rheasilvia/hermes-desktop/tree/main/optional-skills/software-development/code-wiki
Command: npx skills add https://github.com/Rheasilvia/hermes-desktop --skill code-wiki-rheasilvia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git.

What problem does it solve?

This skill solves the challenge of maintaining up-to-date documentation for complex codebases by automating the creation of architectural overviews, module maps, and visual diagrams.

Core Features & Use Cases

  • Automated Documentation: Generates comprehensive READMEs, architecture guides, and API references from source code.
  • Visual Architecture: Automatically creates Mermaid-based class and sequence diagrams to visualize system flow.
  • Use Case: When onboarding to a new repository, use this skill to instantly generate a structured wiki that maps out key modules, entry points, and data flows, saving hours of manual exploration.

Quick Start

Invoke the code-wiki skill to generate a full documentation suite for the repository located in the current directory.

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 technical documentation and architecture diagrams for my codebase?

You can automatically generate technical documentation and architecture diagrams by scanning source files and directory structures to produce structured markdown wikis. This process parses the repository to create comprehensive READMEs, architecture guides, and Mermaid-based visual diagrams of system flows.

What is the best way to generate Mermaid diagrams from source code for onboarding?

Generating Mermaid diagrams from source code involves parsing repository files to automatically create class and sequence diagrams. This visualizes system architecture and maps data flows, saving hours of manual exploration during project onboarding.

Can I generate documentation wikis for remote codebases or only local repositories?

You can generate documentation wikis for both local and remote codebases. The system scans directory structures and parses source files regardless of location, requiring standard terminal access for file system operations to produce the structured markdown output.

Do I need git installed to generate automated codebase documentation?

Yes, you need git installed to generate automated codebase documentation. Git is required specifically for version tracking during the repository scanning process, alongside standard terminal access to perform the necessary file system operations.