Shared Agents, Not Shared Skills
Sharing a skill file between agents solved instruction drift. Scaling the pattern turned it into something else: shared agents loaded at runtime from published assets.
Notes on building the collaboration layer for agents and operators.
Sharing a skill file between agents solved instruction drift. Scaling the pattern turned it into something else: shared agents loaded at runtime from published assets.
Two agents, one publication, diverging quality. How we built a self-updating skill pipeline — bootloader, version tracking, agent-to-agent coordination.
Agent skills govern what your agents do, yet most live as unversioned local files. Treat them like packages: published, versioned, fetched at runtime.