← ClaudeAtlas

suggest-awesome-github-copilot-promptslisted

Suggest relevant GitHub Copilot prompt files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing prompts in this repository, and identifying outdated prompts that need updates.
archubbuck/workspace-architect · ★ 15 · AI & Automation · score 78
Install: claude install-skill archubbuck/workspace-architect
# Suggest Awesome GitHub Copilot Prompts Analyze current repository context and suggest relevant prompt files from the [GitHub awesome-copilot repository](https://github.com/github/awesome-copilot/blob/main/docs/README.prompts.md) that are not already available in this repository. ## Process 1. **Fetch Available Prompts**: Extract prompt list and descriptions from [awesome-copilot README.prompts.md](https://github.com/github/awesome-copilot/blob/main/docs/README.prompts.md). Must use `#fetch` tool. 2. **Scan Local Prompts**: Discover existing prompt files in `.github/prompts/` folder 3. **Extract Descriptions**: Read front matter from local prompt files to get descriptions 4. **Fetch Remote Versions**: For each local prompt, fetch the corresponding version from awesome-copilot repository using raw GitHub URLs (e.g., `https://raw.githubusercontent.com/github/awesome-copilot/main/prompts/<filename>`) 5. **Compare Versions**: Compare local prompt content with remote versions to identify: - Prompts that are up-to-date (exact match) - Prompts that are outdated (content differs) - Key differences in outdated prompts (tools, description, content) 6. **Analyze Context**: Review chat history, repository files, and current project needs 7. **Compare Existing**: Check against prompts already available in this repository 8. **Match Relevance**: Compare available prompts against identified patterns and requirements 9. **Present Options**: Display relevant prompts with descript