Skip to content

Skill Library Field Workshop

Run your agent skill library like an operator: measure every skill against the task it claims to help with, ship only on evidence, and retire the ones that stop earning their context cost.

01Why skills
02Skill anatomy
03Triggering
04Library design
05Evals & ablation
06Governance
6
Concept modules
4
Differentiators
3
Reference skills
2
CI-graded tools

What makes this different

Four ideas run through every module and exercise. This is where the "write your first skill" tutorials stop and this workshop starts.

Ablation as a ship gate

A skill's value is the delta between the agent with it and without it. You run skills with-vs-without and read the lift before anything is allowed to ship.

Eval-as-contract

EVAL.yaml isn't a test you write after the fact — it's the contract for what the skill is for. A failing eval is a spec violation, not a flaky test.

Governance tiers

Experimental, team, and org-default skills — each with ownership, a review policy, and a promotion path between tiers. Not every skill deserves the same trust.

The retirement stage

Libraries rot. You practice the full create → review → retire lifecycle, including the call to kill or consolidate a skill that no longer earns its keep.

The six modules

Concept first, then a hands-on exercise for each. Work them in order.

Module 1 — Why Skills

A skill's value is the delta it creates. Learn to tell a skill that earns its context cost from one that quietly makes the agent worse.

~6 min read Start

Module 2 — Anatomy of a Skill

The three progressive-disclosure layers, and how to match each piece of content to the cheapest layer that can hold it.

~5 min read Start

Module 3 — Writing Skills That Trigger

The description is a trigger, not a summary. Signal versus noise, and why reaching for caps-lock is a smell.

~6 min read Start

Module 4 — Designing the Library

Three governance tiers, config inheritance, and the context economics of curating an org-default set.

~5 min read Start

Module 5 — Evals and Ablation

Core

The eval is the skill's contract. Task tests versus quizzes, and ablation as the ship gate that proves lift.

~5 min read Start

Module 6 — Governance and the Lifecycle

Ownership, review policy, and the create → review → retire lifecycle that most guidance skips entirely.

~6 min read Start

Before you start

Pre-work required

Ten minutes of setup: clone the repo, create a Python environment, and confirm the three gates (sanitize, validate, eval) run green. Begin on the Setup page.

Who it's for

Practitioners who already have agents in the loop and are accumulating skills faster than they can reason about them. No specific vendor's agent required — everything runs in demo mode on the open Agent Skills standard.

What this is not

Not a "write your first SKILL.md" tutorial and not a skill directory or marketplace. We start where those stop and teach the operating discipline that keeps a library healthy.