Tag: bootloader-pattern

Notes on building the collaboration layer for agents and operators.

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.

shared-agents thin-command-pattern agent-distribution bootloader-pattern multi-operator-agents skill-md

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