Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daymade avatar

Docs Cleaner

  • 757 installs
  • 1.3k repo stars
  • Updated August 4, 2026
  • daymade/claude-code-skills

docs-cleaner is a Claude Code skill that systematically audits, condenses, and consolidates documentation for developers who need to eliminate duplication while preserving unique setup and troubleshooting content.

About

docs-cleaner is an Agent Skill from daymade/claude-code-skills that applies a value analysis template to project documentation section by section. Each section is scored for Keep, Delete, or Condense with line counts and reasons—for example keeping essential setup instructions while deleting content that duplicates CLAUDE.md. Developers reach for docs-cleaner when README sprawl, overlapping guides, or verbose technical sections make onboarding slow. The template tracks unique troubleshooting steps, frequently referenced procedures, and technical debt notes that must survive consolidation.

  • Section-by-section value analysis using a keep/condense/delete framework
  • 3-tier Value Categories: Keep (Green), Condense (Yellow), Delete (Red)
  • Consolidation Checklist with 5 mandatory pre-deletion steps
  • Outputs both a Value Analysis Table and a Consolidation Plan
  • Maps overlaps across CLAUDE.md, README, and other project docs

Docs Cleaner by the numbers

  • 757 all-time installs (skills.sh)
  • Ranked #317 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daymade/claude-code-skills --skill docs-cleaner

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs757
repo stars1.3k
Security audit3 / 3 scanners passed
Last updatedAugust 4, 2026
Repositorydaymade/claude-code-skills

How do you consolidate duplicate project documentation?

Systematically audit, condense, and consolidate documentation while preserving unique value and eliminating duplication.

Who is it for?

Developers maintaining sprawling README or docs folders with overlapping CLAUDE.md, setup, and troubleshooting sections.

Skip if: Greenfield docs from scratch, auto-generated API reference only, or code refactoring unrelated to written documentation.

When should I use this skill?

The user asks to audit, deduplicate, condense, or clean up project documentation, README files, or CLAUDE.md overlaps.

What you get

Condensed documentation set, section value analysis table, and deduplicated guides preserving unique troubleshooting and setup content.

  • Condensed documentation
  • Value analysis table
  • Deduplication report

By the numbers

  • Uses a Document Analysis Table with Section, Lines, Value, and Reason columns
  • Applies three value categories: Keep, Delete, and Condense

Files

SKILL.mdMarkdownGitHub ↗

Documentation Cleaner

Consolidate redundant documentation while preserving 100% of valuable content.

Core Principle

Critical evaluation before deletion. Never blindly delete. Analyze each section's unique value before proposing removal. The goal is reduction without information loss.

Workflow

Phase 1: Discovery

1. Identify all documentation files covering the topic 2. Count total lines across files 3. Map content overlap between documents

Phase 2: Value Analysis

For each document, create a section-by-section analysis table:

SectionLinesValueReason
API Reference25KeepUnique endpoint documentation
Setup Steps40CondenseVerbose but essential
Test Results30DeleteOne-time record, not reference

Value categories:

  • Keep: Unique, essential, frequently referenced
  • Condense: Valuable but verbose
  • Delete: Duplicate, one-time, self-evident, outdated

See references/value_analysis_template.md for detailed criteria.

Phase 3: Consolidation Plan

Propose target structure:

Before: 726 lines (3 files, high redundancy)
After:  ~100 lines (1 file + reference in CLAUDE.md)
Reduction: 86%
Value preserved: 100%

Phase 4: Execution

1. Create consolidated document with all valuable content 2. Delete redundant source files 3. Update references (CLAUDE.md, README, imports) 4. Verify no broken links

Value Preservation Checklist

Before finalizing, confirm preservation of:

  • [ ] Essential procedures (setup, configuration)
  • [ ] Key constraints and gotchas
  • [ ] Troubleshooting guides
  • [ ] Technical debt / roadmap items
  • [ ] External links and references
  • [ ] Debug tips and code snippets

Anti-Patterns

PatternProblemSolution
Blind deletionLoses valuable informationSection-by-section analysis first
Keeping everythingNo reduction achievedApply value criteria strictly
Multiple sources of truthFuture divergenceSingle authoritative location
Orphaned referencesBroken linksUpdate all references after consolidation

Output Artifacts

A successful cleanup produces:

1. Consolidated document - Single source of truth 2. Value analysis - Section-by-section justification 3. Before/after metrics - Lines reduced, value preserved 4. Updated references - CLAUDE.md or README with pointer to new location

Related skills

How it compares

Pick docs-cleaner over generic writing skills when the task is auditing existing repo docs for duplication against CLAUDE.md and README overlap.

FAQ

How does docs-cleaner decide what to keep?

docs-cleaner labels each documentation section Keep, Delete, or Condense using a value analysis table with line counts and reasons. Unique troubleshooting, setup instructions, and frequently referenced content are kept; sections duplicating CLAUDE.md or other files are deleted.

What template does docs-cleaner use?

docs-cleaner uses a Document Analysis Table template with columns for Section, Lines, Value, and Reason. Developers apply Keep, Delete, and Condense categories to systematically reduce documentation sprawl while preserving essential procedures.

Is Docs Cleaner safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Documentationdocsintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.