From vergil
Review memory files collaboratively with the human. Use when the human asks to audit, review, clean up, prune, or check memory ("audit my memory", "review MEMORY.md", "are these memories still accurate", "clean up memory"). Verifies each entry, assesses staleness, and routes it to the correct scope with human approval.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vergil:memory-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structured walk-through of a project's memory files. For each file,
Structured walk-through of a project's memory files. For each file, verify its claims against the codebase, suggest a disposition, and wait for the human to decide before acting.
Read MEMORY.md and list all .md files in the memory directory.
Report:
MEMORY.md.MEMORY.md pointing to files that no
longer exist.Present each memory file one at a time. For each:
Show: Name, type (from frontmatter), and content. Summarize if the file exceeds ~30 lines.
Verify: Actively check claims against the codebase:
Present verification findings alongside the content.
Assess: Based on verification results, is this entry still accurate?
Suggest disposition with reasoning — one of:
| Disposition | When to use |
|---|---|
| Keep | Still accurate, correctly scoped to this repo. |
| Update | Substance is right, content needs refreshing. |
| Relocate → global CLAUDE.md | Cross-repo preference, not repo-specific. |
| Relocate → plugin/skill issue | About vergil-tooling suite behavior. |
| Delete | Stale, redundant, or no longer relevant. |
Wait for the human to confirm or override the suggestion. Do not proceed until the human responds. One file at a time — no batching.
After the human decides:
~/.claude/CLAUDE.md. Show the draft. Write on approval.gh issue create on approval.MEMORY.md.After all files are reviewed:
MEMORY.md to reflect the final state (removed entries,
newly indexed orphans, etc.).memory-init skill's canonical header.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub vergil-project/vergil-claude-plugin --plugin vergil