system-diagram-generator

Generate Mermaid and ASCII diagrams for game systems and code architecture.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cautiouskurns/Blood-and-Gold --skill system-diagram-generator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: system-diagram-generator
Source: https://github.com/cautiouskurns/Blood-and-Gold/tree/main/.claude/skills/system-diagram-generator
Command: npx skills add https://github.com/cautiouskurns/Blood-and-Gold --skill system-diagram-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of visual diagrams from code and system descriptions, helping engineers understand complex game architectures quickly and accurately.

Core Features & Use Cases

  • Architecture Diagram: Mermaid graph showing major components and their relationships.
  • Flowchart: Diagramming decision logic and process flows.
  • Class Diagram: Show inheritance and class relationships.
  • Sequence Diagram: Illustrate interactions over time.
  • ASCII Diagram: Terminal-friendly quick views.

Quick Start

Diagram the weapon system architecture to visualize components and their interactions.

Frequently Asked Questions about system-diagram-generator

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

FAQPage Schema
How do I generate Mermaid diagrams from my codebase to visualize architecture?▼

You can generate Mermaid diagrams by having the system read your code context through file searches and references. It outputs architecture, flowchart, class, and sequence diagrams with file:line references for key components.

What types of diagrams can I create to document game systems and data flow?▼

You can create architecture, flowchart, class, sequence, state, and ASCII diagrams. These document system relationships, data flow, inheritance, and interactions over time for game systems.

Can I visualize code architecture directly in the terminal without a GUI?▼

Yes, you can visualize code architecture directly in the terminal using ASCII diagrams. The generator produces terminal-friendly quick views alongside standard Mermaid visual diagrams.

Does the generated architecture diagram include specific code file references?▼

Yes, the generated architecture diagram includes specific code file references. It outputs Mermaid and ASCII diagrams with file:line references for key components to help engineers understand complex architectures.

What is the best way to diagram inheritance and class relationships for my code?▼

The best way to diagram inheritance and class relationships is using a class diagram generator. It reads your code context through file searches and outputs Mermaid diagrams showing class relationships and inheritance structures.