A VS Code extension that allows you to browse, preview, and download GitHub Copilot customizations from the awesome-copilot repository.
- 🔍 Browse: Explore chat modes, instructions, prompts, agents, and skills in a convenient tree view
- 📖 Preview: View file content before downloading
- ⬇️ Download: Save files to appropriate
.github/folders in your workspace - 🔃 Refresh: Update repository data with manual refresh
- 💾 Caching: Smart caching for better performance
- Open the Extension: Click the new Activity Bar icon (checkmark document) titled Awesome Copilot. (Previously this view appeared under Explorer; it now has its own dedicated container with a proper icon.)
- Browse Categories: Expand Chat Modes, Instructions, Prompts, Agents, or Skills sections
- Preview Content: Click the preview icon on any file to see its content
- Download Files: Click the download icon to save files to your workspace
- Refresh Data: Click the refresh icon in the view title to update repository data
Downloaded files are organized in your workspace as follows:
- Chat Modes →
.github/chatmodes/(individual files) - Instructions →
.github/instructions/(individual files) - Prompts →
.github/prompts/(individual files) - Agents →
.github/agents/(individual files) - Skills →
.github/skills/(entire folders with SKILL.md and supporting files)
These folders will be created automatically if they don't exist.
Note: Skills are unique in that each skill is a complete folder containing a SKILL.md file and potentially other supporting files. When you download a skill, the entire folder structure is preserved.
- VS Code version 1.103.0 or higher
- Internet connection to fetch repository data
- A workspace folder open in VS Code (for downloads)
Refresh: Update repository data from GitHubDownload: Save a file to your workspacePreview: View file content in VS Code
This extension was built with:
- TypeScript
- VS Code Extension API
- Axios for HTTP requests
- ESBuild for bundling
npm install
npm run compilenpm run testThe extension contributes a custom Activity Bar view container named Awesome Copilot. If you prefer to move or hide it:
- Right-click the Activity Bar to toggle visibility.
- Drag the view into a different location if desired (VS Code will persist your layout).
If you previously dragged the old Explorer-based view into the Activity Bar and saw a generic label/icon, this update fixes that by supplying a dedicated container with themed icons (light/dark).
Enjoy browsing and using awesome GitHub Copilot customizations!