docs-reindex

Audit Codemux documentation and reorganize markdown docs to match the codebase.

11|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Zeus-Deus/codemux --skill docs-reindex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-reindex
Source: https://github.com/Zeus-Deus/codemux/tree/main/.cursor/skills/docs-reindex
Command: npx skills add https://github.com/Zeus-Deus/codemux --skill docs-reindex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit the Codemux repo and clean or re-index the markdown docs when they become stale, duplicated, or scattered. Use when the user asks to clean docs, reindex docs, reconcile docs with code, or restore the docs structure.

Core Features & Use Cases

  • Audit docs for drift and consolidate duplicates
  • Reindex markdown files to reflect current code structure and workflows
  • Update references and ensure consistency with code reality

Quick Start

Run a cleanup pass to realign docs with the current codebase.

Frequently Asked Questions about docs-reindex

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

FAQPage Schema
How do I reconcile stale documentation with my current codebase?

You reconcile stale documentation by auditing the codebase, updating canonical markdown docs from code evidence, and archiving or removing scattered duplicates to realign with code reality.

What's the best way to reindex markdown docs scattered across a repository?

Reindexing markdown docs involves reading existing index files, auditing the current code structure, and reorganizing markdown files to match the repository's actual workflows.

When should I audit project documentation for drift against code?

You audit project documentation for drift when docs become stale, duplicated, or scattered, or when you need cleanup, reindexing, or reconciliation with code reality.

Does reindexing documentation remove duplicate markdown files automatically?

Reindexing documentation consolidates duplicates by updating canonical docs from code evidence and archiving or removing stale duplicate markdown files found throughout the repository.

How to clean up duplicated documentation files in a code repository?

Cleaning up duplicated documentation files requires an audit that reads index files, checks the codebase, updates canonical docs, and archives or removes stale duplicates to restore structure.