combine-docs

Discover and consolidate project documentation by analyzing redundancy and contradictions.

5|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Nathan13888/nice-skills --skill combine-docs-nathan13888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: combine-docs
Source: https://github.com/Nathan13888/nice-skills/tree/main/skills/combine-docs
Command: npx skills add https://github.com/Nathan13888/nice-skills --skill combine-docs-nathan13888

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovers all documentation in a project, analyzes it for redundancy, contradictions, and staleness, proposes a consolidation plan, then executes it. Produces optimized docs for both humans and agents. Use when user says "combine docs", "consolidate documentation", "merge docs", "clean up docs", "fix documentation", "optimize docs", "documentation sprawl", "too many docs", or asks about doc organization.

Core Features & Use Cases

  • Discover all documentation files across the repository (README, guides, references, changelogs, configs)
  • Map and categorize documents by type and purpose
  • Identify duplicates, overlaps, and contradictions
  • Propose a consolidation plan with concrete actions
  • Execute approved changes with version control hygiene
  • Preserve and link to original sources to avoid data loss

Quick Start

Ask the user to consolidate documentation across the project.

Frequently Asked Questions about combine-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate documentation sprawl across a monorepo?

To consolidate documentation sprawl, you need to discover all docs, map them by purpose, identify overlaps, and execute a plan to produce a unified set. This process resolves contradictions by prioritizing fresher sources and preserving unique information.

What is the best way to merge duplicate READMEs and guides in a multi-module project?

Merging duplicate READMEs and guides involves analyzing redundancy across modules and proposing a consolidation plan with actionable steps. The process preserves unique data, resolves conflicts by freshness, and integrates changes through version control with approval.

Can I optimize docs for both human readers and AI agents?

You can optimize docs for both humans and agents by analyzing existing documentation for staleness and producing a unified, optimized set. This ensures the consolidated output is structured and accessible for automated processing and human readability.

Does documentation consolidation preserve original source files?

Documentation consolidation preserves original sources by linking to them during the optimization process. This prevents data loss while executing the approved consolidation plan and integrating the new unified documents into version control.

How do I fix contradictions between changelogs and config docs across different ecosystems?

Fixing contradictions across changelogs and config docs requires analyzing the documents across languages and ecosystems, then resolving conflicts by prioritizing fresher sources. The system proposes a plan to enforce a unified, optimized documentation set.