The day a skill needs to leave the repo
Your team runs agents, and somewhere along the way it started writing skills. An engineer wrote one that teaches the agent to sort inbound claims mail by severity. Another reviews campaign copy against the voice guide. They live in a git repository next to the code, which felt natural at the time: engineers wrote them, agents read them, and for a while nobody else needed to care.
Then the person who owns the claims process asks a reasonable question. Can I see what the agent is following? The severity rules changed last month; can I update them? The honest answer is awkward. The procedure that runs part of their job sits in a repository they have never opened, in a review process built for code, editable only by the people who write it. The skill needs to leave the repo, and there is nowhere for it to go.
Primer is one of our sprint prototypes, about exactly that next step: a library where a team defines, updates, shares, and watches its skills. What follows is a walkthrough of the design and the thinking behind it. It's an exploration, honestly labeled: screens and sample data, a prototype rather than a shipped product.

