When to Use
- Browse available Agent Skills for GitHub Copilot
- Search for specific skill by name or category
- Fetch detailed instructions for a specific skill
- Understand what bundled assets a skill includes
- Find skills for specific technologies or workflows
How Agent Skills Work
Agent Skills are self-contained folders with instructions and bundled resources that enhance AI capabilities for specialized tasks. Each skill contains a SKILL.md file with detailed instructions that agents load on-demand.
Structure:
- Each skill is a folder containing a
SKILL.mdinstruction file - Skills may include helper scripts, code templates, or reference data
- Skills follow the Agent Skills specification for maximum compatibility
Skill Categories
Development Workflows
autoresearch- Autonomous iterative experimentation loopboost-prompt- Interactive prompt refinement workflowcontext-map- Generate map of relevant files before making changescreate-implementation-plan- Create implementation plan filescreate-specification- Create specification files optimized for AIgit-commit- Intelligent git commit with conventional messagesgit-flow-branch-creator- Git Flow branch creation
Microsoft & Azure
aspire- Aspire distributed applicationsazure-deployment-preflight- Bicep deployment validationazure-devops-cli- Azure DevOps managementazure-pricing- Azure cost estimationazure-resource-health-diagnose- Azure resource diagnosisazure-resource-visualizer- Mermaid architecture diagramsazure-role-selector- Least privilege Azure role guidanceazure-static-web-apps- Azure Static Web Apps deploymentappinsights-instrumentation- Azure App Insights telemetry
GitHub & Code Management
create-github-action-workflow-specification- GitHub Actions specscreate-github-issue-feature-from-specification- GitHub Issues from specscreate-github-issues-feature-from-implementation-plan- Bulk issue creationcreate-github-pull-request-from-specification- PRs from specsdependabot- Dependabot configurationgh-cli- GitHub CLI comprehensive referencegithub-issues- GitHub issues managementgithub-copilot-starter- GitHub Copilot setup
Cloud & Infrastructure
aws-cdk-python-setup- AWS CDK Python setupaz-cost-optimize- Azure cost optimizationcloud-design-patterns- 42 distributed system patternsimport-infrastructure-as-code- Azure to Terraform importdevops-rollout-plan- Deployment rollout plans
.NET & C#
aspnet-minimal-api-openapi- ASP.NET Minimal APIscontainerize-aspnet-framework- ASP.NET Framework containerizationcontainerize-aspnetcore- ASP.NET Core containerizationcsharp-async- C# async best practicescsharp-docs- C# XML documentationcsharp-mcp-server-generator- C# MCP server generationcsharp-mstest,csharp-nunit,csharp-tunit,csharp-xunit- Unit testingdotnet-best-practices- .NET best practicesdotnet-design-pattern-review- Design pattern reviewdotnet-upgrade- .NET framework upgradeef-core- Entity Framework Core
Java & JVM
java-add-graalvm-native-image-support- GraalVM Native Imagejava-docs- Javadoc best practicesjava-junit- JUnit 5 testingjava-mcp-server-generator- Java MCP serverjava-refactoring-extract-method- Extract method refactoringjava-springboot- Spring Boot best practicescreate-spring-boot-java-project- Spring Boot project skeletoncreate-spring-boot-kotlin-project- Spring Boot Kotlin skeleton
Python & Data
datanalysis-credit-risk- Credit risk data pipelineeval-driven-dev- Eval-driven development for LLM appsdataverse-python-advanced-patterns- Dataverse SDK advanceddataverse-python-production-code- Dataverse production codedataverse-python-quickstart- Dataverse SDK quickstartbigquery-pipeline-audit- BigQuery pipeline audit
Documentation & Writing
documentation-writer- Diátaxis documentation frameworkcreate-readme- README creationcreate-llms- llms.txt file creationcreate-tldr-page- tldr page from docsmarkdown-to-html- Markdown to HTML conversionconvert-plaintext-to-md- Plaintext to Markdown
Architecture & Planning
architecture-blueprint-generator- Architecture documentationbreakdown-epic-arch- Epic technical architecturebreakdown-epic-pm- Epic PRD creationbreakdown-feature-implementation- Feature implementation planbreakdown-feature-prd- Feature PRDbreakdown-plan- Issue planning and automationbreakdown-test- Test planningcreate-architectural-decision-record- ADR creationfolder-structure-blueprint-generator- Folder structure analysiscode-exemplars-blueprint-generator- Code quality scanningcopilot-instructions-blueprint-generator- Copilot instructions
Testing
javascript-typescript-jest- Jest best practicesplaywright- E2E testingpytest- Python testingcodeql- CodeQL security scanningdoublecheck- AI output verification
Specialized Skills
agent-governance- AI agent governance and trust controlsagentic-eval- AI agent evaluationai-prompt-engineering-safety-review- Prompt safety reviewchrome-devtools- Browser automationcli-mastery- GitHub Copilot CLI trainingcodeql- Security code scanningcopilot-sdk- GitHub Copilot SDKdeclarative-agents- Microsoft 365 Copilot agentsgame-engine- Web game developmentmcp-cli- MCP server CLI interfaceexcalidraw-diagram-generator- Excalidraw diagrams
Linux Triage
arch-linux-triage- Arch Linux issuescentos-linux-triage- CentOS issuesdebian-linux-triage- Debian issuesfedora-linux-triage- Fedora issues
Go-to-Market (GTM)
gtm-0-to-1-launch- Product launchgtm-ai-gtm- AI product positioninggtm-board-and-investor-communication- Board communicationgtm-developer-ecosystem- Developer programsgtm-enterprise-account-planning- Enterprise salesgtm-enterprise-onboarding- Enterprise onboardinggtm-operating-cadence- Meeting rhythmsgtm-partnership-architecture- Partner ecosystemsgtm-positioning-strategy- Market positioninggtm-product-led-growth- PLG strategiesgtm-technical-product-pricing- Technical pricing
Fetching a Skill
To fetch a specific skill from the awesome-copilot repository:
Use
WebFetchto get the skill content from:https://github.com/github/awesome-copilot/raw/refs/heads/main/skills/{skill-name}/SKILL.mdOr browse the full catalog at:
https://github.com/github/awesome-copilot/blob/main/docs/README.skills.md
Bundled Assets
Some skills include additional files:
| Skill | Assets |
|---|---|
aspire |
references/*.md - Architecture, CLI, dashboard docs |
azure-devops-cli |
references/*.md - Advanced usage, pipelines, repos |
cli-mastery |
references/*.md - 8 learning modules |
cloud-design-patterns |
references/*.md - 42 pattern references |
codeql |
references/*.md - CLI, SARIF, workflow config |
copilot-usage-metrics |
*.sh - Metric gathering scripts |
excalidraw-diagram-generator |
references/*.md, scripts/*.py, templates/ |
game-engine |
assets/*.md, references/*.md - Game templates |
github-issues |
references/*.md - Issue fields, templates |
Resources
- Repository: https://github.com/github/awesome-copilot
- Skills Catalog: https://github.com/github/awesome-copilot/blob/main/docs/README.skills.md
- Agent Skills Spec: https://agentskills.io/specification