From docs-cleaner
Consolidates redundant documentation while preserving all valuable content. Activates on phrases like 'clean up docs' or 'consolidate documentation'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/docs-cleaner:docs-cleanerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Consolidate redundant documentation while preserving 100% of valuable content.
Consolidate redundant documentation while preserving 100% of valuable content.
Critical evaluation before deletion. Never blindly delete. Analyze each section's unique value before proposing removal. The goal is reduction without information loss.
For each document, create a section-by-section analysis table:
| Section | Lines | Value | Reason |
|---|---|---|---|
| API Reference | 25 | Keep | Unique endpoint documentation |
| Setup Steps | 40 | Condense | Verbose but essential |
| Test Results | 30 | Delete | One-time record, not reference |
Value categories:
See references/value_analysis_template.md for detailed criteria.
Propose target structure:
Before: 726 lines (3 files, high redundancy)
After: ~100 lines (1 file + reference in CLAUDE.md)
Reduction: 86%
Value preserved: 100%
Before finalizing, confirm preservation of:
| Pattern | Problem | Solution |
|---|---|---|
| Blind deletion | Loses valuable information | Section-by-section analysis first |
| Keeping everything | No reduction achieved | Apply value criteria strictly |
| Multiple sources of truth | Future divergence | Single authoritative location |
| Orphaned references | Broken links | Update all references after consolidation |
A successful cleanup produces:
npx claudepluginhub p/caomengxuan666-docs-cleaner-suites-daymade-docs-docs-cleaner3plugins reuse this skill
First indexed Jul 12, 2026
Consolidates redundant documentation while preserving all valuable content. Activates on phrases like 'clean up docs' or 'consolidate documentation'.
Strips redundant prose from docs, READMEs, code comments, and docstrings while preserving behavior. Useful for decluttering before a release or when code comments only restate the code.
DEPRECATED: Summarizes verbose technical docs with 40% length cap, paths-first format, and tables. Retained for reference as base models now handle this natively.