用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tansuasici/claude-code-kit --skill wiki-ingest命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | wiki-ingest |
| description | Ingest a new source into the knowledge wiki — read, summarize, cross-reference, and update index |
| user-invocable | true |
Invoke with /wiki-ingest when:
raw-sources/WIKI.md for vault conventions and directory structurewiki/index.md for current wiki stateraw-sources/
For each new source:
wiki/summaries/{source-name}.md with frontmatter:
---
title: Source Title
type: summary
sources: [original-filename.md]
created: YYYY-MM-DD
updated: YYYY-MM-DD
tags: [relevant, tags]
---
wiki/entities/{name}.md exists → update with new information, cite the sourcewiki/concepts/{name}.md exists → update, note agreements/contradictions[[wikilinks]] in all pages for cross-referenceswiki/index.md under the appropriate sectionwiki/log.md:
## [YYYY-MM-DD] ingest | Source Title
- Summary: wiki/summaries/source-name.md
- Updated: [list of modified pages]
- New pages: [list of created pages]
Report to user:
### Ingest Complete: {Source Title}
**Summary**: wiki/summaries/{name}.md
**Key takeaways**:
- Bullet 1
- Bullet 2
- Bullet 3
**Files touched** ({N} total):
- Created: wiki/summaries/source-name.md
- Updated: wiki/entities/entity-a.md, wiki/concepts/concept-b.md
- Created: wiki/entities/new-entity.md
**Connections found**:
- Links to [[existing-concept]] — reinforces claim about X
- Contradicts [[other-page]] on Y — flagged in both pages
raw-sources/ — they are immutablewiki/index.md after any changewiki/log.md