About
What this is
jongio/skills is Jon Gallant's
collection of skills for AI coding agents. It's a general-purpose monorepo:
each skill lives in its own folder under skills/ and can be
installed individually or all at once.
A skill is a packaged capability the agent loads on demand. Once installed it's
available straight from the composer as /<skill-name>.
Works across agents
The skills use the SKILL.md format, so they work with GitHub Copilot, Claude, Codex, and any agent that supports it. The repo also plugs into the GitHub Copilot plugin system — add it as a marketplace, or install the whole repo as a single plugin.
Install
Ask your agent — in Copilot (or any agent that supports plugins), just say:
install jongio/skills Or use the Skills CLI for the whole repo:
npx skills add jongio/skills --all
Or grab one skill at a time — see the catalog.
After any install, reload with /skills reload.
Details
- Author — Jon Gallant
- Source — github.com/jongio/skills
- License — MIT
This site itself was scaffolded by the create-gh-pages-site skill.