From e7d2553d72107e0a67bb27bf709a18e119cfa5c3 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 6 Nov 2025 18:06:12 +1100 Subject: [PATCH] Some tweaking on the readme --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 809e192..1903f10 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-91-orange.svg?style=flat-square)](#contributors-) -A curated collection of prompts, instructions, and chat modes to supercharge your GitHub Copilot experience across different domains, languages, and use cases. +A community created collection of custom agents, prompts, and instructions to supercharge your GitHub Copilot experience across different domains, languages, and use cases. ## 🚀 What is Awesome GitHub Copilot? @@ -77,6 +77,13 @@ Instructions automatically apply to files based on their patterns and provide co Activate chat modes to get specialized assistance from AI personas tailored for specific roles like architects, DBAs, or security experts. +## 🎯 Why Use Awesome GitHub Copilot? + +- **Productivity**: Pre-built agents, prompts and instructions save time and provide consistent results. +- **Best Practices**: Benefit from community-curated coding standards and patterns. +- **Specialized Assistance**: Access expert-level guidance through specialized custom agents. +- **Continuous Learning**: Stay updated with the latest patterns and practices across technologies. + ## 🤝 Contributing We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details on how to: @@ -102,12 +109,6 @@ We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING. └── scripts/ # Utility scripts for maintenance ``` -## 🌟 Getting Started - -1. **Browse the Collections**: Check out our comprehensive lists of [prompts](docs/README.prompts.md), [instructions](docs/README.instructions.md), [chat modes](docs/README.chatmodes.md), and [collections](docs/README.collections.md). -2. **Add to your editor**: Click the "Install" button to install to VS Code, or copy the file contents for other editors. -3. **Start Using**: Copy prompts to use with `/` commands, let instructions enhance your coding experience, or activate chat modes for specialized assistance. - ## 📄 License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. @@ -118,12 +119,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file - **Support**: Check our [Support Guide](SUPPORT.md) for getting help - **Code of Conduct**: We follow the [Contributor Covenant](CODE_OF_CONDUCT.md) -## 🎯 Why Use Awesome GitHub Copilot? +## Disclaimer -- **Productivity**: Pre-built prompts and instructions save time and provide consistent results -- **Best Practices**: Benefit from community-curated coding standards and patterns -- **Specialized Assistance**: Access expert-level guidance through specialized chat modes -- **Continuous Learning**: Stay updated with the latest patterns and practices across technologies +The customizations in this repository are sourced from and created by third-party developers. GitHub does not verify, endorse, or guarantee the functionality or security of these agents. Please carefully inspect any agent and its documentation before installing to understand permissions it may require and actions it may perform. ---