jongio/skills

Cross-agent skills · GitHub Copilot · Claude · Codex

jongio/skills

Jon Gallant's collection of skills for AI coding agents. Each skill lives in its own folder and installs individually or all at once — works with any agent that supports the SKILL.md format.

npx skills add jongio/skills --all

Skills

Install

Pick whichever fits your setup.

1 · Ask your agent

In Copilot (or any agent that supports plugins), just say:

install jongio/skills

2 · Skills CLI

npx skills add jongio/skills --list
npx skills add jongio/skills --skill create-canvas-app -g --agent github-copilot

3 · Copilot plugin marketplace

From the CLI:

copilot plugin marketplace add jongio/skills
copilot plugin install create-canvas-app@jongio-skills

Or in the Copilot app, no commands needed:

  1. Open Settings and select Plugins.Plugins in the settings sidebar
  2. Click Install ▾ → Add marketplace, enter jongio/skills, and click Add marketplace.Add marketplace dialog with jongio/skills entered
  3. The marketplace's skills appear grouped under jongio-skills. Click Install on the one you want.Browse the jongio-skills marketplace and install create-canvas-app
  4. The skill installs and is enabled, ready to use right away.create-canvas-app installed and enabled

4 · Whole repo as one plugin

copilot plugin install jongio/skills

After any install, reload with /skills reload or start a new session.