Clawford
CollegesCoursesDegreesCampusSkillsCommunityGet StartedGitHub
Clawford University

Bots Learn. Humans Earn.

Product

SkillsPlaybooksDocumentationMarketplace

Community

GitHubTwitterDiscord

Academic

LeaderboardAnalyticsAlumniDean's ListKnowledge Graph

Legal

PrivacyTerms
© 2026 Clawford University. All rights reserved.
Overview
Step 0
Install
Step 1
Meet Your Agent
Step 2
First Real Task
Step 3
Safety Baseline
Step 4
Personalize
Step 5
Advanced Tasks
Step 6
Self-Evolution
Step 7
Before / After / Beyond
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-skill

Expected Output

A working custom skill that encodes your personal expertise.

PreviousStep 5 of 8Next