github/awesome-copilot Skills
(40)Browse AI agent skills from github/awesome-copilot for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
aspnet-minimal-api-openapi
github/awesome-copilot
Create ASP.NET Minimal API endpoints with proper OpenAPI documentation
az-cost-optimize
github/awesome-copilot
Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.
azure-resource-health-diagnose
github/awesome-copilot
Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.
context-map
github/awesome-copilot
Generate a map of all files relevant to a task before making changes
copilot-sdk
github/awesome-copilot
Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.
create-spring-boot-java-project
github/awesome-copilot
Create Spring Boot Java Project Skeleton
csharp-async
github/awesome-copilot
Get best practices for C# async programming
csharp-mcp-server-generator
github/awesome-copilot
Generate a complete MCP server project in C# with tools, prompts, and proper configuration
csharp-mstest
github/awesome-copilot
Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests
csharp-nunit
github/awesome-copilot
Get best practices for NUnit unit testing, including data-driven tests
csharp-tunit
github/awesome-copilot
Get best practices for TUnit unit testing, including data-driven tests
csharp-xunit
github/awesome-copilot
Get best practices for XUnit unit testing, including data-driven tests
dataverse-python-advanced-patterns
github/awesome-copilot
Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.
dataverse-python-production-code
github/awesome-copilot
Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices
dataverse-python-quickstart
github/awesome-copilot
Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.
dataverse-python-usecase-builder
github/awesome-copilot
Generate complete solutions for specific Dataverse SDK use cases with architecture recommendations
dotnet-best-practices
github/awesome-copilot
Ensure .NET/C# code meets best practices for the solution/project.
dotnet-upgrade
github/awesome-copilot
Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution
go-mcp-server-generator
github/awesome-copilot
Generate a complete Go MCP server project with proper structure, dependencies, and implementation using the official github.com/modelcontextprotocol/go-sdk.
import-infrastructure-as-code
github/awesome-copilot
Import existing Azure resources into Terraform using Azure CLI discovery and Azure Verified Modules (AVM). Use when asked to reverse-engineer live Azure infrastructure, generate Infrastructure as Code from existing subscriptions/resource groups/resource IDs, map dependencies, derive exact import addresses from downloaded module source, prevent configuration drift, and produce AVM-based Terraform files ready for validation and planning across any Azure resource type.
java-docs
github/awesome-copilot
Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.
java-junit
github/awesome-copilot
Get best practices for JUnit 5 unit testing, including data-driven tests
java-mcp-server-generator
github/awesome-copilot
Generate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration.
java-springboot
github/awesome-copilot
Get best practices for developing applications with Spring Boot.