workflow-monthly-skill-auditlisted
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`