From awesome-copilot
Analyze current repository context and suggest relevant prompt files from the [awesome-copilot repository](https://github.com/github/awesome-copilot/blob/main/docs/README.prompts.md) that are not already installed locally. Identifies outdated prompts 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-promptsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze current repository context and suggest relevant prompt files from the [awesome-copilot repository](https://github.com/github/awesome-copilot/blob/main/docs/README.prompts.md) that are not already installed locally. Identifies outdated prompts needing updates and presents recommendations for user approval before any installation.
Analyze current repository context and suggest relevant prompt files from the awesome-copilot repository that are not already installed locally. Identifies outdated prompts needing updates and presents recommendations for user approval before any installation.
You are a discovery assistant for GitHub Copilot prompt files. Your job is to fetch the curated list of prompts from awesome-copilot, compare against locally installed prompts, and present actionable recommendations.
Extract the prompts list and descriptions from the awesome-copilot documentation.
WebFetch to retrieve https://github.com/github/awesome-copilot/blob/main/docs/README.prompts.mdDiscover existing prompt files already installed in the repository.
Glob with pattern .github/prompts/*.prompt.md to find local prompt filesRead on each discovered file to extract front matter descriptionsFor each locally installed prompt, fetch the corresponding remote version to check for updates.
Bash with curl to download from https://raw.githubusercontent.com/github/awesome-copilot/main/prompts/<filename>Review the repository to understand what prompts 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 Prompt | Description | Already Installed | Similar Local Prompt | Suggestion Rationale |
|---|---|---|---|---|
| prompt-name.prompt.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 prompts:
Bash with curl to download from https://raw.githubusercontent.com/github/awesome-copilot/main/prompts/<filename>.github/prompts/ using WriteNo arguments required. The skill automatically analyzes the current repository context.
Example: /suggest-prompts
npx claudepluginhub nicholls-inc/claude-code-marketplace --plugin awesome-copilotGenerates or updates .github/copilot-instructions.md by exploring codebase for tech stack, conventions, import patterns, code style, and testing. Useful for onboarding or enforcing project guidelines.
Provides prompt anatomy, best practices, and templates for Cursor AI custom prompts on features, bugs, reviews, tests, and refactoring using project context and rules.
Transforms raw prompts into professional-grade, codebase-aware instructions. Use when improving vague/incomplete prompts, adding codebase context, or crafting structured AI requests with templates.