用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yu-iskw/second-brain-plugin --skill ingest命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Initialize or upgrade a Git-native OKF second-brain repository for governed knowledge maintenance.
Produce a read-only health report for the OKF second-brain knowledge bundle.
Run bounded, automation-safe second-brain maintenance across ingestion, linting, and safe repair.
基于 SOC 职业分类
正在显示 SKILL.md
| name | ingest |
| description | Process immutable raw sources into a provenance-aware OKF knowledge bundle with independent verification. |
| disable-model-invocation | true |
| allowed-tools | Read, Glob, Grep, Write, Edit, Bash(git diff *), Bash(git status *) |
Follow AGENTS.md and repository governance files. Process $ARGUMENTS, or discover sources whose ledger status is new or absent. Process no more than five sources per run unless the user explicitly requests a different bound.
For each source:
raw/ and never modify it.analyzing in governance/source-ledger.md.knowledge/index.md, aliases, filenames, and text search.source-analyst.needs-review or failed, append a log-only entry to knowledge/log.md, report verification N/A (log/ledger-only; no content integration), and continue to the next source (do not call integrator/verifier for that source).knowledge-integrator with operation type ingest.knowledge-verifier in mutation mode.Do not apply ad-hoc repairs here; leave safe mechanical remediation to /second-brain:repair (or maintain’s repair phase).
Completion summary must list processed sources, early-stopped sources, files changed, verification results (PASS/FAIL/N/A), and unresolved issues. Overall success requires PASS for every source that reached integration; early-stops alone are a successful bounded run only when no content mutation remains unverified. Log/ledger-only early stops do not require mutation PASS.