From awesome-copilot
Suggests relevant GitHub Copilot custom agents from awesome-copilot repo based on repo context and chat history, avoiding local duplicates and identifying outdated agents for update.
npx claudepluginhub passelin/marketplace-test --plugin awesome-copilotThis skill uses the workspace's default tool permissions.
Analyze current repository context and suggest relevant Custom Agents files from the [GitHub awesome-copilot repository](https://github.com/github/awesome-copilot/blob/main/docs/README.agents.md) that are not already available in this repository. Custom Agent files are located in the [agents](https://github.com/github/awesome-copilot/tree/main/agents) folder of the awesome-copilot repository.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Analyze current repository context and suggest relevant Custom Agents files from the GitHub awesome-copilot repository that are not already available in this repository. Custom Agent files are located in the agents folder of the awesome-copilot repository.
fetch tool..github/agents/ folderhttps://raw.githubusercontent.com/github/awesome-copilot/main/agents/<filename>).github/agents/ folder#fetch tool to download assets, but may use curl using #runInTerminal tool to ensure all content is retrieved#todos tool to track progress๐ Repository Patterns:
๐จ๏ธ Chat History Context:
Display analysis results in structured table comparing awesome-copilot custom agents with existing repository custom agents:
| Awesome-Copilot Custom Agent | Description | Already Installed | Similar Local Custom Agent | Suggestion Rationale |
|---|---|---|---|---|
| amplitude-experiment-implementation.agent.md | This custom agent uses Amplitude'sย MCP tools to deploy new experiments inside of Amplitude, enabling seamless variant testing capabilities and rollout of product features | โ No | None | Would enhance experimentation capabilities within the product |
| launchdarkly-flag-cleanup.agent.md | Feature flag cleanup agent for LaunchDarkly | โ Yes | launchdarkly-flag-cleanup.agent.md | Already covered by existing LaunchDarkly custom agents |
| principal-software-engineer.agent.md | Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation. | โ ๏ธ Outdated | principal-software-engineer.agent.md | Tools configuration differs: remote uses 'web/fetch' vs local 'fetch' - Update recommended |
*.agent.md files in .github/agents/ directorydescriptionhttps://raw.githubusercontent.com/github/awesome-copilot/main/agents/<filename>fetch toolgithubRepo tool to get content from awesome-copilot repository agents folder.github/agents/ directoryWhen outdated agents are identified:
.github/agents/ directory