An interactive visual guide to everything GitHub Copilot can do — see the full picture across two views:
The customization layer that lives in your repository:
- Always-On Context — Instructions that automatically apply to every conversation
- On-Demand Capabilities — Prompt files, custom agents, and skills
- Enforcement & Automation — Hooks and agentic workflows
- Distribution — Plugins to package and share your setup
All the surfaces where Copilot meets you:
- Terminal — Copilot CLI for command-line assistance
- IDE — Autocomplete, Chat, Agent Mode, and 3rd-party agents
- Cloud — Copilot Cloud Agent, Code Review, and 3rd-party agents on GitHub.com
🌐 Live site: https://guigui42.github.io/copilot-panorama/
# Clone the repo
git clone https://github.com/guigui42/copilot-panorama.git
cd copilot-panorama
# Install dependencies
npm install
# Start the dev server
npm run devThen open the URL shown in your terminal (usually http://localhost:5173).
npm run buildThe output is written to dist/ and can be deployed to any static host.
- 🎨 Dark / light theme toggle
- 🌍 Multi-language support (English, French, Spanish, German, Japanese)
- 📱 Fully responsive layout
- ✨ Links to Awesome GitHub Copilot community resources for each feature
Contributions are welcome! Feel free to open issues or pull requests.
MIT