knowledge-graph-visualizer

Convert knowledge-graph.json into Mermaid architecture, dependency, and data-flow diagrams.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ignidus/iscagent --skill knowledge-graph-visualizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-graph-visualizer
Source: https://github.com/ignidus/iscagent/tree/main/skills/knowledge-graph-visualizer
Command: npx skills add https://github.com/ignidus/iscagent --skill knowledge-graph-visualizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Knowledge graphs are powerful but hard to read; this skill converts them into readable Mermaid diagrams to illuminate architecture, dependencies, and data flow.

Core Features & Use Cases

  • Mermaid diagram generation: Convert knowledge-graph.json into architecture, dependencies, and data-flow diagrams.
  • Architecture visualization: Produce top-down layer diagrams for onboarding and system understanding.
  • Use Case: After running codebase-understanding, visualize how modules relate and how data travels through the system.

Quick Start

Generate architecture diagrams from the current knowledge graph using the provided .understand/knowledge-graph.json.

Frequently Asked Questions about knowledge-graph-visualizer

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

FAQPage Schema
How do I generate architecture diagrams from a codebase knowledge graph?

To generate architecture diagrams, the skill transforms a codebase knowledge graph into Mermaid syntax. It reads the graph data to produce top-down layer diagrams for system understanding and project onboarding.

What is the best way to visualize codebase dependencies and data flow?

The best way to visualize codebase dependencies and data flow is by converting knowledge graphs into Mermaid diagrams. This approach illuminates module relationships and how data travels through the system.

How do I convert a knowledge graph into Mermaid syntax for documentation?

To convert a knowledge graph into Mermaid syntax for documentation, a 6-step pipeline reads the graph and outputs docs/diagrams. It validates consistency while generating architecture and data-flow diagrams.

Do I need a specific knowledge graph file format to generate architecture diagrams?

Generating architecture diagrams requires a knowledge graph file, such as .understand/knowledge-graph.json. The skill reads this specific format to map dependencies and produce valid Mermaid diagrams.

Can I use Mermaid diagrams for project onboarding from existing knowledge graphs?

You can use Mermaid diagrams for project onboarding by transforming existing knowledge graphs. This converts hard-to-read graph data into readable architecture, dependencies, and data-flow visualizations.