用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/d0nghyun/neuron --skill ops-vault-recap命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | ops-vault-recap |
| description | Recap session memory into vault and validate vault structure |
| allowed-tools | Read, Glob, Grep, Bash, Write |
| user-invocable | true |
| quality_grade | B |
| quality_checked | "2026-03-16T00:00:00.000Z" |
/ops-vault-recapGlob vault/memory/**/*.md # All session notes
Read each file. Identify entries that should be promoted to vault sections:
| Content Type | Destination |
|---|---|
| Project decisions | vault/02-Projects/{project}/ |
| Lessons learned | vault/02-Projects/{project}/learn-*.yaml |
| General reference | vault/04-Resources/ |
| Completed/stale notes | vault/05-Archive/ |
For each promotable entry:
###-name.md with frontmatter (name, type)Run structural checks on all vault files:
| Check | Rule | Source |
|---|---|---|
| Depth | Max 3 levels | RULES.md |
| L1 prefix | ##-name/ | validate-vault.sh |
| L2 prefix | ###-name/ | validate-vault.sh |
| File naming | ###-name.md | validate-vault.sh |
| Frontmatter | --- with name:, type: | validate-vault.sh |
Auto-fixable (safe):
name and type###- patternReport only (needs user):
Session notes older than 7 days that have been fully recapped:
vault/05-Archive/ (not delete)vault_recap:
timestamp: "{ISO date}"
memory_scanned: {count}
promoted: {count}
structure_checks:
total: {count}
passed: {count}
auto_fixed: {count}
needs_user: {count}
archived: {count}
issues:
- type: "{structural | duplicate | orphan}"
path: "{file path}"
detail: "{description}"
action: "{fixed | needs_user}"
vault/memory/ skip strict naming checks (per hook)