From 20fbf0203e000cbea772d72f10d52b79176d05c4 Mon Sep 17 00:00:00 2001 From: Ashley Wolf Date: Fri, 23 Jan 2026 01:38:38 +0000 Subject: [PATCH 1/3] Add emojis and 'What's Inside' section to README --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9bfa785..9af5960 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,20 @@ # copilot-plugins -The official GitHub Copilot plugins collection — MCP servers, skills, hooks, and other extensibility tools for GitHub Copilot. +The official GitHub Copilot plugins collection ✨ -## Contributing +Extend the power of GitHub Copilot with MCP servers, skills, hooks, and other extensibility tools — all in one place. -Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests. +## 🔌 What's Inside -## License +- **MCP Servers** — Model Context Protocol servers that give Copilot new capabilities +- **Skills** — Reusable prompts and workflows for common tasks +- **Hooks** — Custom integrations and event-driven automations +- **Extensibility Tools** — Building blocks for creating your own plugins + +## 🤝 Contributing + +We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests, and make sure to follow our [Code of Conduct](CODE_OF_CONDUCT.md). + +## 📄 License This project is licensed under the [MIT License](LICENSE). From fb2fbdcb65f7ceaa6cecee743761c0b1084fc7a0 Mon Sep 17 00:00:00 2001 From: Ashley Wolf Date: Fri, 23 Jan 2026 01:39:26 +0000 Subject: [PATCH 2/3] Mark MCP servers, hooks, and extensibility tools as coming soon --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9af5960..b52f3bb 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Extend the power of GitHub Copilot with MCP servers, skills, hooks, and other ex ## 🔌 What's Inside -- **MCP Servers** — Model Context Protocol servers that give Copilot new capabilities - **Skills** — Reusable prompts and workflows for common tasks -- **Hooks** — Custom integrations and event-driven automations -- **Extensibility Tools** — Building blocks for creating your own plugins +- **MCP Servers** — Model Context Protocol servers that give Copilot new capabilities *(coming soon)* +- **Hooks** — Custom integrations and event-driven automations *(coming soon)* +- **Extensibility Tools** — Building blocks for creating your own plugins *(coming soon)* ## 🤝 Contributing From e44f8e668edb15b3b42fba0aeb4545b047ffc05b Mon Sep 17 00:00:00 2001 From: Ashley Wolf Date: Fri, 23 Jan 2026 01:39:57 +0000 Subject: [PATCH 3/3] Remove Code of Conduct reference from Contributing section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b52f3bb..209bf6c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Extend the power of GitHub Copilot with MCP servers, skills, hooks, and other ex ## 🤝 Contributing -We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests, and make sure to follow our [Code of Conduct](CODE_OF_CONDUCT.md). +We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests. ## 📄 License