kb-view
Installation
SKILL.md
/kb-view — KB Viewer
0. Prerequisites
Check for KB config at .claude/knowledge-base/config.json. If missing, tell user: "KB is not configured. Run /kb-bootstrap to set up your knowledge base." and stop.
1. Suggest Running in a Separate Terminal
Use AskUserQuestion to strongly recommend the user runs the server themselves in a separate terminal window. The server runs continuously and is more responsive when not managed by Claude.
Present the command:
uv run ${CLAUDE_SKILL_DIR}/scripts/serve.py --project-root .
Options:
- "I'll run it myself" (recommended) → Give the command, tell them to open http://127.0.0.1:8787, and stop.
- "Run it for me" → Continue to Step 2.