Claude Docu Optimizer
Description
Claude Code plugin for optimizing CLAUDE.md and docs/ ecosystem. Token analysis, anti-pattern detection, semantic sync, project stage detection.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-docu-optimizer
A Claude Code plugin for optimizing `CLAUDE.md` files and the `docs/` documentation ecosystem following battle-tested patterns from Boris Cherny's team at Anthropic.
What it does
Analyzes and optimizes your project documentation to keep Claude Code's context efficient and your docs synchronized with code.
**Key features:**
- Token analysis with target benchmarks (2.5k ideal, 4k max)
- 15 anti-pattern detection (context stuffing, stale docs, orphan files, code-doc drift, cache-hostile ordering...)
- Semantic sync analysis between code and documentation
- Project stage detection (INIT / ACTIVE / STABLE / MAINTENANCE)
- Documentation ecosystem mapping and link graph analysis
Modes
| Mode | Description |
|---|---|
analyze |
Report issues only (default) |
optimize |
Full analysis + optimized version |
apply |
Directly update the file |
compare |
Before/after with token savings |
create |
Generate new CLAUDE.md from project structure |
sync |
Semantic check of docs ↔ code synchronization |
audit |
Complete audit of documentation ecosystem |
scaffold |
Generate docs/ structure for new project. scaffold security generates /.claude/claude-security-guidance.md for the `security-guidance` plugin |
insights |
Analyze friction patterns from git history; generate copy-paste-ready CLAUDE.md rules |
Installation
Add the marketplace and install the plugin:
claude plugin marketplace add https://github.com/kojott/claude-docu-optimizer
claude plugin install docu-optimizer@claude-docu-optimizer
Updating
claude plugin marketplace update claude-docu-optimizer
claude plugin update docu-optimizer@claude-docu-optimizer
Usage
/docu-optimizer analyze # Report issues
/docu-optimizer optimize # Full analysis + optimized version
/docu-optimizer apply #
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11