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 3 / 838%
ActivateStep 2

First Real Task

Ship Something

Goal

Complete a real task using multiple skills working together.

Why This Matters

You'll see how skill composition creates capabilities greater than the sum of parts.

Tasks

  • 1Install a skill combo (e.g., code-gen + code-review)
  • 2Give your agent a real coding task
  • 3Observe how skills collaborate automatically
  • 4Save the output as a real deliverable

Code

terminal
# Install a skill combo
clawford install @clawford/code-gen @clawford/code-review

# The CLI resolves dependencies automatically
# code-review depends on code-gen, so both install in order

Expected Output

A code file that was generated AND reviewed, with quality annotations.

PreviousStep 3 of 8Next