Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
150 skills in this repo
Copy into ~/.claude/skillsUse this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not tr...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/acquire-codebase-knowledge ~/.claude/skills/acquire-codebase-knowledge
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Sup...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/acreadiness-assess ~/.claude/skills/acreadiness-assess
Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monor...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/acreadiness-generate-instructions ~/.claude/skills/acreadiness-generate-instructions
Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the u...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/acreadiness-policy ~/.claude/skills/acreadiness-policy
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/add-educational-comments ~/.claude/skills/add-educational-comments
Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrato...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/adobe-illustrator-scripting ~/.claude/skills/adobe-illustrator-scripting
Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls fo...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/agent-governance ~/.claude/skills/agent-governance
Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when: - Implementing self-critique and reflection loops - Building evaluator-optimizer pipelines for quality-critical generation - Creating test-driven co...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/agentic-eval ~/.claude/skills/agentic-eval
Check any AI agent codebase against the OWASP Agentic Security Initiative (ASI) Top 10 risks. Use this skill when: - Evaluating an agent system's security posture before production deployment - Running a compliance check against OWASP ASI 2...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/agent-owasp-compliance ~/.claude/skills/agent-owasp-compliance
Verify supply chain integrity for AI agent plugins, tools, and dependencies. Use this skill when: - Generating SHA-256 integrity manifests for agent plugins or tool packages - Verifying that installed plugins match their published manifests...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/agent-supply-chain ~/.claude/skills/agent-supply-chain
Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/ai-prompt-engineering-safety-review ~/.claude/skills/ai-prompt-engineering-safety-review
Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack. USE THIS SKILL when the use...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/ai-ready ~/.claude/skills/ai-ready
Bootstrap and run a multi-agent AI development team. Use when: starting a new software project with AI agents, setting up parallel dev/QA teams, creating sprint plans, writing brainstorm prompts with distinct agent voices, recovering a proj...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/ai-team-orchestration ~/.claude/skills/ai-team-orchestration
Instrument a webapp to send useful telemetry data to Azure App Insights
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/appinsights-instrumentation ~/.claude/skills/appinsights-instrumentation
Serves as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/apple-appstore-reviewer ~/.claude/skills/apple-appstore-reviewer
Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implemen...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/architecture-blueprint-generator ~/.claude/skills/architecture-blueprint-generator
Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/arch-linux-triage ~/.claude/skills/arch-linux-triage
Design and implement Arduino integration with Azure IoT Hub and IoT Edge, including secure provisioning, resilient telemetry, command handling, and production guardrails.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/arduino-azure-iot-edge-integration ~/.claude/skills/arduino-azure-iot-edge-integration
Creates, reads, updates, and deletes Arize AI integrations that store LLM provider credentials used by evaluators and other Arize features. Supports any LLM provider (e.g. OpenAI, Anthropic, Azure OpenAI, AWS Bedrock, Vertex AI, Gemini, NVI...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/arize-ai-provider-integration ~/.claude/skills/arize-ai-provider-integration
Creates and manages annotation configs (categorical, continuous, freeform label schemas) and annotation queues (human review workflows) on Arize. Applies human annotations to project spans via the Python SDK. Use when the user mentions anno...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/arize-annotation ~/.claude/skills/arize-annotation
Creates, manages, and queries Arize datasets and examples. Covers dataset CRUD, appending examples, exporting data, and file-based dataset creation using the ax CLI. Use when the user needs test data, evaluation examples, or mentions create...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/arize-dataset ~/.claude/skills/arize-dataset
Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user men...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/arize-evaluator ~/.claude/skills/arize-evaluator
Creates, runs, and analyzes Arize experiments for evaluating and comparing model performance. Covers experiment CRUD, exporting runs, comparing results, and evaluation workflows using the ax CLI. Use when the user mentions create experiment...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/arize-experiment ~/.claude/skills/arize-experiment
Adds Arize AX tracing to an LLM application for the first time. Follows a two-phase agent-assisted flow to analyze the codebase then implement instrumentation after user confirmation. Use when the user wants to instrument their app, add tra...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/arize-instrumentation ~/.claude/skills/arize-instrumentation
Generates deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. Produces clickable URLs for sharing Arize resources with team members. Use when the user wants to link to or op...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/arize-link ~/.claude/skills/arize-link
Optimizes, improves, and debugs LLM prompts using production trace data, evaluations, and annotations. Extracts prompts from spans, gathers performance signal, and runs a data-driven optimization loop using the ax CLI. Use when the user men...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/arize-prompt-optimization ~/.claude/skills/arize-prompt-optimization
Downloads, exports, and inspects existing Arize traces and spans to understand what an LLM app is doing or debug runtime issues. Covers exporting traces by ID, spans by ID, sessions by ID, and root-cause investigation using the ax CLI. Use...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/arize-trace ~/.claude/skills/arize-trace
Aspire skill covering the Aspire CLI, AppHost orchestration, service discovery, integrations, MCP server, VS Code extension, Dev Containers, GitHub Codespaces, templates, dashboard, and deployment. Use when the user asks to create, run, deb...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/aspire ~/.claude/skills/aspire
Create ASP.NET Minimal API endpoints with proper OpenAPI documentation
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/aspnet-minimal-api-openapi ~/.claude/skills/aspnet-minimal-api-openapi
Shared audit integrity framework for all AppSec agents — enforces output quality, intellectual honesty, and continuous improvement through anti-rationalization guards, self-critique loops, retry protocols, non-negotiable behaviors, self-ref...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/audit-integrity ~/.claude/skills/audit-integrity
Analyze a screen recording of a manual process and produce targeted, working automation scripts. Extracts frames and audio narration from video files, reconstructs the step-by-step workflow, and proposes automation at multiple complexity le...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/automate-this ~/.claude/skills/automate-this
Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/autoresearch ~/.claude/skills/autoresearch
Setup and initialization guide for developing AWS CDK (Cloud Development Kit) applications in Python. This skill enables users to configure environment prerequisites, create new CDK projects, manage dependencies, and deploy to AWS.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/aws-cdk-python-setup ~/.claude/skills/aws-cdk-python-setup
Reusable investigation patterns for AWS CloudWatch: Logs Insights query templates, alarm-to-deployment correlation, blast-radius narrowing decision tree, and PromQL-style metric query patterns for structured incident triage.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/aws-cloudwatch-investigation ~/.claude/skills/aws-cloudwatch-investigation
Analyze AWS resources used in the app (IaC files and/or resources in a target account/region) and optimize costs - creating GitHub issues for identified optimizations.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/aws-cost-optimize ~/.claude/skills/aws-cost-optimize
Analyze AWS resource health, diagnose issues from CloudWatch logs and metrics, and create a remediation plan for identified problems.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/aws-resource-health-diagnose ~/.claude/skills/aws-resource-health-diagnose
Query AWS resources using natural language. Covers EC2, S3, RDS, Lambda, ECS, EKS, Secrets Manager, IAM, VPC, networking, messaging, and more. Strictly read-only — no writes, deletes, or mutations.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/aws-resource-query ~/.claude/skills/aws-resource-query
Perform an AWS Well-Architected Framework review of the current workload IaC and architecture, generating findings and GitHub issues for improvements.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/aws-well-architected-review ~/.claude/skills/aws-well-architected-review
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.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/az-cost-optimize ~/.claude/skills/az-cost-optimize
Design Azure infrastructure using natural language, or analyze existing Azure resources to auto-generate architecture diagrams, refine them through conversation, and deploy with Bicep. When to use this skill: - "Create X on Azure", "Set up...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/azure-architecture-autopilot ~/.claude/skills/azure-architecture-autopilot
Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential i...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/azure-deployment-preflight ~/.claude/skills/azure-deployment-preflight
Manage Azure DevOps resources via CLI including projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints. Use when working with Azure DevOps, az commands, devops automation, CI/CD, or when user mention...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/azure-devops-cli ~/.claude/skills/azure-devops-cli
Fetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consumption. Use when the user asks about the cost of any Azure service, wants to compare SKU prices, need...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/azure-pricing ~/.claude/skills/azure-pricing
Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/azure-resource-health-diagnose ~/.claude/skills/azure-resource-health-diagnose
Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. Use this skill when the user asks for a diagram of their Azure resources or help in understanding how...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/azure-resource-visualizer ~/.claude/skills/azure-resource-visualizer
When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/azure-role-selector ~/.claude/skills/azure-role-selector
Design and plan end-to-end Azure IoT and Smart City solutions: requirements, architecture, security, operations, cost, and a phased delivery plan with concrete implementation artifacts.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/azure-smart-city-iot-solution-builder ~/.claude/skills/azure-smart-city-iot-solution-builder
Helps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/azure-static-web-apps ~/.claude/skills/azure-static-web-apps
Expert-level Windows batch file (.bat/.cmd) skill for writing, debugging, and maintaining CMD scripts. Use when asked to "create a batch file", "write a .bat script", "automate a Windows task", "CMD scripting", "batch automation", "schedule...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/batch-files ~/.claude/skills/batch-files
Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness. Returns a structured report with exact patch locations.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/bigquery-pipeline-audit ~/.claude/skills/bigquery-pipeline-audit
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/boost-prompt ~/.claude/skills/boost-prompt
Turn vague "what did I do?" into evidence-backed impact statements for performance reviews, self-reviews, promotion packets, and weekly updates. Uniquely mines Copilot CLI session logs to reconstruct forgotten work, plus git commits and Git...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/brag-sheet ~/.claude/skills/brag-sheet
Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/breakdown-epic-arch ~/.claude/skills/breakdown-epic-arch
Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/breakdown-epic-pm ~/.claude/skills/breakdown-epic-pm
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/breakdown-feature-implementation ~/.claude/skills/breakdown-feature-implementation
Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/breakdown-feature-prd ~/.claude/skills/breakdown-feature-prd
Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/breakdown-plan ~/.claude/skills/breakdown-plan
Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/breakdown-test ~/.claude/skills/breakdown-test
Triage and resolve CentOS issues using RHEL-compatible tooling, SELinux-aware practices, and firewalld.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/centos-linux-triage ~/.claude/skills/centos-linux-triage
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/chrome-devtools ~/.claude/skills/chrome-devtools
Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration. Say "cliexpert" to start.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/cli-mastery ~/.claude/skills/cli-mastery
Cloud design patterns for distributed systems architecture covering 42 industry-standard patterns across reliability, performance, messaging, security, and deployment categories. Use when designing, reviewing, or implementing distributed sy...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/cloud-design-patterns ~/.claude/skills/cloud-design-patterns
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Pytho...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/code-exemplars-blueprint-generator ~/.claude/skills/code-exemplars-blueprint-generator
Comprehensive guide for setting up and configuring CodeQL code scanning via GitHub Actions workflows and the CodeQL CLI. This skill should be used when users need help with code scanning configuration, CodeQL workflow files, CodeQL CLI comm...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/codeql ~/.claude/skills/codeql
Use this skill to create CodeTour .tour files — persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Trigger for: "create a tour", "make a code tour", "generate a tour", "onboarding tour", "tour for this PR"...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/code-tour ~/.claude/skills/code-tour
Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/comment-code-generate-a-tutorial ~/.claude/skills/comment-code-generate-a-tutorial
Analyzes git diffs or staged changes and generates narrative commit messages that explain WHY a change was made, not just what changed — following Conventional Commits format. Use when asked to "write a commit message", "generate a commit",...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/commit-message-storyteller ~/.claude/skills/commit-message-storyteller
Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/containerize-aspnetcore ~/.claude/skills/containerize-aspnetcore
Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/containerize-aspnet-framework ~/.claude/skills/containerize-aspnet-framework
Workflow for building and modifying content management systems across WordPress, Shopify, Wix, Squarespace, Drupal, WooCommerce, Joomla, HubSpot CMS Hub, Webflow, Adobe Experience Manager, and similar platforms. Use when working on CMS them...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/content-management-systems ~/.claude/skills/content-management-systems
Generate a map of all files relevant to a task before making changes
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/context-map ~/.claude/skills/context-map
Create Git branches following the Conventional Branch specification (feature/, bugfix/, hotfix/, release/, chore/). Use when creating a new branch, naming a branch, or checking whether a branch name complies with the spec.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/conventional-branch ~/.claude/skills/conventional-branch
Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, exa...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/conventional-commit ~/.claude/skills/conventional-commit
Converts Excel (.xlsx) workbooks into Markdown so their contents can be accurately analyzed, summarized, searched, or extracted from. Use this skill whenever the user shares, references, or asks about a .xlsx file — even if they don''t say...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/convert-excel-to-md ~/.claude/skills/convert-excel-to-md
Converts PDF (.pdf) documents into Markdown so their contents can be accurately analyzed, summarized, searched, or extracted from. Use this skill whenever the user shares, references, or asks about a .pdf file — even if they don''t say "con...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/convert-pdf-to-md ~/.claude/skills/convert-pdf-to-md
Convert a text-based document to markdown following instructions from prompt, or if a documented option is passed, follow the instructions for that option.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/convert-plaintext-to-md ~/.claude/skills/convert-plaintext-to-md
Converts Word (.docx) documents into Markdown so their contents can be accurately analyzed, summarized, searched, or extracted from. Use this skill whenever the user shares, references, or asks about a .docx file — even if they don''t say "...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/convert-word-to-md ~/.claude/skills/convert-word-to-md
Use this skill when someone wants to learn GitHub Copilot CLI from scratch. Offers interactive step-by-step tutorials with separate Developer and Non-Developer tracks, plus on-demand Q&A. Just say "start tutorial" or ask a question! Note: T...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/copilot-cli-quickstart ~/.claude/skills/copilot-cli-quickstart
Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/copilot-instructions-blueprint-generator ~/.claude/skills/copilot-instructions-blueprint-generator
Copilot left 14 review comments on your PR — half are nits. Hours of fix → reply → resolve → re-request, and each round lands MORE comments. This skill runs loop engineering: auto-triggers Copilot Code Review via GraphQL (no @copilot mentio...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/copilot-pr-autopilot ~/.claude/skills/copilot-pr-autopilot
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...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/copilot-sdk ~/.claude/skills/copilot-sdk
Use Copilot Spaces to provide project-specific context to conversations. Use this skill when users mention a "Copilot space", want to load context from a shared knowledge base, discover available spaces, or ask questions grounded in curated...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/copilot-spaces ~/.claude/skills/copilot-spaces
Retrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/copilot-usage-metrics ~/.claude/skills/copilot-usage-metrics
Step-by-step guide for capturing key application requirements for NoSQL use-case and produce Azure Cosmos DB Data NoSQL Model design using best practices and common patterns, artifacts_produced: "cosmosdb_requirements.md" file and "cosmosdb...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/cosmosdb-datamodeling ~/.claude/skills/cosmosdb-datamodeling
Prompt for generating an AGENTS.md file for a repository
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-agentsmd ~/.claude/skills/create-agentsmd
Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-architectural-decision-record ~/.claude/skills/create-architectural-decision-record
Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-github-action-workflow-specification ~/.claude/skills/create-github-action-workflow-specification
Create GitHub Issue for feature request from specification file using feature_request.yml template.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-github-issue-feature-from-specification ~/.claude/skills/create-github-issue-feature-from-specification
Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-github-issues-feature-from-implementation-plan ~/.claude/skills/create-github-issues-feature-from-implementation-plan
Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-github-issues-for-unmet-specification-requirements ~/.claude/skills/create-github-issues-for-unmet-specification-requirements
Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-implementation-plan ~/.claude/skills/create-implementation-plan
Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-llms ~/.claude/skills/create-llms
Create a README.md file for the project
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-readme ~/.claude/skills/create-readme
Create a new specification file for the solution, optimized for Generative AI consumption.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-specification ~/.claude/skills/create-specification
Create Spring Boot Java Project Skeleton
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-spring-boot-java-project ~/.claude/skills/create-spring-boot-java-project
Create Spring Boot Kotlin Project Skeleton
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-spring-boot-kotlin-project ~/.claude/skills/create-spring-boot-kotlin-project
Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-technical-spike ~/.claude/skills/create-technical-spike
Create a tldr page from documentation URLs and command examples, requiring both URL and command name.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/create-tldr-page ~/.claude/skills/create-tldr-page
Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use when starting a multi-project Oracle-to-PostgreSQL migration, creating a migrati...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/creating-oracle-to-postgres-master-migration-plan ~/.claude/skills/creating-oracle-to-postgres-master-migration-plan
Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration. Use when documenting behavioral differences between Oracle and PostgreSQL as actionable bug reports with severity, root cause, and remediation steps.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/creating-oracle-to-postgres-migration-bug-report ~/.claude/skills/creating-oracle-to-postgres-migration-bug-report
Creates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Generates DB-agnostic xUnit tests with deterministic seed data that validate behavior consistency across both database systems. U...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/creating-oracle-to-postgres-migration-integration-tests ~/.claude/skills/creating-oracle-to-postgres-migration-integration-tests
Get best practices for C# async programming
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/csharp-async ~/.claude/skills/csharp-async
Ensure that C# types are documented with XML comments and follow best practices for documentation.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/csharp-docs ~/.claude/skills/csharp-docs
Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/csharp-mstest ~/.claude/skills/csharp-mstest
Get best practices for NUnit unit testing, including data-driven tests
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/csharp-nunit ~/.claude/skills/csharp-nunit
Get best practices for TUnit unit testing, including data-driven tests
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/csharp-tunit ~/.claude/skills/csharp-tunit
Get best practices for XUnit unit testing, including data-driven tests
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/csharp-xunit ~/.claude/skills/csharp-xunit
Prepare for tomorrow''s meetings and tasks. Pulls calendar from Outlook via WorkIQ, cross-references open tasks and workspace context, classifies meetings, detects conflicts and day-fit issues, finds learning and deep-work slots, and genera...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/daily-prep ~/.claude/skills/daily-prep
Pre-breach impact analysis: inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and produces a regulatory blast radius report with fine ranges sourced verbatim from GDPR Art. 83, CCPA § 1...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/data-breach-blast-radius ~/.claude/skills/data-breach-blast-radius
Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit data that needs quality assessment, missing value analysis, or variable selection before modeling. it covers data loading and...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/datanalysis-credit-risk ~/.claude/skills/datanalysis-credit-risk
Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/dataverse-python-advanced-patterns ~/.claude/skills/dataverse-python-advanced-patterns
Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/dataverse-python-production-code ~/.claude/skills/dataverse-python-production-code
Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/dataverse-python-quickstart ~/.claude/skills/dataverse-python-quickstart
Generate complete solutions for specific Dataverse SDK use cases with architecture recommendations
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/dataverse-python-usecase-builder ~/.claude/skills/dataverse-python-usecase-builder
Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/debian-linux-triage ~/.claude/skills/debian-linux-triage
Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/declarative-agents ~/.claude/skills/declarative-agents
Comprehensive guide for configuring and managing GitHub Dependabot. Use this skill when users ask about creating or optimizing dependabot.yml files, managing Dependabot pull requests, configuring dependency update strategies, setting up gro...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/dependabot ~/.claude/skills/dependabot
Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/devops-rollout-plan ~/.claude/skills/devops-rollout-plan
Perform a systematic diagnostic scan of an AI workflow across 5 quality dimensions — prompt quality, context efficiency, tool health, architecture fitness, and safety — producing a scored report with prioritized remediation actions.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/diagnose ~/.claude/skills/diagnose
Two related workflows for a locally-cloned codebase, in one skill. Documentation mode produces a single, comprehensive, verifiable architecture document primarily by reading files on disk (local-first) — use it whenever the user wants to un...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/doc-and-modernize ~/.claude/skills/doc-and-modernize
Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/documentation-writer ~/.claude/skills/documentation-writer
Ensure .NET/C# code meets best practices for the solution/project.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/dotnet-best-practices ~/.claude/skills/dotnet-best-practices
Review the C#/.NET code for design pattern implementation and suggest improvements.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/dotnet-design-pattern-review ~/.claude/skills/dotnet-design-pattern-review
Build Model Context Protocol (MCP) servers in C#/.NET against the current ModelContextProtocol 1.x NuGet packages. Especially helps with cases the model often gets wrong without guidance — stale preview versions (it tends to pick 0.3 or 0.4...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/dotnet-mcp-builder ~/.claude/skills/dotnet-mcp-builder
.NET timezone handling guidance for C# applications. Use when working with TimeZoneInfo, DateTimeOffset, NodaTime, UTC conversion, daylight saving time, scheduling across timezones, cross-platform Windows/IANA timezone IDs, or when a .NET u...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/dotnet-timezone ~/.claude/skills/dotnet-timezone
Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/dotnet-upgrade ~/.claude/skills/dotnet-upgrade
Three-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs adversarial review for hallucination patterns, and produces a structured verification report with so...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/doublecheck ~/.claude/skills/doublecheck
Generate draw.io diagrams as .drawio files and export to PNG/SVG/PDF with embedded XML
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/drawio ~/.claude/skills/drawio
Use when creating, editing, or generating draw.io diagram files (.drawio, .drawio.svg, .drawio.png). Covers mxGraph XML authoring, shape libraries, style strings, flowcharts, system architecture, sequence diagrams, ER diagrams, UML class di...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/draw-io-diagram-generator ~/.claude/skills/draw-io-diagram-generator
Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/editorconfig ~/.claude/skills/editorconfig
Get best practices for Entity Framework Core
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/ef-core ~/.claude/skills/ef-core
Generate D2 database diagrams from Entity Framework Core models. USE FOR: EF Core database diagram, Entity Framework Core ERD, DbContext diagram, C# entity relationship diagram, PostgreSQL schema visualization, generate .d2 file from EF Cor...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/efcore-d2-db-diagram ~/.claude/skills/efcore-d2-db-diagram
Draft and review professional emails that match your personal writing style. Analyzes your sent emails for tone, greeting, structure, and sign-off patterns via WorkIQ, then generates context-aware drafts for any recipient. USE FOR: draft em...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/email-drafter ~/.claude/skills/email-drafter
Expert on the history, origin, and correct use of the em dash. Use when writing or reviewing code, comments, or data files to avoid em and en dashes, defaulting to never using them and replacing any found with a hyphen (-). Includes strong...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/em-dash ~/.claude/skills/em-dash
Create Agent Users in Microsoft Entra ID from Agent Identities, enabling AI agents to act as digital workers with user identity capabilities in Microsoft 365 and Azure environments.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/entra-agent-user ~/.claude/skills/entra-agent-user
Improve AI application with evaluation-driven development. Define eval criteria, instrument the application, build golden datasets, observe and evaluate application runs, analyze results, and produce a concrete action plan for improvements....
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/eval-driven-dev ~/.claude/skills/eval-driven-dev
Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam. Extracts key definitions, points, keywords, diagrams, exam-ready sentences, and practice questions strictly f...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/exam-ready ~/.claude/skills/exam-ready
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/excalidraw-diagram-generator ~/.claude/skills/excalidraw-diagram-generator
Document analysis with inline source screenshots. When you ask Copilot to analyze a document, Eyeball generates a Word doc where every factual claim includes a highlighted screenshot from the source material so you can verify it with your o...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/eyeball ~/.claude/skills/eyeball
Use this skill to get context about Fabric Lakehouse and its features for software systems and AI-powered functions. It offers descriptions of Lakehouse data components, organization with schemas and shortcuts, access control, and code exam...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/fabric-lakehouse ~/.claude/skills/fabric-lakehouse
Triage and resolve Fedora issues with dnf, systemd, and SELinux-aware guidance.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/fedora-linux-triage ~/.claude/skills/fedora-linux-triage
Finalize prompt file using the role of an AI agent to polish the prompt for the end user.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/finalize-agent-prompt ~/.claude/skills/finalize-agent-prompt
Detect and remove AI-generated markers from Finnish text, making it sound like a native Finnish speaker wrote it. Use when asked to "humanize", "naturalize", or "remove AI feel" from Finnish text, or when editing .md/.txt files containing F...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/finnish-humanizer ~/.claude/skills/finnish-humanizer
Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension.
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/first-ask ~/.claude/skills/first-ask
Build, scaffold, and deploy Power Automate cloud flows using the FlowStudio MCP server. Your agent constructs flow definitions, wires connections, deploys, and tests — all via MCP without opening the portal. Load this skill when asked to: c...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/flowstudio-power-automate-build ~/.claude/skills/flowstudio-power-automate-build
Debug failing Power Automate cloud flows using the FlowStudio MCP server. The Graph API only shows top-level status codes. This skill gives your agent action-level inputs and outputs to find the actual root cause. Load this skill when asked...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/flowstudio-power-automate-debug ~/.claude/skills/flowstudio-power-automate-debug
Govern Power Automate flows and Power Apps at scale using the FlowStudio MCP cached store. Classify flows by business impact, detect orphaned resources, audit connector usage, enforce compliance standards, manage notification rules, and com...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/flowstudio-power-automate-governance ~/.claude/skills/flowstudio-power-automate-governance
Foundation skill for Power Automate via FlowStudio MCP — auth setup, the reusable MCP helper (Python + Node.js), tool discovery via `list_skills` / `tool_search`, and oversized-response handling. Load this skill first when connecting an age...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/flowstudio-power-automate-mcp ~/.claude/skills/flowstudio-power-automate-mcp
Pro+ subscription required. Tenant-wide Power Automate monitoring using the FlowStudio MCP cached store: failure rates, run-health trends, maker/app inventory, inactive owners, and compliance/health reports. Use only for aggregated tenant v...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/flowstudio-power-automate-monitoring ~/.claude/skills/flowstudio-power-automate-monitoring
Guide for using the Microsoft Fluent UI Blazor component library (Microsoft.FluentUI.AspNetCore.Components NuGet package) in Blazor applications. Use this when the user is building a Blazor app with Fluent UI components, setting up the libr...
git clone --depth 1 https://github.com/github/awesome-copilot
cp -r awesome-copilot/skills/fluentui-blazor ~/.claude/skills/fluentui-blazor
Comments (0)
Sign in to join the discussion.
No comments yet
Be the first to share your take.