概要
Context Hierarchy Design is a specialized skill for Claude Code designed to eliminate 'context bloat' and improve agent performance in large repositories. It guides developers through organizing project metadata into a structured three-tier system: a minimal permanent layer (CLAUDE.md), task-specific 'priming' commands for targeted context loading, and on-demand file reads for specific implementations. By implementing this tiered approach, the skill reduces token consumption, minimizes model confusion, and ensures Claude has exactly the right information for every task without overwhelming its context window.