KeWang0622

Gaokao Graph — Development skill for Claude Code

Development community

知识图谱:按症状反查跨学科根因,或查某知识点支撑了哪些其他学科.

How to install Gaokao Graph

Installs to ~/.claude/skills/kewang0622-gaokao-skill-gaokao-graph/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kewang0622-gaokao-skill-gaokao-graph && curl -fsSL https://raw.githubusercontent.com/KeWang0622/gaokao-skill/HEAD/commands/gaokao-graph.md -o ~/.claude/skills/kewang0622-gaokao-skill-gaokao-graph/SKILL.md

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

What Gaokao Graph does


description: 知识图谱:按症状反查跨学科根因,或查某知识点支撑了哪些其他学科。Cross-subject knowledge graph lookup.

启动 **知识图谱** 模式——这是本技能的核心能力。

用 [`scripts/graph.mjs`](../scripts/graph.mjs) 查询 [`data/knowledge-graph.json`](../data/knowledge-graph.json):

node scripts/graph.mjs why "斜面问题总要套公式"   # 症状 → 跨学科根因
node scripts/graph.mjs path phys.force            # 学它之前需要什么
node scripts/graph.mjs impact math.vector         # 它没学好会塌哪些
node scripts/graph.mjs subject 数学               # 某科全部节点及其支撑关系

流程:

  1. 让用户用**自己的

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Om Meeting — Prep for any meeting by topic — subject-forward briefing with open tasks, blockers, and brainstormed considera 4.6k ★
  • Code Review Graph — Local knowledge graph for Claude Code 3.7k ★

Full documentation available on GitHub

View Source Repository