graph-viz
Installation
SKILL.md
Graph Visualization
Render the local knowledge graph as a Mermaid diagram from .claude/memory/decisions.jsonl.
Supports the full OrchestKit visualization system with 8 entity types and 8 relation types (GH #246).
Usage
/ork:graph-viz # Full graph
/ork:graph-viz --category api # Filter by category
/ork:graph-viz --recent 10 # Last 10 decisions
/ork:graph-viz --limit 30 # Cap at 30 entities
/ork:graph-viz --type Technology # Show only Technology entities
/ork:graph-viz --relation CHOSE # Show only CHOSE relations
/ork:graph-viz --layout LR # Left-to-right layout (default: TD)