Review and maintain the semantic C4 architecture configuration
Compare callgraph structure between git refs and write diff.json for the viewer
Visualize the structural impact of a planned change from a spec or design document
Rebuild callgraph, generate semantic data, and restart the visualization server
3D architecture visualizer for codebases. Builds a call graph from source code and renders it as an interactive layered view in the browser.
/prism-diff, /prism-impact, and /prism-rebuild commandspip install -e .
# Build the call graph
callgraph build <path-to-repo> -o .callgraph
# Start the 3D viewer
callgraph serve
# Compare two graph snapshots
callgraph diff <dir-a> <dir-b> -o .callgraph --ref-a main --ref-b HEAD
# Apply an architectural plan
callgraph plan plan.json --graph-dir . -o .callgraph
Install as a plugin to get /prism-diff and /prism-impact commands:
claude plugin marketplace add rHedBull/prism
claude plugin install prism
/prism-diff <ref> — compare callgraph between git refs/prism-impact <spec.md> — visualize structural impact of a planned change/prism-rebuild — rebuild callgraph, generate semantic data, and restart the viewerpip install -e ".[dev]"
pytest tests/ -v
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rhedbull/prism --plugin prismDevelopment skills: documentation updates, PR reviews, wave server orchestration
Generate visual architecture docs, data flow diagrams, and interactive call graphs for large codebases
Codebase visualization — generates architecture, data flow, dependency, call chain, community detection, and class diagrams via Mermaid Chart MCP
Analyzes a codebase and generates animated HTML architecture reports — diagrams, data flows, component directories, metrics, and insights.
Turn complex codebases into clear, navigable architecture diagrams
Codebase diagram generation for tldiagram.com
Codebase intelligence for Claude Code. Indexes your codebase into five layers (Graph, Git, Docs, Decisions, Code Health) and exposes them through nine task-shaped MCP tools — so Claude understands architecture, ownership, hotspots, why code is built the way it is, and where the defect risk lives.
Analyse software architecture and generate C4 models using Structurizr DSL, with diagram export support.