archi-diagrams

Generate class, architecture, MCD, sequence, and use-case diagrams from an architectural index.

1|Updated May 22, 2026
One-click install
npx skills add https://github.com/YoLaub/skills_stock --skill archi-diagrams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archi-diagrams
Source: https://github.com/YoLaub/skills_stock/tree/main/.claude/skills/archi-diagrams
Command: npx skills add https://github.com/YoLaub/skills_stock --skill archi-diagrams

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires archi-scanner, mermaid, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of technical diagrams (classes, architecture, MCD, sequence, use cases) from a product's architectural index, eliminating the need for manual creation and ensuring consistency.

Core Features & Use Cases

  • Diagram Generation: Automatically generate various diagrams like class diagrams, architecture diagrams, MCD, sequence diagrams, and use case diagrams from an architectural index.
  • On-Demand Generation: Generate diagrams only when needed, avoiding unnecessary generation of all diagrams at once.
  • Use Case: For an architect working on a complex software project, generate a class diagram or an architecture diagram when needed to visualize the system's structure or behavior.

Quick Start

Generate a diagram for the 'architecture' by using the command: /archi-diagrams architecture

Frequently Asked Questions about archi-diagrams

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

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

You can generate architectural diagrams by processing your product's architectural index. This Skill automates the creation of class, architecture, MCD, sequence, and use-case diagrams to visualize system structures.

Do I need an architectural index before generating Mermaid diagrams?

Yes, you need an architectural index. This Skill requires the archi-scanner dependency to index your product first, then uses Mermaid to generate technical diagrams on-demand from that indexed data.

Can I generate a single sequence diagram without creating all other diagrams at once?

Yes, you can generate a single sequence diagram on-demand. The Skill avoids unnecessary generation by allowing you to target specific diagram types like class or architecture diagrams only when needed.

What types of software architecture diagrams can I create with Mermaid?

You can create class diagrams, architecture diagrams, MCD, sequence diagrams, and use-case diagrams. These are generated directly from your architectural index to ensure structural consistency.