hoverwinter 的个人 Claude Code 插件合集。 锦囊里是针对特定场景的预制方案——打开即用。
在 Claude Code 中添加本 marketplace:
/plugin marketplace add https://github.com/hoverwinter/jinnang
然后按需安装单个 plugin:
/plugin install wiki@jinnang
后续升级:
/plugin update wiki@jinnang
把一个空目录变成一个由 Claude 维护的知识库仓库:原始资料(raw/)+ 结构化页面(wiki/),页面之间双向链接。
主要命令:
| 命令 | 用途 |
|---|---|
/wiki-init <领域名> | 在当前目录初始化一个新知识库 |
/wiki-ingest <文件> | 把一份原始资料提炼进知识库 |
/wiki-query <问题> | 在知识库内查询并引用来源 |
/wiki-lint | 扫描矛盾、孤立页面、死链、统计漂移等 |
/wiki-stats | 页面总数与分类统计 |
/wiki-recent | 读 wiki/log.md 显示最近变更 |
设计原则:
[[页面名]] 双向链接详见 plugins/wiki/skills/wiki-skill/SKILL.md。
jinnang/
├── .claude-plugin/
│ └── marketplace.json # marketplace 元信息
└── plugins/
└── wiki/ # 一个 plugin
├── .claude-plugin/
│ └── plugin.json # plugin 元信息
└── skills/
└── wiki-skill/ # skill 主体
├── SKILL.md
├── CHANGELOG.md
└── templates/ # 页面 / CLAUDE.md 模板
新增 plugin:在 plugins/ 下建一个新目录,添加 .claude-plugin/plugin.json 和 skills/<name>/SKILL.md,并在顶层 marketplace.json 的 plugins 数组里加一条。
plugin.json 用语义化版本:破坏性变更升 major,加规则/模板升 minor,文案升 patchCHANGELOG.md 里marketplace.json 的 plugin 条目可加 "sha": "..." 钉到具体 commit,不加则跟主分支最新MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub hoverwinter/jinnang --plugin wikiBuild and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Make your AI agent code with your project's architecture, rules, and decisions.