Skill Progressive Disclosure

Skill architecture pattern formalized by Anthropic in 'Equipping Agents with Agent Skills' article: a skill progressively exposes more details to the agent based on context. Level 1: short description (1 line) always in context. Level 2: full SKILL.md loaded if agent deems skill relevant. Level 3: resource files (templates, scripts) loaded on demand. Avoids saturating context with useless details while keeping full capability accessible.

Strengths

Limitations

Best for

Official site

View on Coeurdar