From notation
Audit and rebalance Claude Code memory notation across CLAUDE.md, ~/.claude/notes/, and per-project MEMORY.md. Use when the user asks to audit notes, check CLAUDE.md for bloat, find stale or orphaned notes, rebalance memory tiers, or mentions "notation health" or "notation maintenance".
How this skill is triggered — by the user, by Claude, or both
Slash command
/notation:notation-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Inspect the health of the user's Claude Code memory across all tiers, report problems, then offer targeted fixes. This is the diagnostic counterpart to `/notation:notate` (which captures new learnings); use it to clean up what is already there.
Inspect the health of the user's Claude Code memory across all tiers, report problems, then offer targeted fixes. This is the diagnostic counterpart to /notation:notate (which captures new learnings); use it to clean up what is already there.
~/.claude/CLAUDE.md: lean, loads every session. Only high-frequency, cross-project rules belong inline.~/.claude/notes/*.md: situational, loaded on demand, each registered by a line in the "Topical Notes Index" at the bottom of CLAUDE.md.~/.claude/projects/<encoded-cwd>/memory/: one fact per frontmatter file, indexed by MEMORY.md../.claude/docs/, ./CLAUDE.md: project-tracked guides and team conventions.~/.claude/CLAUDE.md and Glob ~/.claude/notes/*.md. For the current project, locate the memory dir via ls -d ~/.claude/projects/*/memory 2>/dev/null and read its MEMORY.md.references/audit-checklist.md and collect findings.~/.claude/CLAUDE.md, back it up: cp ~/.claude/CLAUDE.md ~/.claude/CLAUDE.md.bak.$(date +%Y%m%d-%H%M%S).notes/. These are the highest-value moves - they shrink the every-session prompt.notes/<topic>.md file does not exist, or a note file with no index line.MEMORY.md (or a MEMORY.md line pointing at a missing file).~/.claude/CLAUDE.md.bak.* snapshots the user may want to prune.Full detail and the routing rubric used to decide where a stray entry should move: references/audit-checklist.md and references/routing-rubric.md.
-) only. No em-dashes or en-dashes.~/.claude/settings.json.npx claudepluginhub ringo380/robworks-claude-code-plugins --plugin notationGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.