Reusable agent skills published for installation through the open skills.sh ecosystem.
List the available skills:
npx skills add https://github.com/al3des/skills --listInstall from the repository URL:
npx skills add https://github.com/al3des/skillsInstall one skill explicitly:
npx skills add https://github.com/al3des/skills --skill model-routingThe GitHub shorthand works too:
npx skills add al3des/skillsRoutes orchestrated Pi work across OpenAI Codex GPT models and thinking levels, using the lowest sufficient model and effort while controlling duplicated context, validation, and token use.
This skill is Pi- and OpenAI-Codex-specific. Its bundled research notes capture the source-grounded assumptions behind the routing policy.
Each reusable skill lives under skills/<name>/SKILL.md, which is discovered directly by the Vercel skills CLI.
MIT