diff --git a/README.md b/README.md index e0e6f6f5d..0f1f1d7fb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,20 @@ This repository provides a comprehensive toolkit for enhancing GitHub Copilot wi - **👉 [Awesome Collections](docs/README.collections.md)** - Curated collections of related prompts, instructions, agents, and skills organized around specific themes and workflows - **👉 [Awesome Cookbook Recipes](cookbook/README.md)** - Practical, copy-paste-ready code snippets and real-world examples for working with GitHub Copilot tools and features +## 📊 Visual Guide + +### Agents +![Agents](infographics/Agents.png) + +### Prompts +![Prompts](infographics/Prompts.png) + +### Instructions +![Instructions](infographics/Instructions.png) + +### Skills +![Skills](infographics/Skills.png) + ## 🌟 Featured Collections Discover our curated collections of prompts, instructions, and agents organized around specific themes and workflows. diff --git a/infographics/Agents.png b/infographics/Agents.png new file mode 100644 index 000000000..85babb916 Binary files /dev/null and b/infographics/Agents.png differ diff --git a/infographics/Instructions.png b/infographics/Instructions.png new file mode 100644 index 000000000..58a07a751 Binary files /dev/null and b/infographics/Instructions.png differ diff --git a/infographics/Prompts.png b/infographics/Prompts.png new file mode 100644 index 000000000..bf1f132b7 Binary files /dev/null and b/infographics/Prompts.png differ diff --git a/infographics/Skills.png b/infographics/Skills.png new file mode 100644 index 000000000..1700ad97c Binary files /dev/null and b/infographics/Skills.png differ