suggest-awesome-github…
Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding…
Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills in this repository, and identifying outdated skills that need updates.
$ npx -y skills add archubbuck/workspace-architect --skill suggest-awesome-github-copilot-skills --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/suggest-awesome-github-copilot-skillsContext preview
The summary Claude sees to decide when to auto-load this skill.
Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills in this repository, and identifying outdated skills that need updates.
name: suggest-awesome-github-copilot-skills description: 'Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills in this repository, and identifying outdated skills that need updates.'
Analyze current repository context and suggest relevant Agent Skills from the [GitHub awesome-copilot repository](https://github.com/github/awesome-copilot/blob/main/docs/README.skills.md) that are not already available in this repository. Agent Skills are self-contained folders located in the [skills](https://github.com/github/awesome-copilot/tree/main/skills) folder of the awesome-copilot repository, each containing a `SKILL.md` file with instructions and optional bundled assets.
1. **Fetch Available Skills**: Extract skills list and descriptions from [awesome-copilot README.skills.md](https://github.com/github/awesome-copilot/blob/main/docs/README.skills.md). Must use `#fetch` tool. 2. **Scan Local Skills**: Discover existing skill folders in `.github/skills/` folder 3. **Extract Descriptions**: Read front matter from local `SKILL.md` files to get `name` and `description` 4. **Fetch Remote Versions**: For each local skill, fetch the corresponding `SKILL.md` from awesome-copilot repository using raw GitHub URLs (e.g., `https://raw.githubusercontent.com/github/awesome-copilot/main/skills/<skill-name>/SKILL.md`) 5. **Compare Versions**: Compare local skill content with remote versions to identify:
6. **Analyze Context**: Review chat history, repository files, and current project needs 7. **Compare Existing**: Check against skills already available in this repository 8. **Match Relevance**: Compare available skills against identified patterns and requirements 9. **Present Options**: Display relevant skills with descriptions, rationale, and availability status including outdated skills 10. **Validate**: Ensure suggested skills would add value not already covered by existing skills 11. **Output**: Provide structured table with suggestions, descriptions, and links to both awesome-copilot skills and similar local skills **AWAIT** user request to proceed with installation or updates of specific skills. DO NOT INSTALL OR UPDATE UNLESS DIRECTED TO DO SO. 12. **Download/Update Assets**: For requested skills, automatically:
🔍 **Repository Patterns**:
🗨️ **Chat History Context**:
Display analysis results in structured table comparing awesome-copilot skills with existing repository skills:
| Awesome-Copilot Skill | Description | Bundled Assets | Already Installed | Similar Local Skill | Suggestion Rationale | |-----------------------|-------------|----------------|-------------------|---------------------|---------------------| | [gh-cli](https://github.com/github/awesome-copilot/tree/main/skills/gh-cli) | GitHub CLI skill for managing repositories and workflows | None | ❌ No | None | Would enhance GitHub workflow automation capabilities | | [aspire](https://github.com/github/awesome-copilot/tree/main/skills/aspire) | Aspire skill for distributed application development | 9 reference files | ✅ Yes | aspire | Already covered by existing Aspire skill | | [terraform-azurerm-set-diff-analyzer](https://github.com/github/awesome-copilot/tree/main/skills/terraform-azurerm-set-diff-analyzer) | Analyze Terraform AzureRM provider changes | Reference files | ⚠️ Outdated | terraform-azurerm-set-diff-analyzer | Instructions updated with new validation patterns - Update recommended |
1. List all folders in `.github/skills/` directory 2. For each folder, read `SKILL.md` front matter to extract `name` and `description` 3. List any bundled assets within each skill folder 4. Build comprehensive inventory of existing skills with their capabilities 5. Use this inventory to avoid suggesting duplicates
1. For each local skill folder, construct the raw GitHub URL to fetch the remote `SKILL.md`:
2. Fetch the remote version using the `#fetch` tool 3. Compare entire file content (including front matter and body) 4. Identify specific differences:
5. Document key differences for outdated skills 6. Calculate similarity to determine if update is needed
Based on the Agent Skills specification, each skill is a folder containing:
A comprehensive library of specialized AI agents and personas for GitHub Copilot, ranging from architectural planning and specific tech stacks to advanced cognitive reasoning models.
Repo: archubbuck/workspace-architect
Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding…
Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates…
Suggest relevant GitHub Copilot prompt files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with…
Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.
Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.
A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat…