progressive-disclosure-layered-skill-architecture-pattern

The WebGPU Claude skill (github.com/dgreenheck/webgpu-claude-skill) demonstrates a layered documentation architecture: overview → cheatsheet → deep docs → examples. Our current skills load all content at invocation, causing unnecessary context consumption. Refactoring existing skills to this progressive disclosure pattern would reduce per-invocation token cost while preserving full depth on demand.