code-wiki

Generate reference documentation and Mermaid diagrams from codebases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually creating comprehensive documentation and diagrams for codebases, automating the process and saving significant time.

Core Features & Use Cases

  • Wiki Generation: Automatically generates a comprehensive wiki for any codebase, including overview, architecture, and module-specific deep-dives.
  • Mermaid Diagrams: Creates Mermaid diagrams for architecture, class diagrams, and sequence diagrams directly from the code.
  • Local and Private Repos: Works with local and private repositories, private repos, and supports any language.
  • Minimal Dependencies: Utilizes only existing Lastochka tools without the need for Docker, external services, or extra dependencies.

Quick Start

Generate a wiki for the current codebase by running the 'code-wiki' skill.

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 codebase documentation and Mermaid diagrams?

You can generate codebase documentation and Mermaid diagrams by running the code-wiki skill, which scans your repository to produce reference docs, architecture overviews, and module deep-dives. It leverages Lastochka tools to read files and write the wiki directly.

Can I generate wiki documentation for a local or private code repository?

Yes, you can generate wiki documentation for local and private repositories. The tool scans your local file system directly using built-in Lastochka tools, ensuring your private source code remains secure without needing external services.

Does this code documentation tool support programming languages other than Python?

This code documentation tool supports any programming language. It analyzes file structures and code content universally to generate architecture, class, and sequence diagrams regardless of the specific language used in your codebase.

Do I need Docker to create architecture diagrams from my source code?

No, you do not need Docker to create architecture diagrams from source code. The process requires no external services or extra dependencies, operating entirely through existing Lastochka tools for repository scanning and file processing.

What is the best way to visualize code architecture without manual diagramming?

The best way to visualize code architecture without manual diagramming is using an automated wiki generator. It parses your codebase to instantly produce Mermaid diagrams for architecture, classes, and sequences alongside written documentation.