From docops
Docops: garbage collection for resolved gaps, stale evidence, and redundant content. Scans conveyor-gaps.md, validates freshness, detects duplicates, archives cleaned items. Use when: 'gc docs', 'clean gaps', 'garbage collect documentation'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/docops:gcThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Garbage collection for resolved gaps, stale evidence, and redundant content.
Garbage collection for resolved gaps, stale evidence, and redundant content.
conveyor-gaps.md by separating resolved gaps from active ones and archiving them.context_preflight mandatory before execution (flow='generic').done or resolved; never touch unresolved gaps.context_record_outcome after execution.context_preflight with flow='generic'; block execution if preflight fails.done/resolved) from active gaps in conveyor-gaps.md.## Resolved (Archive), keep last 20 for audit trail.context_record_outcome.done or resolvednpx claudepluginhub murillodutt/cellm --plugin docopsAudits project docs including memory files, CLAUDE.md, lessons, and docs/ for freshness. Deletes stale content, updates outdated info, compresses bloated indexes. Use periodically or before planning.
Refreshes stale or drifting learnings and pattern docs in docs/solutions/ by reviewing, updating, consolidating, replacing, or deleting against current codebase. Use after refactors, migrations, dependency upgrades.
Reviews and refreshes stale learnings/pattern docs in docs/solutions/ against current codebase via update/consolidate/replace/delete. Interactive or autofix modes; use post-refactor/migration.