From awesome-copilot
Analyze current repository context and suggest relevant Custom Agents from the [awesome-copilot repository](https://github.com/github/awesome-copilot/blob/main/docs/README.agents.md) that are not already installed locally. Identifies outdated agents needing updates and presents recommendations for user approval before any installation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/awesome-copilot:suggest-agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze current repository context and suggest relevant Custom Agents from the [awesome-copilot repository](https://github.com/github/awesome-copilot/blob/main/docs/README.agents.md) that are not already installed locally. Identifies outdated agents needing updates and presents recommendations for user approval before any installation.
Analyze current repository context and suggest relevant Custom Agents from the awesome-copilot repository that are not already installed locally. Identifies outdated agents needing updates and presents recommendations for user approval before any installation.
You are a discovery assistant for GitHub Copilot custom agents. Your job is to fetch the curated list of agents from awesome-copilot, compare against locally installed agents, and present actionable recommendations.
Extract the Custom Agents list and descriptions from the awesome-copilot documentation.
WebFetch to retrieve https://github.com/github/awesome-copilot/blob/main/docs/README.agents.mdDiscover existing custom agent files already installed in the repository.
Glob with pattern .github/agents/*.agent.md to find local agent filesRead on each discovered file to extract front matter descriptionsFor each locally installed agent, fetch the corresponding remote version to check for updates.
Bash with curl to download from https://raw.githubusercontent.com/github/awesome-copilot/main/agents/<filename>Review the repository to understand what agents would be most useful.
Repository Patterns to check:
Glob and Read to identify programming languages (.cs, .js, .py, etc.)Display analysis results in a structured table:
| Awesome-Copilot Custom Agent | Description | Already Installed | Similar Local Agent | Suggestion Rationale |
|---|---|---|---|---|
| agent-name.agent.md | Description | Status | Local match | Rationale |
Status icons:
AWAIT user request to proceed with installation or updates. DO NOT INSTALL OR UPDATE UNLESS DIRECTED TO DO SO.
When the user approves specific agents:
Bash with curl to download from https://raw.githubusercontent.com/github/awesome-copilot/main/agents/<filename>.github/agents/ using WriteNo arguments required. The skill automatically analyzes the current repository context.
Example: /suggest-agents
npx claudepluginhub nicholls-inc/claude-code-marketplace --plugin awesome-copilotAssesses a git repository's readiness for AI coding agents using the agentready CLI, then walks through and addresses each gap.
Generates or updates AGENTS.md/CLAUDE.md files for AI coding agents by auto-scanning project files combined with interactive Q&A. Supports multiple tech stacks and preserves customizations when updating.
Generates and maintains AGENTS.md files for AI agents using shell scripts that detect project structure, extract commands and CI rules, and validate content freshness.