@jackmu0901/code-wiki
v1.4.0
Published
Claude Code skill — methodology + directory template for building a two-layer deterministic code wiki over a multi-repo ecosystem (facts extracted by tools + LLM-written semantic pages). Answers 'which repo / which interface / how repos connect / cross-re
Maintainers
Readme
code-wiki — Claude Code skill
Methodology + directory template for building a two-layer, deterministic code wiki over a multi-repo ecosystem:
- facts/ — hard facts (interface catalog, cross-repo RPC/MQ edges) extracted by deterministic tools; each edge tagged with
confidence: high | ambiguous | inferred - repos/ + domains/ — LLM/human-written semantic pages: repo responsibilities, module maps, cross-repo business sequences
Answers:
- 这个需求归哪个库?
- 该改哪个接口?
- 谁调了这个库 / 这个库调了谁?
- 一条业务怎么跨库流转?
- 下线这个库/接口影响多大?
- 这条链路怎么讲给产品经理?
This package ships the skill's SKILL.md. You still bring your own facts/ + repos/ + domains/ + tools/; the skill documents the layout, invariants, and retrieval workflow.
Install
npx @jackmu0901/code-wiki installCopies SKILL.md into ~/.claude/skills/code-wiki/. Override target:
npx @jackmu0901/code-wiki install --dir /path/to/skills
# or set env
CLAUDE_SKILLS_DIR=/path/to/skills npx @jackmu0901/code-wiki installThen in Claude Code:
/code-wikiThe skill is opt-in only — Claude will not auto-invoke it on adjacent phrasings.
Companion
Pairs with @jackmu0901/coding-codegraph — precise call-graph queries inside a single repo (Java/Spring Boot).
License
MIT © jackmu0901
