Guide10 min read
Skills Guide
Walk through the 62 skills that power your creative workflows.
On this page
What Are Skills?
Skills are specialized knowledge modules that enhance Claude capabilities for specific domains.
Skills use Progressive Disclosure: Metadata (100 tokens) then Instructions (5k tokens) then Resources (on-demand).
Skill Categories
| Category | Count | Examples |
|---|---|---|
| Technical | 18 | TDD, debugging, mcp-architecture |
| Creative | 8 | content-strategy, frankx-brand |
| Business | 2 | oci-services-expert |
| Personal | 4 | spartan-warrior, gym-training |
| Soulbook | 25 | 7 pillars, life-symphony |
Using Skills
Skills activate automatically when Claude detects relevant keywords, or invoke explicitly:
/skill content-strategy
/skill test-driven-developmentCreating Skills
---
name: my-skill
description: What it does
author: Your Name
version: 1.0.0
---
# My Skill
## When to Use
- Scenario 1
- Scenario 2Keep skill files under 500 lines.