skills-registry
Installation
SKILL.md
Skills Registry
A scalable marketplace of AI agents orchestrated via YAML/JSON configurations using the Dynamic Router pattern.
When to use
Use this skill when you need to:
- Create a centralized registry for multiple AI agents/skills
- Implement dynamic agent loading based on YAML configurations
- Orchestrate multiple bots from a single entry point
- Avoid deploying hundreds of individual skill deployments
- Enable real-time agent updates without redeployment
How it works
Architecture
Related skills