
Awesome Copilot
- 5 repo stars
- Updated July 9, 2026
- nicholls-inc/claude-code-marketplace
Discover and install curated GitHub Copilot agents, instructions, prompts, and skills from the awesome-copilot repository.
About
awesome-copilot provides meta prompts that help you discover and install curated GitHub Copilot agents, instructions, prompts, and skills from the awesome-copilot repository. A developer uses it to quickly equip their environment with vetted Copilot assets. It acts as a discovery and install layer for that ecosystem.
- Discovers Copilot agents & prompts
- Installs from awesome-copilot repo
- Meta prompts for setup
Awesome Copilot by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add nicholls-inc/claude-code-marketplace/plugin install awesome-copilot@nichollsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 5 |
|---|---|
| Last updated | July 9, 2026 |
| Repository | nicholls-inc/claude-code-marketplace ↗ |
What it does
Discover and install curated GitHub Copilot agents, instructions, prompts, and skills from the awesome-copilot repository.
README.md
awesome-copilot — Claude Code Plugin
Meta prompts that help you discover and install curated GitHub Copilot agents, instructions, prompts, and skills from the awesome-copilot repository.
Installation
Point Claude Code at this plugin directory:
claude --plugin-dir ./awesome-copilot
Usage
Skills
Four discovery skills, each targeting a different customization type:
/suggest-agents — Discover Custom Agents
Analyze your repository and suggest relevant custom agents from awesome-copilot. Compares against locally installed agents in .github/agents/, identifies outdated versions, and presents recommendations for approval before installation.
/suggest-agents
/suggest-instructions — Discover Instructions
Suggest copilot-instruction files with applyTo glob patterns targeting specific file types. Compares against locally installed instructions in .github/instructions/.
/suggest-instructions
/suggest-prompts — Discover Prompts
Suggest prompt files for common workflows. Compares against locally installed prompts in .github/prompts/.
/suggest-prompts
/suggest-skills — Discover Skills
Suggest agent skills (self-contained folders with SKILL.md and optional bundled assets). Compares against locally installed skills in .github/skills/.
/suggest-skills
Project Scaffold Agent
For end-to-end setup, use the project-scaffold agent which:
- Analyzes your repository's tech stack and project type
- Fetches all available customizations from awesome-copilot
- Cross-references and recommends agents, prompts, instructions, and skills
- Awaits your approval, then downloads and installs selected items to
.github/
Common workflow
Each skill follows the same pattern:
- Fetch the curated list from awesome-copilot
- Scan locally installed customizations
- Compare remote vs local versions to detect updates
- Analyze your repository context for relevance
- Present recommendations with install status
- Install only after explicit user approval