From gitmark
Builds a self-contained HTML knowledge-base graph with a collapsible tree, rendered markdown, and force/radial link graph. Accepts an optional output path.
How this command is triggered — by the user, by Claude, or both
Slash command
/gitmark:kb-mapThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Generate and surface the knowledge-base map.
Optional `$ARGUMENTS` = output path (default `docs-map.html`).
Do:
1. Refresh the index: `python3 ${CLAUDE_PLUGIN_ROOT}/skills/kb-search/gitmark.py index`
2. Build the map: `python3 ${CLAUDE_PLUGIN_ROOT}/skills/kb-search/gitmark.py map -o "${ARGUMENTS:-docs-map.html}"`
3. Tell the user the output path and that it's a self-contained HTML (tree + link graph), and offer to open it (`open <path>`) or `serve` it.Generate and surface the knowledge-base map.
Optional $ARGUMENTS = output path (default docs-map.html).
Do:
python3 ${CLAUDE_PLUGIN_ROOT}/skills/kb-search/gitmark.py indexpython3 ${CLAUDE_PLUGIN_ROOT}/skills/kb-search/gitmark.py map -o "${ARGUMENTS:-docs-map.html}"open <path>) or serve it.npx claudepluginhub vakovalskii/ontoship --plugin gitmark/graphifyGenerates a clustered knowledge graph from a vault, producing HTML and JSON outputs.
/pith-graphGenerates an interactive force-directed graph from [[wikilinks]] in ./wiki/ .md files and opens wiki-graph.html in the browser.
/graphifyBuilds, queries, and inspects a project knowledge graph stored in .planning/graphs/. Supports build, query, status, and diff subcommands.
/pageGenerates a single comprehensive wiki page for a codebase topic, tracing actual code paths with source citations, Mermaid diagrams, and first-principles explanations in VitePress Markdown.
/architectureGenerates Mermaid diagrams of your codebase: system overview, API route map, database ER diagram, and data flow sequences. Renders in GitHub.
/awesome-docsGenerates animated Markdown documents with GitHub-safe SVG diagrams. Also supports converting, updating, diffing, auditing, previewing, and exporting existing docs.