This is a meta-layer for coordinating multiple Claude Code skills in complex workflows. It auto-scans your skill directories, builds a registry with capability tags and triggers, then matches incoming requests to relevant skills using a scoring algorithm (exact matches get 15 points, trigger keywords 10, capabilities 5). When multiple skills are needed, it classifies the pattern as sequential pipeline, parallel execution, or primary plus support, then generates an execution plan. The scan uses MD5 hashing so it's fast, and new skills are discovered automatically when you drop a SKILL.md anywhere in your project. Honestly most useful if you're building a large skill ecosystem and need something to decide which agents to invoke and in what order.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill agent-orchestrator