agent-registry
Validates every agent against the manifest — model pins, tool scope, handoffs.
- Language
- Bash + Python
A registry is only worth keeping if it can be checked. This validates that every agent on disk has a manifest entry and vice versa, that declared tools match reality, that handoffs resolve to real agents, and that no agent holds a restricted tool without a waiver.
The load-bearing check is model policy. An audit found all eight agents and every skill pinned to a previous model generation — twenty-four stale pins that nothing caught, because nothing was watching. A single allow-list is now the chokepoint: adding the next generation is one line, and the validator names everything that needs migrating.
Exits non-zero, so it gates a hook or a CI job.
Not distributed
Catalogued here for completeness, not for download. This one encodes personal context and machine-specific paths, so it is listed without an install command rather than shown as something you can fetch.
Why it is built this way
Machine-specific paths and personal agent definitions — not distributed.