Dynamic agent discovery, matching, and delegation. Discovers all available agents at runtime, reads their frontmatter to understand capabilities, matches tasks to the right specialist, and routes via the Agent tool. Use when the user needs delegation, asks which agent can help, wants parallel dispatch, or says "delegate this", "find an agent for", "route to", "dispatch", "which agent".
$npx -y skills add aryaniyaps/ultimate-pi --skill agent-routerInstalls into the current project.
Run `npx skills use "https://github.com/aryaniyaps/ultimate-pi" --skill "aryaniyaps/ultimate-pi/agent-router"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aryaniyaps/ultimate-pi" that are relevant to the current task. Run `npx skills add "https://github.com/aryaniyaps/ultimate-pi"` and select the relevant skills, then follow their instructions.