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 orderExpected Output
A code file that was generated AND reviewed, with quality annotations.