Files
awesome-copilot/docs/README.skills.md
2026-02-19 04:36:30 +00:00

58 KiB

🎯 Agent Skills

Agent Skills are self-contained folders with instructions and bundled resources that enhance AI capabilities for specialized tasks. Based on the Agent Skills specification, each skill contains a SKILL.md file with detailed instructions that agents load on-demand.

Skills differ from other primitives by supporting bundled assets (scripts, code samples, reference data) that agents can utilize when performing specialized tasks.

How to Use Agent Skills

What's Included:

  • Each skill is a folder containing a SKILL.md instruction file
  • Skills may include helper scripts, code templates, or reference data
  • Skills follow the Agent Skills specification for maximum compatibility

When to Use:

  • Skills are ideal for complex, repeatable workflows that benefit from bundled resources
  • Use skills when you need code templates, helper utilities, or reference data alongside instructions
  • Skills provide progressive disclosure - loaded only when needed for specific tasks

Usage:

  • Browse the skills table below to find relevant capabilities
  • Copy the skill folder to your local skills directory
  • Reference skills in your prompts or let the agent discover them automatically
Name Description Bundled Assets
add-educational-comments Add educational comments to the file specified, or prompt asking for file to comment if one is not provided. None
agent-governance 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 for agent tool usage
- Adding semantic intent classification to detect dangerous prompts
- Creating trust scoring systems for multi-agent workflows
- Building audit trails for agent actions and decisions
- Enforcing rate limits, content filters, or tool restrictions on agents
- Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)
None
agentic-eval 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 code refinement workflows
- Designing rubric-based or LLM-as-judge evaluation systems
- Adding iterative improvement to agent outputs (code, reports, analysis)
- Measuring and improving agent response quality
None
ai-prompt-engineering-safety-review 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 methodologies, and educational content. None
appinsights-instrumentation Instrument a webapp to send useful telemetry data to Azure App Insights LICENSE.txt
examples/appinsights.bicep
references/ASPNETCORE.md
references/AUTO.md
references/NODEJS.md
references/PYTHON.md
scripts/appinsights.ps1
apple-appstore-reviewer Serves as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons. None
arch-linux-triage Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices. None
architecture-blueprint-generator Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development. None
aspire 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, debug, configure, deploy, or troubleshoot an Aspire distributed application. references/architecture.md
references/cli-reference.md
references/dashboard.md
references/deployment.md
references/integrations-catalog.md
references/mcp-server.md
references/polyglot-apis.md
references/testing.md
references/troubleshooting.md
aspnet-minimal-api-openapi Create ASP.NET Minimal API endpoints with proper OpenAPI documentation None
az-cost-optimize 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. None
azure-deployment-preflight 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 issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision. references/ERROR-HANDLING.md
references/REPORT-TEMPLATE.md
references/VALIDATION-COMMANDS.md
azure-devops-cli 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 mentions Azure DevOps CLI. None
azure-resource-health-diagnose Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems. None
azure-resource-visualizer 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 the resources relate to each other. LICENSE.txt
assets/template-architecture.md
azure-role-selector 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. LICENSE.txt
azure-static-web-apps 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 GitHub Actions CI/CD for Static Web Apps. None
boost-prompt Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension. None
breakdown-epic-arch Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document. None
breakdown-epic-pm 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. None
breakdown-feature-implementation Prompt for creating detailed feature implementation plans, following Epoch monorepo structure. None
breakdown-feature-prd Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic. None
breakdown-plan Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking. None
breakdown-test Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects. None
centos-linux-triage Triage and resolve CentOS issues using RHEL-compatible tooling, SELinux-aware practices, and firewalld. None
chrome-devtools 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. None
code-exemplars-blueprint-generator 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, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams. None
comment-code-generate-a-tutorial Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial. None
containerize-aspnet-framework Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project. None
containerize-aspnetcore Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project. None
context-map Generate a map of all files relevant to a task before making changes None
conventional-commit 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, examples, and validation. None
convert-plaintext-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. None
copilot-cli-quickstart 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: This skill targets GitHub Copilot CLI specifically and uses CLI-specific tools (ask_user, sql, fetch_copilot_cli_documentation). None
copilot-instructions-blueprint-generator 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 existing codebase patterns and avoiding assumptions. None
copilot-sdk 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. None
cosmosdb-datamodeling 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_data_model.md" file None
create-agentsmd Prompt for generating an AGENTS.md file for a repository None
create-architectural-decision-record Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation. None
create-github-action-workflow-specification Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance. None
create-github-issue-feature-from-specification Create GitHub Issue for feature request from specification file using feature_request.yml template. None
create-github-issues-feature-from-implementation-plan Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates. None
create-github-issues-for-unmet-specification-requirements Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template. None
create-github-pull-request-from-specification Create GitHub Pull Request for feature request from specification file using pull_request_template.md template. None
create-implementation-plan Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure. None
create-llms Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/ None
create-oo-component-documentation Create comprehensive, standardized documentation for object-oriented components following industry best practices and architectural documentation standards. None
create-readme Create a README.md file for the project None
create-specification Create a new specification file for the solution, optimized for Generative AI consumption. None
create-spring-boot-java-project Create Spring Boot Java Project Skeleton None
create-spring-boot-kotlin-project Create Spring Boot Kotlin Project Skeleton None
create-technical-spike Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation. None
create-tldr-page Create a tldr page from documentation URLs and command examples, requiring both URL and command name. None
create-web-form Create robust, accessible web forms with best practices for HTML structure, CSS styling, JavaScript interactivity, form validation, and server-side processing. Use when asked to "create a form", "build a web form", "add a contact form", "make a signup form", or when building any HTML form with data handling. Covers PHP and Python backends, MySQL database integration, REST APIs, XML data exchange, accessibility (ARIA), and progressive web apps. references/accessibility.md
references/aria-form-role.md
references/css-styling.md
references/form-basics.md
references/form-controls.md
references/form-data-handling.md
references/html-form-elements.md
references/html-form-example.md
references/hypertext-transfer-protocol.md
references/javascript.md
references/php-cookies.md
references/php-forms.md
references/php-json.md
references/php-mysql-database.md
references/progressive-web-app.md
references/python-as-web-framework.md
references/python-contact-form.md
references/python-flask-app.md
references/python-flask.md
references/security.md
references/styling-web-forms.md
references/web-api.md
references/web-performance.md
references/xml.md
csharp-async Get best practices for C# async programming None
csharp-docs Ensure that C# types are documented with XML comments and follow best practices for documentation. None
csharp-mcp-server-generator Generate a complete MCP server project in C# with tools, prompts, and proper configuration None
csharp-mstest Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests None
csharp-nunit Get best practices for NUnit unit testing, including data-driven tests None
csharp-tunit Get best practices for TUnit unit testing, including data-driven tests None
csharp-xunit Get best practices for XUnit unit testing, including data-driven tests None
dataverse-python-advanced-patterns Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques. None
dataverse-python-production-code Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices None
dataverse-python-quickstart Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns. None
dataverse-python-usecase-builder Generate complete solutions for specific Dataverse SDK use cases with architecture recommendations None
debian-linux-triage Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance. None
declarative-agents Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration None
devops-rollout-plan Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes None
documentation-writer 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. None
dotnet-best-practices Ensure .NET/C# code meets best practices for the solution/project. None
dotnet-design-pattern-review Review the C#/.NET code for design pattern implementation and suggest improvements. None
dotnet-upgrade Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution None
editorconfig Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences. None
ef-core Get best practices for Entity Framework Core None
excalidraw-diagram-generator 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 flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw. references/element-types.md
references/excalidraw-schema.md
scripts/.gitignore
scripts/README.md
scripts/add-arrow.py
scripts/add-icon-to-diagram.py
scripts/split-excalidraw-library.py
templates/business-flow-swimlane-template.excalidraw
templates/class-diagram-template.excalidraw
templates/data-flow-diagram-template.excalidraw
templates/er-diagram-template.excalidraw
templates/flowchart-template.excalidraw
templates/mindmap-template.excalidraw
templates/relationship-template.excalidraw
templates/sequence-diagram-template.excalidraw
fabric-lakehouse 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 examples. This skill supports users in designing, building, and optimizing Lakehouse solutions using best practices. references/getdata.md
references/pyspark.md
fedora-linux-triage Triage and resolve Fedora issues with dnf, systemd, and SELinux-aware guidance. None
finalize-agent-prompt Finalize prompt file using the role of an AI agent to polish the prompt for the end user. None
finnish-humanizer 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 Finnish content. Identifies 26 patterns (12 Finnish-specific + 14 universal) and 4 style markers. references/patterns.md
first-ask Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension. None
fluentui-blazor 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 library, using FluentUI components like FluentButton, FluentDataGrid, FluentDialog, FluentToast, FluentNavMenu, FluentTextField, FluentSelect, FluentAutocomplete, FluentDesignTheme, or any component prefixed with "Fluent". Also use when troubleshooting missing providers, JS interop issues, or theming. references/DATAGRID.md
references/LAYOUT-AND-NAVIGATION.md
references/SETUP.md
references/THEMING.md
folder-structure-blueprint-generator Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks. None
gen-specs-as-issues This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation. None
generate-custom-instructions-from-codebase Migration and code evolution instructions generator for GitHub Copilot. Analyzes differences between two project versions (branches, commits, or releases) to create precise instructions allowing Copilot to maintain consistency during technology migrations, major refactoring, or framework version upgrades. None
gh-cli GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line. None
git-commit Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping None
git-flow-branch-creator Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model. None
github-copilot-starter Set up complete GitHub Copilot configuration for a new project based on technology stack None
github-issues Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, or manage issue workflows. Triggers on requests like "create an issue", "file a bug", "request a feature", "update issue X", or any GitHub issue management task. references/templates.md
go-mcp-server-generator Generate a complete Go MCP server project with proper structure, dependencies, and implementation using the official github.com/modelcontextprotocol/go-sdk. None
image-manipulation-image-magick Process and manipulate images using ImageMagick. Supports resizing, format conversion, batch processing, and retrieving image metadata. Use when working with images, creating thumbnails, resizing wallpapers, or performing batch image operations. None
java-add-graalvm-native-image-support GraalVM Native Image expert that adds native image support to Java applications, builds the project, analyzes build errors, applies fixes, and iterates until successful compilation using Oracle best practices. None
java-docs Ensure that Java types are documented with Javadoc comments and follow best practices for documentation. None
java-junit Get best practices for JUnit 5 unit testing, including data-driven tests None
java-mcp-server-generator Generate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration. None
java-refactoring-extract-method Refactoring using Extract Methods in Java Language None
java-refactoring-remove-parameter Refactoring using Remove Parameter in Java Language None
java-springboot Get best practices for developing applications with Spring Boot. None
javascript-typescript-jest Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns. None
kotlin-mcp-server-generator Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library. None
kotlin-springboot Get best practices for developing applications with Spring Boot and Kotlin. None
legacy-circuit-mockups Generate breadboard circuit mockups and visual diagrams using HTML5 Canvas drawing techniques. Use when asked to create circuit layouts, visualize electronic component placements, draw breadboard diagrams, mockup 6502 builds, generate retro computer schematics, or design vintage electronics projects. Supports 555 timers, W65C02S microprocessors, 28C256 EEPROMs, W65C22 VIA chips, 7400-series logic gates, LEDs, resistors, capacitors, switches, buttons, crystals, and wires. references/28256-eeprom.md
references/555.md
references/6502.md
references/6522.md
references/6C62256.md
references/7400-series.md
references/assembly-compiler.md
references/assembly-language.md
references/basic-electronic-components.md
references/breadboard.md
references/common-breadboard-components.md
references/connecting-electronic-components.md
references/emulator-28256-eeprom.md
references/emulator-6502.md
references/emulator-6522.md
references/emulator-6C62256.md
references/emulator-lcd.md
references/lcd.md
references/minipro.md
references/t48eeprom-programmer.md
make-repo-contribution All changes to code must follow the guidance documented in the repository. Before any issue is filed, branch is made, commits generated, or pull request (or PR) created, a search must be done to ensure the right steps are followed. Whenever asked to create an issue, commit messages, to push code, or create a PR, use this skill so everything is done correctly. assets/issue-template.md
assets/pr-template.md
make-skill-template Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders. None
markdown-to-html Convert Markdown files to HTML similar to marked.js, pandoc, gomarkdown/markdown, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like jekyll/jekyll, gohugoio/hugo, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to "convert markdown to html", "transform md to html", "render markdown", "generate html from markdown", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors. references/basic-markdown-to-html.md
references/basic-markdown.md
references/code-blocks-to-html.md
references/code-blocks.md
references/collapsed-sections-to-html.md
references/collapsed-sections.md
references/gomarkdown.md
references/hugo.md
references/jekyll.md
references/marked.md
references/pandoc.md
references/tables-to-html.md
references/tables.md
references/writing-mathematical-expressions-to-html.md
references/writing-mathematical-expressions.md
mcp-cli Interface for MCP (Model Context Protocol) servers via CLI. Use when you need to interact with external tools, APIs, or data sources through MCP servers, list available MCP servers/tools, or call MCP tools from command line. None
mcp-copilot-studio-server-generator Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support None
mcp-create-adaptive-cards Skill converted from mcp-create-adaptive-cards.prompt.md None
mcp-create-declarative-agent Skill converted from mcp-create-declarative-agent.prompt.md None
mcp-deploy-manage-agents Skill converted from mcp-deploy-manage-agents.prompt.md None
meeting-minutes Generate concise, actionable meeting minutes for internal meetings. Includes metadata, attendees, agenda, decisions, action items (owner + due date), and follow-up steps. None
memory-merger Merges mature lessons from a domain memory file into its instruction file. Syntax: /memory-merger >domain [scope] where scope is global (default), user, workspace, or ws. None
microsoft-code-reference Look up Microsoft API references, find working code samples, and verify SDK code is correct. Use when working with Azure SDKs, .NET libraries, or Microsoft APIs—to find the right method, check parameters, get working examples, or troubleshoot errors. Catches hallucinated methods, wrong signatures, and deprecated patterns by querying official docs. None
microsoft-docs Query official Microsoft documentation to find concepts, tutorials, and code examples across Azure, .NET, Agent Framework, Aspire, VS Code, GitHub, and more. Uses Microsoft Learn MCP as the default, with Context7 and Aspire MCP for content that lives outside learn.microsoft.com. None
microsoft-skill-creator Create agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Microsoft technology, library, framework, or service (Azure, .NET, M365, VS Code, Bicep, etc.). Investigates topics deeply, then generates a hybrid skill storing essential knowledge locally while enabling dynamic deeper investigation. references/skill-templates.md
mkdocs-translations Generate a language translation for a mkdocs documentation stack. None
model-recommendation Analyze chatmode or prompt files and recommend optimal AI models based on task complexity, required capabilities, and cost-efficiency None
multi-stage-dockerfile Create optimized multi-stage Dockerfiles for any language or framework None
my-issues List my issues in the current repository None
my-pull-requests List my pull requests in the current repository None
nano-banana-pro-openrouter Generate or edit images via OpenRouter with the Gemini 3 Pro Image model. Use for prompt-only image generation, image edits, and multi-image compositing; supports 1K/2K/4K output. assets/SYSTEM_TEMPLATE
scripts/generate_image.py
next-intl-add-language Add new language to a Next.js + next-intl application None
nuget-manager Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using dotnet CLI for package management and provides strict procedures for direct file edits only when updating versions. None
openapi-to-application-code Generate a complete, production-ready application from an OpenAPI specification None
pdftk-server Skill for using the command-line tool pdftk (PDFtk Server) for working with PDF files. Use when asked to merge PDFs, split PDFs, rotate pages, encrypt or decrypt PDFs, fill PDF forms, apply watermarks, stamp overlays, extract metadata, burst documents into pages, repair corrupted PDFs, attach or extract files, or perform any PDF manipulation from the command line. references/download.md
references/pdftk-cli-examples.md
references/pdftk-man-page.md
references/pdftk-server-license.md
references/third-party-materials.md
penpot-uiux-design Comprehensive guide for creating professional UI/UX designs in Penpot using MCP tools. Use this skill when: (1) Creating new UI/UX designs for web, mobile, or desktop applications, (2) Building design systems with components and tokens, (3) Designing dashboards, forms, navigation, or landing pages, (4) Applying accessibility standards and best practices, (5) Following platform guidelines (iOS, Android, Material Design), (6) Reviewing or improving existing Penpot designs for usability. Triggers: "design a UI", "create interface", "build layout", "design dashboard", "create form", "design landing page", "make it accessible", "design system", "component library". references/accessibility.md
references/component-patterns.md
references/platform-guidelines.md
references/setup-troubleshooting.md
php-mcp-server-generator Generate a complete PHP Model Context Protocol server project with tools, resources, prompts, and tests using the official PHP SDK None
plantuml-ascii Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII art, Creating sequence diagrams, class diagrams, flowcharts in ASCII format, Generating Unicode-enhanced ASCII art with -utxt flag None
playwright-automation-fill-in-form Automate filling in a form using Playwright MCP None
playwright-explore-website Website exploration for testing using Playwright MCP None
playwright-generate-test Generate a Playwright test based on a scenario using Playwright MCP None
polyglot-test-agent Generates comprehensive, workable unit tests for any programming language using a multi-agent pipeline. Use when asked to generate tests, write unit tests, improve test coverage, add test coverage, create test files, or test a codebase. Supports C#, TypeScript, JavaScript, Python, Go, Rust, Java, and more. Orchestrates research, planning, and implementation phases to produce tests that compile, pass, and follow project conventions. unit-test-generation.prompt.md
postgresql-code-review PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS). None
postgresql-optimization PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem. None
power-apps-code-app-scaffold Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration None
power-bi-dax-optimization Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations. None
power-bi-model-design-review Comprehensive Power BI data model design review prompt for evaluating model architecture, relationships, and optimization opportunities. None
power-bi-performance-troubleshooting Systematic Power BI performance troubleshooting prompt for identifying, diagnosing, and resolving performance issues in Power BI models, reports, and queries. None
power-bi-report-design-consultation Power BI report visualization design prompt for creating effective, user-friendly, and accessible reports with optimal chart selection and layout design. None
power-platform-mcp-connector-suite Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation None
powerbi-modeling Power BI semantic modeling assistant for building optimized data models. Use when working with Power BI semantic models, creating measures, designing star schemas, configuring relationships, implementing RLS, or optimizing model performance. Triggers on queries about DAX calculations, table relationships, dimension/fact table design, naming conventions, model documentation, cardinality, cross-filter direction, calculation groups, and data model best practices. Always connects to the active model first using power-bi-modeling MCP tools to understand the data structure before providing guidance. references/MEASURES-DAX.md
references/PERFORMANCE.md
references/RELATIONSHIPS.md
references/RLS.md
references/STAR-SCHEMA.md
prd Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis. None
project-workflow-analysis-blueprint-generator Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures. None
prompt-builder Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices. None
pytest-coverage Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%. None
python-mcp-server-generator Generate a complete MCP server project in Python with tools, resources, and proper configuration None
quasi-coder Expert 10x engineer skill for interpreting and implementing code from shorthand, quasi-code, and natural language descriptions. Use when collaborators provide incomplete code snippets, pseudo-code, or descriptions with potential typos or incorrect terminology. Excels at translating non-technical or semi-technical descriptions into production-quality code. None
readme-blueprint-generator Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content. None
refactor Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements. None
refactor-method-complexity-reduce Refactor given method ${input:methodName} to reduce its cognitive complexity to ${input:complexityThreshold} or below, by extracting helper methods. None
refactor-plan Plan a multi-file refactor with proper sequencing and rollback steps None
remember Transforms lessons learned into domain-organized memory instructions (global or workspace). Syntax: /remember [>domain [scope]] lesson clue where scope is global (default), user, workspace, or ws. None
remember-interactive-programming A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace. None
repo-story-time Generate a comprehensive repository summary and narrative story from commit history None
review-and-refactor Review and refactor code in your project according to defined instructions None
ruby-mcp-server-generator Generate a complete Model Context Protocol server project in Ruby using the official MCP Ruby SDK gem. None
rust-mcp-server-generator Generate a complete Rust Model Context Protocol server project with tools, prompts, resources, and tests using the official rmcp SDK None
scoutqa-test This skill should be used when the user asks to "test this website", "run exploratory testing", "check for accessibility issues", "verify the login flow works", "find bugs on this page", or requests automated QA testing. Triggers on web application testing scenarios including smoke tests, accessibility audits, e-commerce flows, and user flow validation using ScoutQA CLI. IMPORTANT: Use this skill proactively after implementing web application features to verify they work correctly - don't wait for the user to ask for testing. None
shuffle-json-data Shuffle repetitive JSON objects safely by validating schema consistency before randomising entries. None
snowflake-semanticview Create, alter, and validate Snowflake semantic views using Snowflake CLI (snow). Use when asked to build or troubleshoot semantic views/semantic layer definitions with CREATE/ALTER SEMANTIC VIEW, to validate semantic-view DDL against Snowflake via CLI, or to guide Snowflake CLI installation and connection setup. None
sponsor-finder Find which of a GitHub repository's dependencies are sponsorable via GitHub Sponsors. Uses deps.dev API for dependency resolution across npm, PyPI, Cargo, Go, RubyGems, Maven, and NuGet. Checks npm funding metadata, FUNDING.yml files, and web search. Verifies every link. Shows direct and transitive dependencies with OSSF Scorecard health data. Invoke with /sponsor followed by a GitHub owner/repo (e.g. "/sponsor expressjs/express"). None
sql-code-review Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage. None
sql-optimization Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance. None
structured-autonomy-generate Structured Autonomy Implementation Generator Prompt None
structured-autonomy-implement Structured Autonomy Implementation Prompt None
structured-autonomy-plan Structured Autonomy Planning Prompt None
suggest-awesome-github-copilot-agents Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository, and identifying outdated agents that need updates. None
suggest-awesome-github-copilot-instructions Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository, and identifying outdated instructions that need updates. None
suggest-awesome-github-copilot-prompts Suggest relevant GitHub Copilot prompt files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing prompts in this repository, and identifying outdated prompts that need updates. None
suggest-awesome-github-copilot-skills Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills in this repository, and identifying outdated skills that need updates. None
swift-mcp-server-generator Generate a complete Model Context Protocol server project in Swift using the official MCP Swift SDK package. None
technology-stack-blueprint-generator Comprehensive technology stack blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks, programming languages, and implementation patterns across multiple platforms (.NET, Java, JavaScript, React, Python). Generates configurable blueprints with version information, licensing details, usage patterns, coding conventions, and visual diagrams. Provides implementation-ready templates and maintains architectural consistency for guided development. None
terraform-azurerm-set-diff-analyzer Analyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive diffs (order-only changes in Set-type attributes) and actual resource changes. Use when reviewing terraform plan output for Azure resources like Application Gateway, Load Balancer, Firewall, Front Door, NSG, and other resources with Set-type attributes that cause spurious diffs due to internal ordering changes. references/azurerm_set_attributes.json
references/azurerm_set_attributes.md
scripts/.gitignore
scripts/README.md
scripts/analyze_plan.py
tldr-prompt Create tldr summaries for GitHub Copilot files (prompts, agents, instructions, collections), MCP servers, or documentation from URLs and queries. None
transloadit-media-processing Process media files (video, audio, images, documents) using Transloadit. Use when asked to encode video to HLS/MP4, generate thumbnails, resize or watermark images, extract audio, concatenate clips, add subtitles, OCR documents, or run any media processing pipeline. Covers 86+ processing robots for file transformation at scale. None
typescript-mcp-server-generator Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration None
typespec-api-operations Add GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards None
typespec-create-agent Generate a complete TypeSpec declarative agent with instructions, capabilities, and conversation starters for Microsoft 365 Copilot None
typespec-create-api-plugin Generate a TypeSpec API plugin with REST operations, authentication, and Adaptive Cards for Microsoft 365 Copilot None
update-avm-modules-in-bicep Update Azure Verified Modules (AVM) to latest versions in Bicep files. None
update-implementation-plan Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure. None
update-llms Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/ None
update-markdown-file-index Update a markdown file section with an index/table of files from a specified folder. None
update-oo-component-documentation Update existing object-oriented component documentation following industry best practices and architectural documentation standards. None
update-specification Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code. None
vscode-ext-commands Guidelines for contributing commands in VS Code extensions. Indicates naming convention, visibility, localization and other relevant attributes, following VS Code extension development guidelines, libraries and good practices None
vscode-ext-localization Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices None
web-design-reviewer This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level. references/framework-fixes.md
references/visual-checklist.md
webapp-testing Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. test-helper.js
what-context-needed Ask Copilot what files it needs to see before answering a question None
winapp-cli Windows App Development CLI (winapp) for building, packaging, and deploying Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, generate AppxManifest.xml, manage development certificates, add package identity for debugging, sign packages, or access Windows SDK build tools. Supports .NET, C++, Electron, Rust, Tauri, and cross-platform frameworks targeting Windows. None
workiq-copilot Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations. None
write-coding-standards-from-file Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt. None