github/awesome-copilot

每日信息看板 · 2026-03-02
开源项目
Category
github_search
Source
9
Score
2026-03-02T01:57:20Z
Published

AI 总结

github/awesome-copilot 汇集社区共建的 Copilot 自定义代理、指令、Hooks 与自动化工作流,并提供 MCP Server 便捷安装,帮助在多语言多场景下提升开发效率与一致性。
#GitHub #repo #开源项目 #GitHub Copilot #MCP Server #VS Code #GitHub Actions #Copilot SDK #Agent

内容摘录

🤖 Awesome GitHub Copilot
Powered by Awesome Copilot GitHub contributors from allcontributors.org

A community created collection of custom agents and instructions to supercharge your GitHub Copilot experience across different domains, languages, and use cases.
🚀 What is Awesome GitHub Copilot?

This repository provides a comprehensive toolkit for enhancing GitHub Copilot with specialized:
**👉 Awesome Agents** - Specialized GitHub Copilot agents that integrate with MCP servers to provide enhanced capabilities for specific workflows and tools
**👉 Awesome Instructions** - Comprehensive coding standards and best practices that apply to specific file patterns or entire projects
**👉 Awesome Hooks** - Automated workflows triggered by specific events during development, testing, and deployment
**👉 Awesome Agentic Workflows** - AI-powered repository automations that run coding agents in GitHub Actions with natural language instructions
**👉 Awesome Skills** - Self-contained folders with instructions and bundled resources that enhance AI capabilities for specialized tasks
**👉 Awesome Plugins** - Curated plugins of related agents and skills organized around specific themes and workflows
**👉 Awesome Cookbook Recipes** - Practical, copy-paste-ready code snippets and real-world examples for working with GitHub Copilot tools and features
🌟 Featured Plugins

Discover our curated plugins of agents and skills organized around specific themes and workflows.

| Name | Description | Items | Tags |
| ---- | ----------- | ----- | ---- |
| Awesome Copilot | Meta skills that help you discover and generate curated GitHub Copilot agents, collections, instructions, and skills. | 5 items | github-copilot, discovery, meta, prompt-engineering, agents |
| Copilot SDK | Build applications with the GitHub Copilot SDK across multiple programming languages. Includes comprehensive instructions for C#, Go, Node.js/TypeScript, and Python to help you create AI-powered applications. | 5 items | copilot-sdk, sdk, csharp, go, nodejs, typescript, python, ai, github-copilot |
| Partners | Custom agents that have been created by GitHub partners | 20 items | devops, security, database, cloud, infrastructure, observability, feature-flags, cicd, migration, performance |
How to Install Customizations

To make it easy to add these customizations to your editor, we have created an MCP Server that provides functionality for searching and installing instructions, agents, and skills directly from this repository. You'll need to have Docker installed and running to run the MCP server locally.

Install in VS Code Install in VS Code Insiders Install in Visual Studio

<details>
<summary>Show MCP Server JSON configuration</summary>

</details>
📄 llms.txt

An llms.txt file following the llmstxt.org specification is available on the GitHub Pages site. This machine-readable file makes it easy for Large Language Models to discover and understand all available agents, instructions, and skills, providing a structured overview of the repository's resources with names and descriptions.
🔧 How to Use
🔌 Plugins

Plugins are installable packages that bundle related agents and skills, making it easy to install a curated set of resources.
Installing Plugins

First, add the Awesome Copilot marketplace to your Copilot CLI:

Then install any plugin:

Alternatively, you can use the /plugin command within a Copilot chat session to browse and install plugins interactively.
🤖 Custom Agents

Custom agents can be used in Copilot coding agent (CCA), VS Code, and Copilot CLI (coming soon). For CCA, when assigning an issue to Copilot, select the custom agent from the provided list. In VS Code, you can activate the custom agent in the agents session, alongside built-in agents like Plan and Agent.
🎯 Skills

Skills are self-contained folders with instructions and bundled resources that enhance AI capabilities for specialized tasks. They can be accessed through the GitHub Copilot interface or installed via plugins.
📋 Instructions

Instructions automatically apply to files based on their patterns and provide contextual guidance for coding standards, frameworks, and best practices.
🪝 Hooks

Hooks enable automated workflows triggered by specific events during GitHub Copilot coding agent sessions (like sessionStart, sessionEnd, userPromptSubmitted). They can automate tasks like logging, auto-committing changes, or integrating with external services.
⚡ Agentic Workflows

Agentic Workflows are AI-powered repository automations that run coding agents in GitHub Actions. Defined in markdown with natural language instructions, they enable event-triggered and scheduled automation — from issue triage to daily reports.
🎯 Why Use Awesome GitHub Copilot?
**Productivity**: Pre-built agents 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 for details on how to:
Add new instructions, hooks, workflows, agents, or skills
Improve existing content
Report issues or suggest enhancements

For AI coding agents working with this project, refer to AGENTS.md for detailed technical guidance on development workflows, setup commands, and contribution standards.
Quick Contribution Guide
Follow our file naming conventions and frontmatter requirements
Test your contributions thoroughly
Update the appropriate README tables
Submit a pull request with a clear description
📖 Repository Structure
📄 License

This project is licensed under the MIT License - see the LICENSE file for details.
🛡️ Security & Support
**Security Issues**: Please see our Security Policy
**Support**: Check our Support Guide for getting help
**Code of Conduct**: We follow the Contributor…