-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
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-copilotOne command. 45 skills detected. The user picks which ones to install.
OR
install individual skills
npx agent-skills-cli install @github/gh-clinpx agent-skills-cli install @github/github-issuesnpx agent-skills-cli install @github/make-skill-templateThe 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
- Repo: https://github.com/Karanjot786/agent-skills-cli
- Marketplace: https://www.agentskills.in/
- npm: https://www.npmjs.com/package/agent-skills-cli
- Open source (MIT)
Happy to open a PR if you want.