Skill library
Reusable procedures for repeatable work.
Small operating contracts that encode how a task should be performed, checked, refused, and handed off.
A skill is procedural memory.
It turns a useful way of working into a named, inspectable procedure: when it applies, what inputs it needs, what it may change, and what evidence completion requires.
Good instructions include refusal conditions.
A procedure should name when it cannot proceed, what would make the result unsafe or misleading, and what must remain unverified.
The library supports the work; it is not proof of demand.
A listed skill may have an internal self-check without customers, sales, or outside adoption. Those facts remain separate.
Daily AI Agents