← ClaudeAtlas

workflow-monthly-skill-auditlisted

Run the monthly Claude Code skill hygiene pipeline — skill-audit (rank skills by usage + quality) → consolidate-memory (prune stale memories) → vault-lint (catch orphans created by deprecated workflows). Use when the 1st of the month rolls around, when the user says "monthly skill audit", "is my context layer healthy", "skill hygiene check", or after deprecating a workflow / removing a skill. Do NOT use for single-skill review (read the SKILL.md directly) or in the same week as the last audit. Output goes to ~/Downloads + Inbox/.
slogsdon/skills-workflows · ★ 0 · AI & Automation · score 70
Install: claude install-skill slogsdon/skills-workflows
# Skill: /workflow-monthly-skill-audit Three-stage hygiene pipeline. Mirrors the message of the LLM-context-files post: context decays without maintenance. ## When to use - 1st of every month (cron candidate — pair with `/loop` or `/schedule`). - After deprecating a workflow or removing skills, to catch downstream effects. - When the user explicitly asks "is my skill layer healthy". ## When NOT to use - Single-skill review → read the SKILL.md directly. - Inside the same week as the last audit — usage data won't have shifted. ## Steps | Step name | Stage | Invokes | |--------------|----------------------|--------------------------------------| | `audit` | Skill audit | `skill-audit` | | `memory` | Memory consolidation | `anthropic-skills:consolidate-memory`| | `vault-lint` | Vault lint | `vault-lint` | ### Stage 1: Skill audit — step `audit` — invokes `skill-audit` Produces `~/Downloads/skill-audit-report.md`. Output: report file exists. Checkpoint: review top/bottom 5 before pruning memory. ### Stage 2: Memory consolidation — step `memory` — invokes `anthropic-skills:consolidate-memory` Reflective pass over MEMORY.md; merges duplicates, prunes stale facts, fixes the index. Output: MEMORY.md updated; commit summary in conversation. Checkpoint: confirm memory edits look correct. ### Stage 3: Vault lint — step `vault-lint` — invokes `vault-lint`