cco-claudemd

Installation
SKILL.md

CLAUDE.md Analyzer

Analyze CLAUDE.md files in the current project for token bloat and optimization opportunities.

Run the analyzer:

node ${CLAUDE_PLUGIN_ROOT}/src/claudemd-analyzer.js "${CWD}"

Present the output to the user. The analyzer checks for:

  • Overall size — files over 2K tokens get flagged
  • Large sections — sections over 1K tokens
  • Duplicate lines — repeated content
  • Verbose patterns — "please make sure to", "it is important that", etc.
  • Long code blocks — examples over 20 lines
  • Excessive whitespace — empty lines eating tokens

For each issue found, explain the savings potential and suggest a concrete fix.

Related skills
Installs
95
GitHub Stars
49
First Seen
Mar 24, 2026