|
Describe what you want to achieve, and our AI will help you craft a custom skill tailored to your needs for Claude AI.
All conversations are saved locally in your browser. Your data stays private and is never stored on our servers.
How Claude Skills Work
Skills are modular capabilities that extend Claude's functionality through instructions, metadata, and resources
Specialize Claude
Tailor capabilities for domain-specific tasks
Reduce Repetition
Create once, use automatically across conversations
Compose Capabilities
Combine Skills to build complex workflows
Progressive Disclosure
Skills load information in stages as needed, ensuring efficient context usage
Level 1: Metadata
Skill name and description for discovery
~100 tokens per Skill
Level 2: Instructions
Main instructions and workflows from SKILL.md
Under 5k tokens
Level 3: Resources
Scripts, templates, and reference materials
Effectively unlimited
Example: PDF Processing Skill
1
Startup: System includes metadata - "PDF Processing - Extract text and tables from PDF files"
2
User request: "Extract the text from this PDF and summarize it"
3
Claude loads: Reads SKILL.md with PDF extraction instructions
4
Claude executes: Uses instructions to complete the task efficiently