Kb Graph
Description
--- argument-hint: [--format=mermaid|html|ascii] [--focus=item-id] [--depth=N] [--filter=type] description: 生成知识图谱可视化 allowed-tools: Read, Write, Bash --- # /kb-graph - 知识图谱可视化 ## 功能 生成知识库的关系图谱,支持多种可视化格式,帮助理解知识之间的关联。 ## 使用方式 ### 基本用法(Mermaid 格式) ``` /kb-graph --format=mermaid 生成 Mermaid 图表代码: ```mermaid graph TD A[React Hooks] -->|引用| B[React 基础] B -->|相关| C[JavaScript] C -->|构建于| D[函数组件] ``` ``` ### HTML 交互式图谱 ``` /kb-graph --format=html 生成 exports/knowledge-graph.html 使用 D3.js 实现交
Installation
Installs to ~/.claude/commands/huifer-claude-code-knowcraft-kb-graph.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/huifer/Claude-Code-KnowCraft/HEAD/.claude/commands/kb-graph.md -o ~/.claude/commands/huifer-claude-code-knowcraft-kb-graph.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11