Week 3 of 10

Agent Skills and CLI

Core ≈ 3 h 40 min3 videos4 criteria

Focuswhat skills are and how SKILL.md plus scripts encode a workflow; web skills and extending agent capability beyond the repository; working effectively from the CLI.

You buildA packaged skill with a helper script, plus a browser-driven web skill

Core material≈ 3 h 40 min

  1. 1
    Course unit≈ 60 min
    Agent Skills
    Hugging Face

    The best structured introduction to portable, progressively disclosed skills.

  2. 2
    Article20 min
    Equipping agents for the real world with Agent Skills
    Anthropic

    , with the public skills repository as worked examples.

  3. 3
    Specification + tutorial30 min
    Agent Skills Quickstart

    .

  4. 4
    Video45 min
    The Beginner's Guide to Coding with Cursor
    Lee Robinson of Cursor

    Typed languages, linting, formatting, tests, branch review, and parallel background work.

  5. 5
    CLI foundation≈ 60 min with exercises
    The Missing Semester 2026: Course Overview and Introduction to the Shell
    MIT

    Shell navigation, composition, scripting, streams, permissions, and safe Bash practices.

  6. 6
    Standard10 min
    AGENTS.md

    Read the examples and conventions now; repository instructions become the main topic in Week 4.

Tools and references

Additional video track

Build

Find a workflow you have repeated at least three times: release notes, database migration checks, API endpoint scaffolding, dependency upgrades, or UI regression checks. Package it as a skill with:

  • A short SKILL.md that tells the agent when to use it.
  • Progressive disclosure: keep rare details in linked references.
  • One deterministic helper script that follows the CLI guidelines above.
  • A fixture or sample input.
  • A pass/fail verification command.

Run it from a fresh agent session on two different inputs. Record where the instructions were ambiguous or overloaded the context. Then add one web skill: a browser-driven check (Playwright MCP or Chrome DevTools MCP) that verifies something in your running app.

Done when

0/4