Redundancy

Identify redundant and duplicate content across documentation trees using heading and text similarity.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/murillodutt/cellm --skill redundancy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Redundancy
Source: https://github.com/murillodutt/cellm/tree/main/docops/skills/redundancy
Command: npx skills add https://github.com/murillodutt/cellm --skill redundancy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation ecosystems grow noisy with duplicated and near-duplicate content across files and sections. This skill identifies structural overlap and exact duplicates to help teams maintain a clean, navigable knowledge base.

Core Features & Use Cases

  • Structural similarity: compares headings using Jaccard similarity to surface near-duplicates.
  • Topic and metadata clustering: groups content by topics extracted from titles, frontmatter, and first paragraphs.
  • Consolidation guidance: suggests strategies for merging or linking duplicates without modifying source documents.
  • Use Case: large product docs with multiple runbooks can be streamlined by collapsing repeated sections into centralized references.

Quick Start

Run a scan across the documentation tree to surface duplication opportunities and suggested consolidation paths.

Frequently Asked Questions about Redundancy

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

FAQPage Schema
How do I find duplicate content across a documentation tree?

To find duplicate content across a documentation tree, run a scan that compares heading structures, topics, and text similarity. This surfaces structural overlap and exact duplicates to help maintain a clean, navigable knowledge base.

How does structural similarity detection work for documentation duplication?

Structural similarity detection works by comparing headings using Jaccard similarity to surface near-duplicates. It groups content by topics extracted from titles, frontmatter, and first paragraphs to identify overlapping documentation sections.

Can I consolidate redundant runbooks without modifying source files?

Yes, you can consolidate redundant runbooks without modifying source files. The scan provides read-only analysis with severity-driven guidance, suggesting strategies for merging or linking duplicates without altering the original documents.

What is the best way to streamline large product docs with repeated sections?

The best way to streamline large product docs with repeated sections is to scan for duplication opportunities and collapse redundant content into centralized references using the provided consolidation guidance.

Does the documentation duplication analysis support large knowledge bases?

Yes, the documentation duplication analysis supports large knowledge bases and runbooks. It identifies structural overlap across large docs repositories where consistency and consolidation are needed.