.claude/skills/ops-vault-recap/SKILL.md
Recap session memory into vault and validate vault structure
npx skillsauth add d0nghyun/neuron ops-vault-recapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/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)databases
Notion schedule management. Query today/weekly schedules, add/modify/complete schedules.
testing
Counterfactual review of decision paths after Moderate+ tasks
tools
Create a release with version tag. Converts UNRELEASED.md to version file and creates git tag.
data-ai
Activate a module's skills/agents for current session