Skip to content
FrankX.AI
Guide10 min read

Skills Guide

Walk through the 62 skills that power your creative workflows.

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

CategoryCountExamples
Technical18TDD, debugging, mcp-architecture
Creative8content-strategy, frankx-brand
Business2oci-services-expert
Personal4spartan-warrior, gym-training
Soulbook257 pillars, life-symphony

Using Skills

Skills activate automatically when Claude detects relevant keywords, or invoke explicitly:

/skill content-strategy
/skill test-driven-development

Creating Skills

---
name: my-skill
description: What it does
author: Your Name
version: 1.0.0
---

# My Skill

## When to Use
- Scenario 1
- Scenario 2

Keep skill files under 500 lines.

Related Resources