Understand Claude Skills token usage and loading
mainSkills use a progressive disclosure architecture to remain token-efficient:
- Metadata Scanning: Claude scans the
nameanddescriptionin the skill's frontmatter. This uses only ~100 tokens. - Relevance Evaluation: Claude evaluates if the skill is relevant to the current task.
- Activation: Only when a skill is deemed relevant is the full content loaded. Activated skills typically load at <5k tokens. Bundled resources are only loaded as needed.