From contextus
Review context files that haven't been updated recently and check if they're still relevant.
How this skill is triggered — by the user, by Claude, or both
Slash command
/contextus:audit-staleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review context files that haven't been updated recently and check if they're still relevant.
Review context files that haven't been updated recently and check if they're still relevant.
# Review all stale context files (6+ months old)
/audit-stale
# Custom staleness threshold
/audit-stale --months 3
/audit-stale --days 90
# Only check specific category
/audit-stale --category framework
/audit-stale --category testing
# Auto-archive confirmed stale (no prompts)
/audit-stale --auto-archive
Lists context files by last modified
Checks relevance (for each old context file):
Suggests action for each:
.archive/📊 Stale Context Audit
🔴 Older than 6 months (5 found):
[1] framework/feedback_use_jest.md
Last modified: 8 months ago (2025-10-10)
⚠️ Contradicts: framework/feedback_use_vitest.md (2 months ago)
Action: [Keep] [Update] [Archive] [Delete]
[2] sdk/reference_old_api_endpoint.md
Last modified: 10 months ago (2025-08-15)
⚠️ Pattern not found in current code
Action: [Keep] [Update] [Archive] [Delete]
🟡 3-6 months old (3 found):
[3] testing/feedback_browserstack_setup.md
Last modified: 4 months ago (2026-02-10)
✓ Still referenced in recent work
Action: [Keep] [Update] [Archive] [Delete]
✅ Recent (<3 months): 56 context files - all current
For each flagged context file:
.claude/context/.archive//audit-stale --auto-archive --older-than 12
Automatically archives context files:
Use with caution!
{
"claudeContextus": {
"maintenance": {
"stalenessThresholdMonths": 6,
"checkRelevanceOnAudit": true,
"autoArchiveThresholdMonths": 12
}
}
}
/update-context - Update a specific context file/audit-context - Validate structure (not staleness)/context-search - Find relevant context files manuallynpx claudepluginhub anthonypdawson/claude-contextus --plugin contextusCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.