docs-diagrams

Generate Mermaid architecture diagrams from the current codebase.

1|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/RB-chrismandich/Manifest --skill docs-diagrams-rb-chrismandich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-diagrams
Source: https://github.com/RB-chrismandich/Manifest/tree/main/configs/claude/skills/docs-diagrams
Command: npx skills add https://github.com/RB-chrismandich/Manifest --skill docs-diagrams-rb-chrismandich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often struggle to keep architecture visuals in sync with the actual codebase, leading to outdated diagrams and miscommunication.

Core Features & Use Cases

  • Generate Application Architecture, Integration Flow, Component Architecture, and Deployment diagrams as Mermaid diagrams from the codebase.
  • Provide structured documentation sketches that can be embedded in README or docs.
  • Use cases include maintaining living documentation for large projects and onboarding new engineers quickly.

Quick Start

Run the documentation workflow to generate Mermaid diagrams for the current project and update the docs.

Frequently Asked Questions about docs-diagrams

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

FAQPage Schema
How do I generate architecture diagrams from my codebase automatically?

You can automatically generate architecture diagrams from your codebase by running a documentation workflow that analyzes application flow and component relationships to produce Mermaid syntax visuals. This keeps your documentation synchronized with the actual code structure.

What types of Mermaid diagrams can I generate for software documentation?

You can generate four types of Mermaid diagrams for software documentation: Application Architecture, Integration Flow, Component Architecture, and Deployment diagrams. These structured visuals comprehensively cover application flow and deployment sequences.

How do I keep architecture visuals in sync with my codebase?

To keep architecture visuals in sync with your codebase, auto-generate Mermaid diagrams directly from the current project source. This prevents outdated diagrams and miscommunication by producing living documentation that reflects the latest component relationships.

Can I embed auto-generated Mermaid diagrams in my README?

Yes, you can embed auto-generated Mermaid diagrams in your README or docs. The workflow produces structured documentation sketches with correct Mermaid syntax that can be directly integrated into your existing project documentation files.

Does this approach work for visualizing deployment sequences and integration flow?

Yes, this approach works for visualizing deployment sequences and integration flow. It generates specific Mermaid diagram types that map out component relationships and deployment sequences directly from the codebase architecture.

Best way to create living documentation for onboarding new engineers?

The best way to create living documentation for onboarding new engineers is to auto-generate Mermaid architecture diagrams from your codebase. This provides up-to-date visual context of application flow and component architecture without manual maintenance overhead.