一键导入
ingest
Ingest content into the wiki with a source page, entity/concept updates, and index/log updates. Picks an ingest tier (light/medium/deep) first.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ingest content into the wiki with a source page, entity/concept updates, and index/log updates. Picks an ingest tier (light/medium/deep) first.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Session handoff — paths, decisions, and context to resume work. Optimizes the handoff to the next chat or a /rewind.
Read-only wiki hygiene sweep. Runs the mechanical scanner (scripts/wiki-clean.mjs), dispatches subagents to triage the candidates (contradictions, stale claims, near-duplicates, thin stubs, dead links, orphans), and returns a prioritized CANDIDATE list for the operator to decide on. NEVER edits or deletes — proposal only. Trigger: /wiki-clean.
Mandatory wrapper for ALL writes to this repo. Pulls --rebase from the default branch before any edit, batches all related changes into ONE atomic commit with an ISO timestamp, pushes immediately when a remote is configured.
| name | ingest |
| description | Ingest content into the wiki with a source page, entity/concept updates, and index/log updates. Picks an ingest tier (light/medium/deep) first. |
wiki/index.md), descend to the matching domain sub-index, and look for a related page. If one exists, update it rather than duplicating.CLAUDE.md → Ingest Tiers): light (log only), medium (source page + 1–3 pages), deep (full synthesis).wiki/sources/ with frontmatter (type, tags, dates) — per wiki/_schema.md.wiki/index/<domain>.md and append one entry to wiki/log.md.wiki-write skill (it handles sync, conflict resolution, and push).First ingest into an empty wiki: no domain exists yet, so create one — add a [[index/<domain>]] row to wiki/index.md and a wiki/index/<domain>.md from the sub-index template in wiki/_schema.md, then file the page into it.