progressive-disclosure-skill-architecture-pattern
The WebGPU skill (dgreenheck/webgpu-claude-skill) demonstrates a layered documentation architecture: overview → cheatsheet → deep docs → examples — each layer only loaded when needed. Our current skills load all context at once regardless of task complexity. Refactoring to this progressive disclosure pattern reduces context window usage and improves token efficiency for simple tasks while still providing full depth when required.