TAAFT
Free mode
100% free
Freemium
Free Trial
Deals

github / awesome-copilot

Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.

24,312 2,784 Language: Python License: MIT Updated: 1d ago

README

🤖 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

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>

{
  "servers": {
    "awesome-copilot": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest"
      ]
    }
  }
}

</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:

copilot plugin marketplace add github/awesome-copilot

Then install any plugin:

copilot plugin install <plugin-name>@awesome-copilot

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

  1. Follow our file naming conventions and frontmatter requirements
  2. Test your contributions thoroughly
  3. Update the appropriate README tables
  4. Submit a pull request with a clear description

📖 Repository Structure

├── instructions/     # Coding standards and best practices (.instructions.md)
├── agents/           # AI personas and specialized modes (.agent.md)
├── hooks/            # Automated hooks for Copilot coding agent sessions
├── workflows/        # Agentic Workflows for GitHub Actions automation
├── plugins/          # Installable plugins bundling related items
├── scripts/          # Utility scripts for maintenance
└── skills/           # AI capabilities for specialized tasks

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🛡️ Security & Support

ℹ️ Disclaimer

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.


Ready to supercharge your coding experience? Start exploring our instructions, hooks, skills, agentic workflows, and custom agents!

Contributors ✨

Thanks goes to these wonderful people (emoji key):

<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.aaron-powell.com/">

Aaron Powell

<br /><sub><b>Aaron Powell</b></sub></a><br /><a href="#agents-aaronpowell" title="Specialized agents for GitHub Copilot">🎭</a> <a href="https://github.com/github/awesome-copilot/commits?author=aaronpowell" title="Code">💻</a> <a href="#plugins-aaronpowell" title="Curated plugins for GitHub Copilot">🎁</a> <a href="https://github.com/github/awesome-copilot/commits?author=aaronpowell" title="Documentation">📖</a> <a href="#infra-aaronpowell" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#instructions-aaronpowell" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#maintenance-aaronpowell" title="Maintenance">🚧</a> <a href="#prompts-aaronpowell" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://codemilltech.com/">

Matt Soucoup

<br /><sub><b>Matt Soucoup</b></sub></a><br /><a href="#infra-codemillmatt" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.buymeacoffee.com/troystaylor">

Troy Simeon Taylor

<br /><sub><b>Troy Simeon Taylor</b></sub></a><br /><a href="#agents-troystaylor" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#plugins-troystaylor" title="Curated plugins for GitHub Copilot">🎁</a> <a href="#instructions-troystaylor" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-troystaylor" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/abbas133">

Abbas

<br /><sub><b>Abbas</b></sub></a><br /><a href="#agents-abbas133" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-abbas133" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://calva.io/">

Peter Strömberg

<br /><sub><b>Peter Strömberg</b></sub></a><br /><a href="#agents-PEZ" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#plugins-PEZ" title="Curated plugins for GitHub Copilot">🎁</a> <a href="#instructions-PEZ" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-PEZ" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://danielscottraynsford.com/">

Daniel Scott-Raynsford

<br /><sub><b>Daniel Scott-Raynsford</b></sub></a><br /><a href="#agents-PlagueHO" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#plugins-PlagueHO" title="Curated plugins for GitHub Copilot">🎁</a> <a href="#instructions-PlagueHO" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-PlagueHO" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jhauga">

John Haugabook

<br /><sub><b>John Haugabook</b></sub></a><br /><a href="#instructions-jhauga" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-jhauga" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://witter.cz/@pavel">

Pavel Simsa

<br /><sub><b>Pavel Simsa</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=psimsa" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://digitarald.de/">

Harald Kirschner

<br /><sub><b>Harald Kirschner</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=digitarald" title="Code">💻</a> <a href="https://github.com/github/awesome-copilot/commits?author=digitarald" title="Documentation">📖</a> <a href="#maintenance-digitarald" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://mubaidr.js.org/">

Muhammad Ubaid Raza

<br /><sub><b>Muhammad Ubaid Raza</b></sub></a><br /><a href="#agents-mubaidr" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-mubaidr" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tmeschter">

Tom Meschter

<br /><sub><b>Tom Meschter</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=tmeschter" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.aungmyokyaw.com/">

Aung Myo Kyaw

<br /><sub><b>Aung Myo Kyaw</b></sub></a><br /><a href="#agents-AungMyoKyaw" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#prompts-AungMyoKyaw" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonYeMSFT">

JasonYeMSFT

<br /><sub><b>JasonYeMSFT</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=JasonYeMSFT" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/jrc356/">

Jon Corbin

<br /><sub><b>Jon Corbin</b></sub></a><br /><a href="#agents-Jrc356" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#prompts-Jrc356" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/troytaylor-msft">

troytaylor-msft

<br /><sub><b>troytaylor-msft</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=troytaylor-msft" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://delatorre.dev/">

Emerson Delatorre

<br /><sub><b>Emerson Delatorre</b></sub></a><br /><a href="#instructions-fazedordecodigo" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/burkeholland">

Burke Holland

<br /><sub><b>Burke Holland</b></sub></a><br /><a href="#agents-burkeholland" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#infra-burkeholland" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#instructions-burkeholland" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-burkeholland" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://yaooqinn.github.io/">

Kent Yao

<br /><sub><b>Kent Yao</b></sub></a><br /><a href="#instructions-yaooqinn" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-yaooqinn" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.devprodlogs.com/">

Daniel Meppiel

<br /><sub><b>Daniel Meppiel</b></sub></a><br /><a href="#prompts-danielmeppiel" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yeelam-gordon">

Gordon Lam

<br /><sub><b>Gordon Lam</b></sub></a><br /><a href="#instructions-yeelam-gordon" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.madskristensen.net/">

Mads Kristensen

<br /><sub><b>Mads Kristensen</b></sub></a><br /><a href="#instructions-madskristensen" title="Custom instructions for GitHub Copilot">🧭</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://ks6088ts.github.io/">

Shinji Takenaka

<br /><sub><b>Shinji Takenaka</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=ks6088ts" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/spectatora">

spectatora

<br /><sub><b>spectatora</b></sub></a><br /><a href="#agents-spectatora" title="Specialized agents for GitHub Copilot">🎭</a> <a href="https://github.com/github/awesome-copilot/commits?author=spectatora" title="Code">💻</a> <a href="#maintenance-spectatora" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sinedied">

Yohan Lasorsa

<br /><sub><b>Yohan Lasorsa</b></sub></a><br /><a href="#instructions-sinedied" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-sinedied" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/VamshiVerma">

Vamshi Verma

<br /><sub><b>Vamshi Verma</b></sub></a><br /><a href="#instructions-VamshiVerma" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-VamshiVerma" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://montemagno.com/">

James Montemagno

<br /><sub><b>James Montemagno</b></sub></a><br /><a href="#agents-jamesmontemagno" title="Specialized agents for GitHub Copilot">🎭</a> <a href="https://github.com/github/awesome-copilot/commits?author=jamesmontemagno" title="Documentation">📖</a> <a href="#instructions-jamesmontemagno" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-jamesmontemagno" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/alefragnani">

Alessandro Fragnani

<br /><sub><b>Alessandro Fragnani</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=alefragnani" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/ambilykk/">

Ambily

<br /><sub><b>Ambily</b></sub></a><br /><a href="#agents-ambilykk" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-ambilykk" title="Custom instructions for GitHub Copilot">🧭</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/krushideep">

krushideep

<br /><sub><b>krushideep</b></sub></a><br /><a href="#prompts-krushideep" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mihsoft">

devopsfan

<br /><sub><b>devopsfan</b></sub></a><br /><a href="#agents-mihsoft" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://tgrall.github.io/">

Tugdual Grall

<br /><sub><b>Tugdual Grall</b></sub></a><br /><a href="#instructions-tgrall" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-tgrall" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.promptboost.dev/">

Oren Me

<br /><sub><b>Oren Me</b></sub></a><br /><a href="#agents-OrenMe" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-OrenMe" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mjrousos">

Mike Rousos

<br /><sub><b>Mike Rousos</b></sub></a><br /><a href="#instructions-mjrousos" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-mjrousos" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://devkimchi.com/">

Justin Yoo

<br /><sub><b>Justin Yoo</b></sub></a><br /><a href="#instructions-justinyoo" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/guiopen">

Guilherme do Amaral Alves

<br /><sub><b>Guilherme do Amaral Alves </b></sub></a><br /><a href="#instructions-guiopen" title="Custom instructions for GitHub Copilot">🧭</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/griffinashe/">

Griffin Ashe

<br /><sub><b>Griffin Ashe</b></sub></a><br /><a href="#agents-griffinashe" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#plugins-griffinashe" title="Curated plugins for GitHub Copilot">🎁</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/anchildress1">

Ashley Childress

<br /><sub><b>Ashley Childress</b></sub></a><br /><a href="#agents-anchildress1" title="Specialized agents for GitHub Copilot">🎭</a> <a href="https://github.com/github/awesome-copilot/commits?author=anchildress1" title="Documentation">📖</a> <a href="#instructions-anchildress1" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#infra-anchildress1" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/github/awesome-copilot/commits?author=anchildress1" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.senseof.tech/">

Adrien Clerbois

<br /><sub><b>Adrien Clerbois</b></sub></a><br /><a href="#agents-AClerbois" title="Specialized agents for GitHub Copilot">🎭</a> <a href="https://github.com/github/awesome-copilot/commits?author=AClerbois" title="Documentation">📖</a> <a href="#prompts-AClerbois" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Vhivi">

ANGELELLI David

<br /><sub><b>ANGELELLI David</b></sub></a><br /><a href="#agents-Vhivi" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://markdav.is/">

Mark Davis

<br /><sub><b>Mark Davis</b></sub></a><br /><a href="#instructions-markdav-is" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MattVevang">

Matt Vevang

<br /><sub><b>Matt Vevang</b></sub></a><br /><a href="#instructions-MattVevang" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://max.irro.at/">

Maximilian Irro

<br /><sub><b>Maximilian Irro</b></sub></a><br /><a href="#instructions-mpgirro" title="Custom instructions for GitHub Copilot">🧭</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nullchimp">

NULLchimp

<br /><sub><b>NULLchimp</b></sub></a><br /><a href="#agents-nullchimp" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pkarda">

Peter Karda

<br /><sub><b>Peter Karda</b></sub></a><br /><a href="#prompts-pkarda" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sdolgin">

Saul Dolgin

<br /><sub><b>Saul Dolgin</b></sub></a><br /><a href="#agents-sdolgin" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-sdolgin" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-sdolgin" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/shubham070">

Shubham Gaikwad

<br /><sub><b>Shubham Gaikwad</b></sub></a><br /><a href="#agents-shubham070" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-shubham070" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-shubham070" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TheovanKraay">

Theo van Kraay

<br /><sub><b>Theo van Kraay</b></sub></a><br /><a href="#instructions-TheovanKraay" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TianqiZhang">

Tianqi Zhang

<br /><sub><b>Tianqi Zhang</b></sub></a><br /><a href="#agents-TianqiZhang" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://blog.miniasp.com/">

Will 保哥

<br /><sub><b>Will 保哥</b></sub></a><br /><a href="#agents-doggy8088" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#prompts-doggy8088" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://tsubalog.hatenablog.com/">

Yuta Matsumura

<br /><sub><b>Yuta Matsumura</b></sub></a><br /><a href="#instructions-tsubakimoto" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/anschnapp">

anschnapp

<br /><sub><b>anschnapp</b></sub></a><br /><a href="#agents-anschnapp" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hizahizi-hizumi">

hizahizi-hizumi

<br /><sub><b>hizahizi-hizumi</b></sub></a><br /><a href="#instructions-hizahizi-hizumi" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jianminhuang.cc/">

黃健旻 Vincent Huang

<br /><sub><b>黃健旻 Vincent Huang</b></sub></a><br /><a href="#prompts-Jian-Min-Huang" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://brunoborges.io/">

Bruno Borges

<br /><sub><b>Bruno Borges</b></sub></a><br /><a href="#plugins-brunoborges" title="Curated plugins for GitHub Copilot">🎁</a> <a href="#instructions-brunoborges" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.movinglive.ca/">

Steve Magne

<br /><sub><b>Steve Magne</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=MovingLive" title="Documentation">📖</a> <a href="#instructions-MovingLive" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://shaneneuville.com/">

Shane Neuville

<br /><sub><b>Shane Neuville</b></sub></a><br /><a href="#agents-PureWeen" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-PureWeen" title="Custom instructions for GitHub Copilot">🧭</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://asilva.dev/">

André Silva

<br /><sub><b>André Silva</b></sub></a><br /><a href="#agents-askpt" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-askpt" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/agreaves-ms">

Allen Greaves

<br /><sub><b>Allen Greaves</b></sub></a><br /><a href="#agents-agreaves-ms" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-agreaves-ms" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AmeliaRose802">

Amelia Payne

<br /><sub><b>Amelia Payne</b></sub></a><br /><a href="#agents-AmeliaRose802" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BBoyBen">

BBoyBen

<br /><sub><b>BBoyBen</b></sub></a><br /><a href="#instructions-BBoyBen" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://azureincubations.io/">

Brooke Hamilton

<br /><sub><b>Brooke Hamilton</b></sub></a><br /><a href="#instructions-brooke-hamilton" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/GeekTrainer">

Christopher Harrison

<br /><sub><b>Christopher Harrison</b></sub></a><br /><a href="#instructions-GeekTrainer" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/breakid">

Dan

<br /><sub><b>Dan</b></sub></a><br /><a href="#instructions-breakid" title="Custom instructions for GitHub Copilot">🧭</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://blog.codewithdan.com/">

Dan Wahlin

<br /><sub><b>Dan Wahlin</b></sub></a><br /><a href="#agents-DanWahlin" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://debbie.codes/">

Debbie O'Brien

<br /><sub><b>Debbie O'Brien</b></sub></a><br /><a href="#agents-debs-obrien" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-debs-obrien" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-debs-obrien" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/echarrod">

Ed Harrod

<br /><sub><b>Ed Harrod</b></sub></a><br /><a href="#prompts-echarrod" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://learn.microsoft.com/dotnet">

Genevieve Warren

<br /><sub><b>Genevieve Warren</b></sub></a><br /><a href="#prompts-gewarren" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/guigui42">

Guillaume

<br /><sub><b>Guillaume</b></sub></a><br /><a href="#agents-guigui42" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#prompts-guigui42" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/riqueufmg">

Henrique Nunes

<br /><sub><b>Henrique Nunes</b></sub></a><br /><a href="#prompts-riqueufmg" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jeremiah-snee-openx">

Jeremiah Snee

<br /><sub><b>Jeremiah Snee</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=jeremiah-snee-openx" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kartikdhiman">

Kartik Dhiman

<br /><sub><b>Kartik Dhiman</b></sub></a><br /><a href="#instructions-kartikdhiman" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://kristiyanvelkov.com/">

Kristiyan Velkov

<br /><sub><b>Kristiyan Velkov</b></sub></a><br /><a href="#agents-kristiyan-velkov" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/msalaman">

msalaman

<br /><sub><b>msalaman</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=msalaman" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://soderlind.no/">

Per Søderlind

<br /><sub><b>Per Søderlind</b></sub></a><br /><a href="#instructions-soderlind" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://dotneteers.net/">

Peter Smulovics

<br /><sub><b>Peter Smulovics</b></sub></a><br /><a href="#instructions-psmulovics" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/madvimer">

Ravish Rathod

<br /><sub><b>Ravish Rathod</b></sub></a><br /><a href="#instructions-madvimer" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ricksm.it/">

Rick Smit

<br /><sub><b>Rick Smit</b></sub></a><br /><a href="#agents-ricksmit3000" title="Specialized agents for GitHub Copilot">🎭</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pertrai1">

Rob Simpson

<br /><sub><b>Rob Simpson</b></sub></a><br /><a href="#instructions-pertrai1" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/inquinity">

Robert Altman

<br /><sub><b>Robert Altman</b></sub></a><br /><a href="#instructions-inquinity" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://salih.guru/">

Salih

<br /><sub><b>Salih</b></sub></a><br /><a href="#instructions-salihguru" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://graef.io/">

Sebastian Gräf

<br /><sub><b>Sebastian Gräf</b></sub></a><br /><a href="#agents-segraef" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-segraef" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SebastienDegodez">

Sebastien DEGODEZ

<br /><sub><b>Sebastien DEGODEZ</b></sub></a><br /><a href="#instructions-SebastienDegodez" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sesmyrnov">

Sergiy Smyrnov

<br /><sub><b>Sergiy Smyrnov</b></sub></a><br /><a href="#prompts-sesmyrnov" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SomeSolutionsArchitect">

SomeSolutionsArchitect

<br /><sub><b>SomeSolutionsArchitect</b></sub></a><br /><a href="#agents-SomeSolutionsArchitect" title="Specialized agents for GitHub Copilot">🎭</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kewalaka">

Stu Mace

<br /><sub><b>Stu Mace</b></sub></a><br /><a href="#agents-kewalaka" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#plugins-kewalaka" title="Curated plugins for GitHub Copilot">🎁</a> <a href="#instructions-kewalaka" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/STRUDSO">

Søren Trudsø Mahon

<br /><sub><b>Søren Trudsø Mahon</b></sub></a><br /><a href="#instructions-STRUDSO" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://enakdesign.com/">

Tj Vita

<br /><sub><b>Tj Vita</b></sub></a><br /><a href="#agents-semperteneo" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pelikhan">

Peli de Halleux

<br /><sub><b>Peli de Halleux</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=pelikhan" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.paulomorgado.net/">

Paulo Morgado

<br /><sub><b>Paulo Morgado</b></sub></a><br /><a href="#prompts-paulomorgado" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://paul.crane.net.nz/">

Paul Crane

<br /><sub><b>Paul Crane</b></sub></a><br /><a href="#agents-pcrane" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.pamelafox.org/">

Pamela Fox

<br /><sub><b>Pamela Fox</b></sub></a><br /><a href="#prompts-pamelafox" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://oskarthornblad.se/">

Oskar Thornblad

<br /><sub><b>Oskar Thornblad</b></sub></a><br /><a href="#instructions-prewk" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nischays">

Nischay Sharma

<br /><sub><b>Nischay Sharma</b></sub></a><br /><a href="#agents-nischays" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Naikabg">

Nikolay Marinov

<br /><sub><b>Nikolay Marinov</b></sub></a><br /><a href="#agents-Naikabg" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/niksac">

Nik Sachdeva

<br /><sub><b>Nik Sachdeva</b></sub></a><br /><a href="#agents-niksacdev" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#plugins-niksacdev" title="Curated plugins for GitHub Copilot">🎁</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://onetipaweek.com/">

Nick Taylor

<br /><sub><b>Nick Taylor</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=nickytonline" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://nicholasdbrady.github.io/cookbook/">

Nick Brady

<br /><sub><b>Nick Brady</b></sub></a><br /><a href="#agents-nicholasdbrady" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nastanford">

Nathan Stanford Sr

<br /><sub><b>Nathan Stanford Sr</b></sub></a><br /><a href="#instructions-nastanford" title="Custom instructions for GitHub Copilot">🧭</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/matebarabas">

Máté Barabás

<br /><sub><b>Máté Barabás</b></sub></a><br /><a href="#instructions-matebarabas" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikeparker104">

Mike Parker

<br /><sub><b>Mike Parker</b></sub></a><br /><a href="#instructions-mikeparker104" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mikekistler">

Mike Kistler

<br /><sub><b>Mike Kistler</b></sub></a><br /><a href="#prompts-mikekistler" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/giomartinsdev">

Giovanni de Almeida Martins

<br /><sub><b>Giovanni de Almeida Martins</b></sub></a><br /><a href="#instructions-giomartinsdev" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dgh06175">

이상현

<br /><sub><b>이상현</b></sub></a><br /><a href="#instructions-dgh06175" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/zooav">

Ankur Sharma

<br /><sub><b>Ankur Sharma</b></sub></a><br /><a href="#prompts-zooav" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/webreidi">

Wendy Breiding

<br /><sub><b>Wendy Breiding</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=webreidi" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/voidfnc">

voidfnc

<br /><sub><b>voidfnc</b></sub></a><br /><a href="#agents-voidfnc" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/shane-lee">

shane lee

<br /><sub><b>shane lee</b></sub></a><br /><a href="#instructions-shavo007" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sdanzo-hrb">

sdanzo-hrb

<br /><sub><b>sdanzo-hrb</b></sub></a><br /><a href="#agents-sdanzo-hrb" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nativebpm">

sauran

<br /><sub><b>sauran</b></sub></a><br /><a href="#instructions-isauran" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/samqbush">

samqbush

<br /><sub><b>samqbush</b></sub></a><br /><a href="#prompts-samqbush" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pareenaverma">

pareenaverma

<br /><sub><b>pareenaverma</b></sub></a><br /><a href="#agents-pareenaverma" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/oleksiyyurchyna">

oleksiyyurchyna

<br /><sub><b>oleksiyyurchyna</b></sub></a><br /><a href="#plugins-oleksiyyurchyna" title="Curated plugins for GitHub Copilot">🎁</a> <a href="#prompts-oleksiyyurchyna" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/time-by-waves">

oceans-of-time

<br /><sub><b>oceans-of-time</b></sub></a><br /><a href="#instructions-time-by-waves" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kshashank57">

kshashank57

<br /><sub><b>kshashank57</b></sub></a><br /><a href="#agents-kshashank57" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-kshashank57" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hueanmy">

Meii

<br /><sub><b>Meii</b></sub></a><br /><a href="#agents-hueanmy" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/factory-davidgu">

factory-davidgu

<br /><sub><b>factory-davidgu</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=factory-davidgu" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dangelov-qa">

dangelov-qa

<br /><sub><b>dangelov-qa</b></sub></a><br /><a href="#agents-dangelov-qa" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BenoitMaucotel">

BenoitMaucotel

<br /><sub><b>BenoitMaucotel</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=BenoitMaucotel" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/benjisho-aidome">

benjisho-aidome

<br /><sub><b>benjisho-aidome</b></sub></a><br /><a href="#agents-benjisho-aidome" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#instructions-benjisho-aidome" title="Custom instructions for GitHub Copilot">🧭</a> <a href="#prompts-benjisho-aidome" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yukiomoto">

Yuki Omoto

<br /><sub><b>Yuki Omoto</b></sub></a><br /><a href="#instructions-yukiomoto" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wschultz-boxboat">

Will Schultz

<br /><sub><b>Will Schultz</b></sub></a><br /><a href="#agents-wschultz-boxboat" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://bio.warengonzaga.com/">

Waren Gonzaga

<br /><sub><b>Waren Gonzaga</b></sub></a><br /><a href="#agents-warengonzaga" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://linktr.ee/vincentkoc">

Vincent Koc

<br /><sub><b>Vincent Koc</b></sub></a><br /><a href="#agents-vincentkoc" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Vaporjawn">

Victor Williams

<br /><sub><b>Victor Williams</b></sub></a><br /><a href="#agents-Vaporjawn" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://vesharma.dev/">

Ve Sharma

<br /><sub><b>Ve Sharma</b></sub></a><br /><a href="#agents-VeVarunSharma" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.ferryhopper.com/">

Vasileios Lahanas

<br /><sub><b>Vasileios Lahanas</b></sub></a><br /><a href="#instructions-vlahanas" title="Custom instructions for GitHub Copilot">🧭</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://tinyurl.com/3p5j9mwe">

Udaya Veeramreddygari

<br /><sub><b>Udaya Veeramreddygari</b></sub></a><br /><a href="#instructions-udayakumarreddyv" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/iletai">

Tài Lê

<br /><sub><b>Tài Lê</b></sub></a><br /><a href="#prompts-iletai" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://tsubasaogawa.me/">

Tsubasa Ogawa

<br /><sub><b>Tsubasa Ogawa</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=tsubasaogawa" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://glsauto.com/">

Troy Witthoeft (glsauto)

<br /><sub><b>Troy Witthoeft (glsauto)</b></sub></a><br /><a href="#instructions-twitthoeft-gls" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jfversluis.dev/">

Gerald Versluis

<br /><sub><b>Gerald Versluis</b></sub></a><br /><a href="#instructions-jfversluis" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/geoder101">

George Dernikos

<br /><sub><b>George Dernikos</b></sub></a><br /><a href="#prompts-geoder101" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gautambaghel">

Gautam

<br /><sub><b>Gautam</b></sub></a><br /><a href="#agents-gautambaghel" title="Specialized agents for GitHub Copilot">🎭</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/feapaydin">

Furkan Enes

<br /><sub><b>Furkan Enes</b></sub></a><br /><a href="#instructions-feapaydin" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/fmuecke">

Florian Mücke

<br /><sub><b>Florian Mücke</b></sub></a><br /><a href="#agents-fmuecke" title="Specialized agents for GitHub Copilot">🎭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.felixarjuna.dev/">

Felix Arjuna

<br /><sub><b>Felix Arjuna</b></sub></a><br /><a href="#instructions-felixarjuna" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ewega">

Eldrick Wega

<br /><sub><b>Eldrick Wega</b></sub></a><br /><a href="#prompts-ewega" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/danchev">

Dobri Danchev

<br /><sub><b>Dobri Danchev</b></sub></a><br /><a href="#prompts-danchev" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://dgamboa.com/">

Diego Gamboa

<br /><sub><b>Diego Gamboa</b></sub></a><br /><a href="#prompts-difegam" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/derekclair">

Derek Clair

<br /><sub><b>Derek Clair</b></sub></a><br /><a href="#agents-derekclair" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#prompts-derekclair" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://dev.to/davidortinau">

David Ortinau

<br /><sub><b>David Ortinau</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=davidortinau" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/danielabbatt">

Daniel Abbatt

<br /><sub><b>Daniel Abbatt</b></sub></a><br /><a href="#instructions-danielabbatt" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CypherHK">

CypherHK

<br /><sub><b>CypherHK</b></sub></a><br /><a href="#agents-CypherHK" title="Specialized agents for GitHub Copilot">🎭</a> <a href="#prompts-CypherHK" title="Reusable prompts for GitHub Copilot">⌨️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/craigbekker">

Craig Bekker

<br /><sub><b>Craig Bekker</b></sub></a><br /><a href="https://github.com/github/awesome-copilot/commits?author=craigbekker" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.peug.net/">

Christophe Peugnet

<br /><sub><b>Christophe Peugnet</b></sub></a><br /><a href="#instructions-tossnet" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lechnerc77">

Christian Lechner

<br /><sub><b>Christian Lechner</b></sub></a><br /><a href="#instructions-lechnerc77" title="Custom instructions for GitHub Copilot">🧭</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/charris-msft"><img src="https:/

0 AIs selected
Clear selection
#
Name
Task