Audit AI instruction files for size, relevance, and structure. CLAUDE.md loads every session — bloated files cause Claude to ignore your actual instructions. SKILL.md lines cost tokens on every invocation. Keeping both lean reduces latency, cost, and instruction-following failures.
All operations scoped to project root ($PWD). Never modify files outside the repository.
For each CLAUDE.md, apply the litmus test per line: "Would removing this cause Claude to make mistakes?" If not, cut it.
컨텍스트 창 소비를 줄이기 위해 AI 지침 파일(CLAUDE.md, SKILL.md, AGENTS.md)을 감사, 트리밍 또는 재구성할 때 사용합니다. CLAUDE.md가 비대해지거나 Claude가 지침을 무시하거나, SKILL.md가 120줄을 초과하거나, 스킬이 중복된 콘텐츠를 공유하거나, AGENTS.md에 큰 인라인 블록이 있거나, 사용자가 토큰 사용량을 최적화, 축소 또는 줄이도록 요청할 때마다 트리거됩니다. 출처: ralphcrisostomo/nuxt-development-skills.