What problem does it solve? CLAUDE.md files scaffolded by automation contain unverified [auto — verify] markers and <fill in> placeholders, while hand-written files tend to bloat with discoverable or duplicated content that wastes context every session. This Skill applies the judgement layer automation cannot: deciding which non-discoverable, project-specific lines earn a place and removing everything else. ## Core Features & Use Cases - Stub completion: Verifies [auto — verify] command lines against the actual project manifest, confirms or fixes them, and strips the markers. - Content-economics filtering: Runs every candidate line through four tests (broad relevance, non-discoverability, project-specificity, reference-don't-duplicate) plus a deletion gate before it stays. - Trimming mode: Audits existing bloated CLAUDE.md files in reverse, recommending deletions and pointer replacements for duplicated templates or schemas. - Use Case: After running pm:claude-scaffold on a monorepo, use this Skill to confirm the auto-detected test commands, add repo-specific gotchas like "migrations run from repo root, not /services/*", and re-audit until no file reports incomplete. ## Quick Start Fill in the incomplete CLAUDE.md stubs reported by pm:claude-audit and trim any lines that fail the content-economics tests.