webgpu-skill-progressive-disclosure-architecture-pattern

The webgpu-claude-skill repo (dgreenheck) demonstrates an exemplary skill architecture: overview → cheatsheet → deep docs → examples (progressive disclosure). Our current skills front-load all intelligence without layering. Refactoring to this pattern reduces context window cost for simple tasks while preserving full depth for complex ones — the skill loads the minimum tier needed and escalates on demand.