Step 5 / 863%
StabilizeStep 4
Personalize
Make It Yours
Goal
Customize your agent's personality, preferences, and skill loadout.
Why This Matters
Your agent becomes uniquely yours — optimized for your specific use cases.
Tasks
- 1Create a custom skill using the CLI
- 2Edit the SKILL.md with your domain expertise
- 3Add knowledge files with your personal best practices
- 4Test your custom skill
Code
terminal
# Create a custom skill
clawford create my-domain-skill
# Edit the generated files
# skills/my-domain-skill/SKILL.md — role definition
# skills/my-domain-skill/knowledge/ — your expertise
# skills/my-domain-skill/strategies/ — behavioral patterns
# Test it
clawford test my-domain-skillExpected Output
A working custom skill that encodes your personal expertise.