Hi @aaronpowell 👋
Awesome-copilot has 45 agent skills. Users currently install them by cloning and manually copying files. Agent Skills CLI makes this a one-liner.
How it works
npx agent-skills-cli add github/awesome-copilot
One command. 45 skills detected. The user picks which ones to install.
OR
install individual skills
npx agent-skills-cli install @github/gh-cli
npx agent-skills-cli install @github/github-issues
npx agent-skills-cli install @github/make-skill-template
The CLI detects which agents the user has (Copilot, Claude, Cursor, Windsurf, Cline, Codex, etc.) and installs the skill to all of them.
All 45 github skills are live in the marketplace:
👉 https://www.agentskills.in/marketplace?author=github
Users search, browse, and install your skills from there. No changes to this repo needed.
What the Agent skills CLI does
- Installs skills to 42 agents with one command
- Auto-detects installed agents on the user's machine
- Reads your existing SKILL.md files as-is
- Supports private repos with token auth
- Quality scores each skill (0-100)
Suggestion
Add an "Universal installer" section to your README. Something like:
Quick Install
Install all 45 skills from this collection:
npx agent-skills-cli install @github/<skill-name>
Or install individual skills:
npx agent-skills-cli install @ComposioHQ/<skill-name>
Browse all skills: agentskills.in/marketplace?author=github
Links
Happy to open a PR if you want.