用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yu-iskw/second-brain-plugin --skill maintain命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Initialize or upgrade a Git-native OKF second-brain repository for governed knowledge maintenance.
Process immutable raw sources into a provenance-aware OKF knowledge bundle with independent verification.
Produce a read-only health report for the OKF second-brain knowledge bundle.
基于 SOC 职业分类
正在显示 SKILL.md
| name | maintain |
| description | Run bounded, automation-safe second-brain maintenance across ingestion, linting, and safe repair. |
| disable-model-invocation | true |
| allowed-tools | Read, Glob, Grep, Write, Edit, Bash(git diff *), Bash(git status *), Bash(git log *) |
Cursor Automation entry point. Follow AGENTS.md and governance/policies.md. Mode from $ARGUMENTS: incremental (default) or full. If governance/automation-state.md has an empty last_successful_commit, treat incremental lint/curator scope as full for this run (then record the commit).
governance/automation-state.md and repository status. If write_run_active is true, check whether another write run is actually in progress; if not, force-unlock via maintain-state (log the reason) before continuing. Independently refuse when the worktree has dirty unrelated changes outside the expected automation branch/scope.write_run_active: true via knowledge-integrator (maintain-state) before mutations./second-brain:ingest workflow for at most five new/absent ledger sources./second-brain:lint with explicit scope args: incremental verify by default, or full verify when mode is full or last_successful_commit is empty. For incremental, ensure lint computes a knowledge-filtered changed-page list for the curator./second-brain:repair only for unambiguous safe repairs listed in governance/policies.md (and confirmed safe by lint’s verified report).knowledge-verifier PASS after every content mutation phase (ingest integration, repair, synthesize). Log/ledger-only early stops use verification N/A and do not need mutation PASS.write_run_active: false via maintain-state on success, early stop, or failure; on success also update last_successful_commit, timestamps, ledgers, and operation log as applicable. Optionally run a final maintain-completion verify that checks the cleared flag.AGENTS.md.Honor the automation risk budget in AGENTS.md; stop and request review when exceeded. Clearing write_run_active is mandatory even when stopping for review.