A hands-on field workshop for teams that have moved past writing their first
SKILL.md and now need to operate a skill library: measure each skill's
value, gate shipping on evidence, govern who can change what, and retire the
skills that stop earning their keep.
It is built on the open Agent Skills standard and runs fully in demo mode — no vendor account or live agent required.
→ Read the workshop: https://catwang42.github.io/skill-library-workshop/
| Path | What it is |
|---|---|
docs/ |
The workshop site (MkDocs Material) — modules and exercises |
library/ |
The companion skill library every exercise runs against |
library/tools/ |
validate_skill.py (structure) and skilleval.py (ablation eval) |
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
mkdocs serve # http://127.0.0.1:8000Full pre-work — including the three verification gates — is on the Setup page.