Kb Map banner
vakovalskii vakovalskii

Kb Map

Documentation community

Description

--- description: Build the OntoShip KB graph (gitmark map) — collapsible tree + rendered markdown + force/radial link graph as a self-contained HTML — and point the user to it. allowed-tools: Bash(python3:*) --- 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 "

Installation

Installs to ~/.claude/skills/vakovalskii-ontoship-kb-map/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vakovalskii-ontoship-kb-map && curl -fsSL https://raw.githubusercontent.com/vakovalskii/ontoship/HEAD/commands/kb-map.md -o ~/.claude/skills/vakovalskii-ontoship-kb-map/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository