🎯

microsoft-docs

🎯Skill

from github/awesome-copilot

VibeIndex|
What it does

Generates comprehensive documentation and code examples based on official Microsoft technical documentation and developer guidelines.

microsoft-docs

Installation

Install skill:
npx skills add https://github.com/github/awesome-copilot --skill microsoft-docs
31
Last UpdatedJan 23, 2026

Skill Details

SKILL.md

Overview

# πŸ€– Awesome GitHub Copilot Customizations

[![Powered by Awesome Copilot](https://img.shields.io/badge/Powered_by-Awesome_Copilot-blue?logo=githubcopilot)](https://aka.ms/awesome-github-copilot) [![GitHub contributors from allcontributors.org](https://img.shields.io/github/all-contributors/github/awesome-copilot?color=ee8449)](#contributors-)

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?

This repository provides a comprehensive toolkit for enhancing GitHub Copilot with specialized:

  • πŸ‘‰ [Awesome Agents](docs/README.agents.md) - Specialized GitHub Copilot agents that integrate with MCP servers to provide enhanced capabilities for specific workflows and tools
  • πŸ‘‰ [Awesome Prompts](docs/README.prompts.md) - Focused, task-specific prompts for generating code, documentation, and solving specific problems
  • πŸ‘‰ [Awesome Instructions](docs/README.instructions.md) - Comprehensive coding standards and best practices that apply to specific file patterns or entire projects
  • πŸ‘‰ [Awesome Skills](docs/README.skills.md) - Self-contained folders with instructions and bundled resources that enhance AI capabilities for specialized tasks
  • πŸ‘‰ [Awesome Collections](docs/README.collections.md) - Curated collections of related prompts, instructions, agents, and skills organized around specific themes and workflows

🌟 Featured Collections

Discover our curated collections of prompts, instructions, and agents organized around specific themes and workflows.

| Name | Description | Items | Tags |

| ---- | ----------- | ----- | ---- |

| [Awesome Copilot](collections/awesome-copilot.md) | Meta prompts that help you discover and generate curated GitHub Copilot agents, collections, instructions, prompts, and skills. | 5 items | github-copilot, discovery, meta, prompt-engineering, agents |

| [Copilot SDK](collections/copilot-sdk.md) | 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. | 4 items | copilot-sdk, sdk, csharp, go, nodejs, typescript, python, ai, github-copilot |

| [Partners](collections/partners.md) | Custom agents that have been created by GitHub partners | 20 items | devops, security, database, cloud, infrastructure, observability, feature-flags, cicd, migration, performance |

MCP Server

To make it easy to add these customizations to your editor, we have created a [MCP Server](https://developer.microsoft.com/blog/announcing-awesome-copilot-mcp-server) that provides a prompt for searching and installing prompts, instructions, agents, and skills directly from this repository. You'll need to have Docker installed and running to run the server.

[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?logo=visualstudiocode&logoColor=white)](https://aka.ms/awesome-copilot/mcp/vscode) [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?logo=visualstudiocode&logoColor=white)](https://aka.ms/awesome-copilot/mcp/vscode-insiders) [![Install in Visual Studio](https://img.shields.io/badge/Visual_Studio-Install-C16FDE?logo=visualstudio&logoColor=white)](https://aka.ms/awesome-copilot/mcp/vs)

Show MCP Server JSON configuration

```json

{

"servers": {

"awesome-copilot": {

"type": "stdio",

"command": "docker",

"args": [

"run",

"-i",

"--rm",

"ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest"

]

}

}

}

```

πŸ”§ How to Use

πŸ€– 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. I

More from this repository10

🎯
legacy-circuit-mockups🎯Skill

Generates mockup designs and circuit diagrams for legacy electronic systems using AI-assisted visual modeling techniques.

🎯
snowflake-semanticview🎯Skill

Generates semantic views and data insights for Snowflake database objects, enabling advanced data exploration and metadata analysis.

🎯
microsoft-code-reference🎯Skill

Provides intelligent code reference suggestions and completions specifically tailored to Microsoft's coding standards and best practices across various programming languages.

🎯
azure-static-web-apps🎯Skill

Generates and configures Azure Static Web Apps deployment configurations and boilerplate code for rapid web application setup.

🎯
nuget-manager🎯Skill

Manages NuGet package dependencies by automating package updates, version tracking, and dependency resolution for .NET projects.

🎯
git-commit🎯Skill

Generates intelligent, context-aware Git commit messages by analyzing code changes and suggesting descriptive, meaningful commit summaries.

🎯
refactor🎯Skill

Automatically identifies and suggests code improvements, restructuring complex or inefficient code segments to enhance readability, performance, and maintainability.

🎯
github-issues🎯Skill

Automates GitHub issue management by generating, triaging, labeling, and providing intelligent recommendations for issue workflows.

🎯
gh-cli🎯Skill

Streamlines GitHub CLI interactions by providing context-aware, automated command generation and execution for common repository and workflow tasks.

🎯
web-design-reviewer🎯Skill

Reviews web design files, providing feedback on UI/UX best practices, design consistency, and potential improvements in layout and visual elements.