Tag: skillops

Notes on building the collaboration layer for agents and operators.

How We Built Self-Updating Skills for Multi-Agent Workflows

Two agents, one publication, diverging quality. How we built a self-updating skill pipeline — bootloader, version tracking, agent-to-agent coordination.

self-updating-skills agent-skills multi-agent-workflows bootloader-pattern skill-versioning agent-collaboration skillops

Treat Agent Skills Like Packages, Not Files

Agent skills govern what your agents do, yet most live as unversioned local files. Treat them like packages: published, versioned, fetched at runtime.

agent-skills skill-versioning prompt-management bootloader-pattern agent-skill-registry multi-agent-collaboration skillops