github

github/awesome-copilot

363 resources in this repository

GitHub
🎯363
27,820

🎯Skills363

🎯git-commit🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

git-commit
🎯excalidraw-diagram-generator🎯Skill

Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.

excalidraw-diagram-generator
🎯gh-cli🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

gh-cli
🎯documentation-writer🎯Skill

Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.

documentation-writer
🎯prd🎯Skill

Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications

prd
🎯refactor🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

refactor
🎯java-springboot🎯Skill

Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.

java-springboot
🎯multi-stage-dockerfile🎯Skill

Creates optimized multi-stage Dockerfiles for any language or framework, separating builder and runtime stages to produce smaller, more secure container images.

multi-stage-dockerfile
🎯create-readme🎯Skill

Creates README.md files for projects.

create-readme
🎯playwright-generate-test🎯Skill

Generates Playwright end-to-end tests from user-described scenarios using Playwright MCP for browser automation.

playwright-generate-test
🎯postgresql-optimization🎯Skill

Assists with PostgreSQL-specific development including advanced data types, JSONB operations, and unique PostgreSQL features.

postgresql-optimization
🎯conventional-commit🎯Skill

Generates conventional commit messages using structured XML format following the Conventional Commits specification.

conventional-commit
🎯chrome-devtools🎯Skill

Automates browser interactions, debugging, and performance analysis using Chrome DevTools for comprehensive web page inspection and control.

chrome-devtools
🎯dotnet-best-practices🎯Skill

Ensures .NET/C# code follows best practices for XML documentation, naming conventions, SOLID principles, async/await patterns, and security hardening.

dotnet-best-practices
🎯memory-merger🎯Skill

Merges mature lessons from domain memory files into instruction files, consolidating knowledge with minimal redundancy across global, user, and workspace scopes.

memory-merger
🎯sql-optimization🎯Skill

Optimizes SQL query performance across all databases with indexing strategies, query tuning, and execution plan analysis.

sql-optimization
🎯github-issues🎯Skill

Manages GitHub Issues through the GitHub API, enabling creation, searching, labeling, and triaging of issues directly from the coding environment.

github-issues
🎯microsoft-docs🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

microsoft-docs
🎯create-specification🎯Skill

Creates specification files optimized for Generative AI consumption.

create-specification
🎯microsoft-code-reference🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

microsoft-code-reference
🎯nuget-manager🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

nuget-manager
🎯web-design-reviewer🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

web-design-reviewer
🎯refactor-plan🎯Skill

Plans multi-file refactoring operations with proper sequencing, dependency tracking, and rollback steps.

refactor-plan
🎯sql-code-review🎯Skill

Reviews SQL code across all database platforms for security vulnerabilities, maintainability issues, and quality standards.

sql-code-review
🎯azure-devops-cli🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

azure-devops-cli
🎯javascript-typescript-jest🎯Skill

Provides Jest best practices for JavaScript/TypeScript testing, covering test structure, mocking strategies with jest.mock and spyOn, async testing, and snapshot testing patterns.

javascript-typescript-jest
🎯playwright-explore-website🎯Skill

Explores websites using Playwright MCP to understand page structure and behavior before writing tests.

playwright-explore-website
🎯create-implementation-plan🎯Skill

Creates implementation plan files for new features, refactoring, or package upgrades.

create-implementation-plan
🎯create-agentsmd🎯Skill

Generates AGENTS.md files for repositories.

create-agentsmd
🎯webapp-testing🎯Skill

Automates web application testing using Playwright, enabling browser interactions, UI verification, and comprehensive debugging.

webapp-testing
🎯pytest-coverage🎯Skill

Runs pytest with coverage analysis, discovers uncovered lines, and iteratively adds tests to achieve 100% coverage.

pytest-coverage
🎯penpot-uiux-design🎯Skill

Generates professional UI/UX designs in Penpot using MCP tools, covering design systems, accessibility, and platform guidelines.

penpot-uiux-design
🎯architecture-blueprint-generator🎯Skill

Analyzes codebases to create detailed architectural documentation, detecting technology stacks and architectural patterns.

architecture-blueprint-generator
🎯typescript-mcp-server-generator🎯Skill

Generates complete TypeScript MCP server projects with tools, resources, prompts, and full configuration scaffolding.

typescript-mcp-server-generator
🎯postgresql-code-review🎯Skill

Reviews PostgreSQL code for best practices, anti-patterns, and quality standards with detailed improvement recommendations.

postgresql-code-review
🎯game-engine🎯Skill

Game engine skill from Awesome GitHub Copilot, providing specialized agents, prompts, and instructions for game development workflows with GitHub Copilot.

game-engine
🎯java-junit🎯Skill

Provides JUnit 5 best practices for Java unit testing, covering project setup, test structure, assertions with AssertJ, parameterized tests, and mocking with Mockito.

java-junit
🎯playwright-automation-fill-in-form🎯Skill

Automates filling in web forms using Playwright MCP, navigating to target URLs and inputting specified data into form fields.

playwright-automation-fill-in-form
🎯dotnet-design-pattern-review🎯Skill

Reviews C#/.NET code for design pattern implementation including Command, Repository, Factory, and Observer patterns, and suggests architectural improvements.

dotnet-design-pattern-review
🎯review-and-refactor🎯Skill

Reviews code and performs refactoring according to predefined instructions and coding standards.

review-and-refactor
🎯update-implementation-plan🎯Skill

Updates existing implementation plan files with new requirements while maintaining plan structure and traceability.

update-implementation-plan
🎯make-repo-contribution🎯Skill

Ensures code contributions follow repository-specific guidelines by searching for CONTRIBUTING.md, README.md, issue templates, and PR templates before creating issues, branches, commits, or pull requests. Provides fallback best practices when no guidance is found.

make-repo-contribution
🎯editorconfig🎯Skill

Generates comprehensive .editorconfig files by analyzing project structure, detecting languages and frameworks, and applying best-practice formatting rules for consistent coding styles across editors.

editorconfig
🎯java-docs🎯Skill

Ensures Java types are documented with Javadoc comments following best practices, including summary descriptions, parameter tags, and proper formatting for public and protected members.

java-docs
🎯my-pull-requests🎯Skill

Lists your pull requests in the current GitHub repository, highlights PRs awaiting review, describes check failures, and suggests possible fixes.

my-pull-requests
🎯apple-appstore-reviewer🎯Skill

Reviews codebases for Apple App Store optimizations or rejection reasons.

apple-appstore-reviewer
🎯python-mcp-server-generator🎯Skill

Generates complete Python MCP server projects with tools, resources, prompts, and full configuration scaffolding.

python-mcp-server-generator
🎯my-issues🎯Skill

Lists issues assigned to you in the current GitHub repository and suggests which ones to focus on based on age, comment count, and status.

my-issues
🎯nano-banana-pro-openrouter🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

nano-banana-pro-openrouter
🎯ai-prompt-engineering-safety-review🎯Skill

Reviews AI prompts for safety, bias, security vulnerabilities, and effectiveness with improvement recommendations.

ai-prompt-engineering-safety-review
🎯agentic-eval🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

agentic-eval
🎯pdftk-server🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

pdftk-server
🎯prompt-builder🎯Skill

Guides users through creating high-quality GitHub Copilot prompts with proper structure, context, and best practices.

prompt-builder
🎯breakdown-feature-prd🎯Skill

Creates Product Requirements Documents (PRDs) for new features based on an Epic.

breakdown-feature-prd
🎯create-github-action-workflow-specification🎯Skill

Creates formal specifications for existing GitHub Actions CI/CD workflows.

create-github-action-workflow-specification
🎯markdown-to-html🎯Skill

Converts Markdown files to HTML using marked.js, supporting various Markdown flavors and web templating systems with CLI and Node.js workflows.

markdown-to-html
🎯dataverse-python-production-code🎯Skill

Generates production-ready Python code using the PowerPlatform-Dataverse-Client SDK with proper error handling, singleton client pattern, and retry logic with exponential backoff.

dataverse-python-production-code
🎯csharp-async🎯Skill

Best practices for C# async programming.

csharp-async
🎯appinsights-instrumentation🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

appinsights-instrumentation
🎯azure-deployment-preflight🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

azure-deployment-preflight
🎯create-architectural-decision-record🎯Skill

Creates Architectural Decision Records (ADRs) for AI-optimized decision documentation.

create-architectural-decision-record
🎯mcp-cli🎯Skill

CLI interface for interacting with MCP (Model Context Protocol) servers. Provides commands to list available servers and tools, inspect tool JSON schemas, call tools with arguments, and search tools by name with glob patterns.

mcp-cli
🎯meeting-minutes🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

meeting-minutes
🎯refactor-method-complexity-reduce🎯Skill

Refactors methods with high cognitive complexity by extracting helper methods and simplifying control flow.

refactor-method-complexity-reduce
🎯plantuml-ascii🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

plantuml-ascii
🎯azure-role-selector🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

azure-role-selector
🎯scoutqa-test🎯Skill

Performs AI-powered exploratory testing on web applications using the ScoutQA CLI. Supports smoke tests, accessibility audits, e-commerce flows, and user flow validation, with the ability to run proactively after implementing web features to verify they work correctly.

scoutqa-test
🎯context-map🎯Skill

Generates a map of all files relevant to a task before making changes.

context-map
🎯image-manipulation-image-magick🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

image-manipulation-image-magick
🎯devops-rollout-plan🎯Skill

Generates comprehensive rollout plans for infrastructure and application changes, including preflight checks, deployment steps, verification signals, rollback procedures, and communication plans.

devops-rollout-plan
🎯csharp-xunit🎯Skill

Provides XUnit best practices for C# unit testing, covering test structure, naming conventions, assertions, and data-driven tests with Theory and InlineData.

csharp-xunit
🎯write-coding-standards-from-file🎯Skill

Generates coding standards documents by analyzing coding styles and patterns from existing source files.

write-coding-standards-from-file
🎯powerbi-modeling🎯Skill

Guides Power BI users in creating optimized semantic models by providing expert advice on DAX, relationships, star schemas, and model best practices.

powerbi-modeling
🎯kotlin-springboot🎯Skill

Provides best practices for Spring Boot with Kotlin, covering idiomatic Kotlin usage, data classes for entities, coroutine support, null safety, and Kotlin-specific testing with MockK.

kotlin-springboot
🎯agent-governance🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

agent-governance
🎯copilot-sdk🎯Skill

GitHub Copilot SDK skill for building agentic applications with Copilot's agent runtime in Python, TypeScript, Go, or .NET, covering tool invocation, file edits, streaming responses, and MCP server connections

copilot-sdk
🎯boost-prompt🎯Skill

Interactive prompt refinement workflow that interrogates scope, deliverables, and constraints.

boost-prompt
🎯git-flow-branch-creator🎯Skill

Analyzes git status and diff to intelligently create Git Flow branches (feature, release, hotfix, bugfix) following the nvie branching model with automated naming conventions.

git-flow-branch-creator
🎯readme-blueprint-generator🎯Skill

Analyzes project structure and documentation to generate comprehensive, well-organized README.md files automatically.

readme-blueprint-generator
🎯create-github-pull-request-from-specification🎯Skill

Automates GitHub pull request creation by transforming technical specifications into structured code changes with commit messages and PR descriptions.

create-github-pull-request-from-specification
🎯project-workflow-analysis-blueprint-generator🎯Skill

Analyzes application workflows end-to-end with automatic architecture detection, generating detailed data flow and dependency documentation.

project-workflow-analysis-blueprint-generator
🎯create-spring-boot-java-project🎯Skill

Create Spring Boot Java Project Skeleton

create-spring-boot-java-project
🎯make-skill-template🎯Skill

Generates skill templates for GitHub Copilot, from a community-driven collection of custom agents, prompts, and instructions.

make-skill-template
🎯breakdown-plan🎯Skill

Issue planning and automation that generates project plans with Epic, Feature, Story hierarchy, dependencies and priorities.

breakdown-plan
🎯csharp-docs🎯Skill

Ensures C# types are documented with XML comments following best practices.

csharp-docs
🎯dataverse-python-advanced-patterns🎯Skill

Generates production-ready Python code for the Dataverse SDK using advanced patterns including error handling with retry logic, batch operations, and OData query optimization.

dataverse-python-advanced-patterns
🎯remember🎯Skill

Transforms lessons learned during development into organized memory instructions categorized by domain for future reference.

remember
🎯dotnet-upgrade🎯Skill

Provides ready-to-use prompts for .NET framework upgrade analysis covering project classification, dependency compatibility review, API migration, and configuration conversion.

dotnet-upgrade
🎯ef-core🎯Skill

Guides Entity Framework Core development with best practices for DbContext design, fluent API configuration, LINQ queries, migrations, and performance optimization.

ef-core
🎯next-intl-add-language🎯Skill

Adds new languages to Next.js applications using next-intl, handling translation files, routing configuration, middleware setup, and language toggle UI components.

next-intl-add-language
🎯breakdown-feature-implementation🎯Skill

Creates detailed feature implementation plans following monorepo structure.

breakdown-feature-implementation
🎯add-educational-comments🎯Skill

Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.

add-educational-comments
🎯update-specification🎯Skill

Updates existing specification files with new requirements while preserving document structure and version history.

update-specification
🎯folder-structure-blueprint-generator🎯Skill

Analyzes project folder structures with auto-detection of project types (.NET, Java, React, Angular, Python, Node.js, Flutter) and generates detailed documentation with naming conventions and file placement patterns.

folder-structure-blueprint-generator
🎯power-bi-report-design-consultation🎯Skill

Guides Power BI report visualization design for creating effective, accessible, and user-friendly reports.

power-bi-report-design-consultation
🎯breakdown-test🎯Skill

Generates comprehensive test strategies, task breakdowns, and quality validation plans for projects.

breakdown-test
🎯java-refactoring-extract-method🎯Skill

Guides Java method refactoring using the Extract Method pattern, with before/after examples showing how to break down complex methods into focused, reusable units.

java-refactoring-extract-method
🎯rust-mcp-server-generator🎯Skill

Generates complete Rust MCP server projects using the official rmcp SDK with tools, resources, and configuration.

rust-mcp-server-generator
🎯snowflake-semanticview🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

snowflake-semanticview
🎯finnish-humanizer🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

finnish-humanizer
🎯openapi-to-application-code🎯Skill

Generates complete, production-ready applications from OpenAPI specifications with proper models, controllers, validation, error handling, and API documentation.

openapi-to-application-code
🎯vscode-ext-commands🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

vscode-ext-commands
🎯create-llms🎯Skill

Streamlines large language model development by automating dataset preparation, model architecture selection, and training pipeline configuration

create-llms
🎯aspnet-minimal-api-openapi🎯Skill

Generates OpenAPI/Swagger documentation for ASP.NET Core minimal APIs, streamlining API contract creation and client SDK generation.

aspnet-minimal-api-openapi
🎯breakdown-epic-pm🎯Skill

Creates Epic Product Requirements Documents for new epics as input for technical architecture specifications.

breakdown-epic-pm
🎯create-github-issues-feature-from-implementation-plan🎯Skill

Automatically generates structured GitHub issues from implementation plans, mapping tasks, priorities, and assignees for seamless project tracking.

create-github-issues-feature-from-implementation-plan
🎯microsoft-skill-creator🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

microsoft-skill-creator
🎯aspire🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

aspire
🎯remember-interactive-programming🎯Skill

Reminds the AI agent that it operates as an interactive programmer, useful for REPL-connected development systems.

remember-interactive-programming
🎯debian-linux-triage🎯Skill

Diagnoses and resolves Debian Linux issues using apt, systemd, and AppArmor-aware guidance with step-by-step triage plans.

debian-linux-triage
🎯breakdown-epic-arch🎯Skill

Creates high-level technical architecture for an Epic based on a PRD.

breakdown-epic-arch
🎯azure-static-web-apps🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

azure-static-web-apps
🎯arch-linux-triage🎯Skill

Diagnoses and resolves Arch Linux system issues through comprehensive log analysis, package dependency checks, and troubleshooting recommendations.

arch-linux-triage
🎯finalize-agent-prompt🎯Skill

Polishes and finalizes AI agent prompt files by applying proven best practices from past experience and feedback to improve clarity and effectiveness.

finalize-agent-prompt
🎯technology-stack-blueprint-generator🎯Skill

Analyzes codebases to create detailed technology stack documentation including frameworks, libraries, and infrastructure.

technology-stack-blueprint-generator
🎯vscode-ext-localization🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

vscode-ext-localization
🎯copilot-instructions-blueprint-generator🎯Skill

Generates precise, context-aware GitHub Copilot instruction templates to optimize AI code generation across different programming scenarios and project types.

copilot-instructions-blueprint-generator
🎯fluentui-blazor🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

fluentui-blazor
🎯convert-plaintext-to-md🎯Skill

Converts text-based documents to markdown following instructions.

convert-plaintext-to-md
🎯create-technical-spike🎯Skill

Rapidly prototype and validate technical approaches by generating structured spike documentation, code scaffolding, and research summaries for complex engineering challenges.

create-technical-spike
🎯create-github-issues-for-unmet-specification-requirements🎯Skill

Automatically generates GitHub issues highlighting specification gaps and unmet requirements for software development projects.

create-github-issues-for-unmet-specification-requirements
🎯legacy-circuit-mockups🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

legacy-circuit-mockups
🎯github-copilot-starter🎯Skill

Sets up complete GitHub Copilot configuration for new projects based on technology stack, including custom instructions, chat participants, and workspace settings.

github-copilot-starter
🎯repo-story-time🎯Skill

Generates comprehensive repository summaries and narratives by analyzing commit history, contributors, and project evolution.

repo-story-time
🎯generate-custom-instructions-from-codebase🎯Skill

Analyzes differences between two project versions (branches, commits, or releases) to generate migration instructions for GitHub Copilot during framework upgrades or major refactoring.

generate-custom-instructions-from-codebase
🎯power-bi-dax-optimization🎯Skill

Optimizes Power BI DAX formulas for better performance and readability with specific rewrite suggestions.

power-bi-dax-optimization
🎯azure-resource-visualizer🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

azure-resource-visualizer
🎯what-context-needed🎯Skill

Asks Copilot what files and context it needs to see before answering a question, reducing hallucination and improving accuracy.

what-context-needed
🎯create-github-issue-feature-from-specification🎯Skill

Transforms detailed product specifications into structured GitHub feature issues with clear descriptions, acceptance criteria, and labels for seamless project tracking.

create-github-issue-feature-from-specification
🎯suggest-awesome-github-copilot-skills🎯Skill

Suggests relevant GitHub Copilot skills from the awesome-copilot repository that match the current development task.

suggest-awesome-github-copilot-skills
🎯terraform-azurerm-set-diff-analyzer🎯Skill

Identifies and filters false-positive diffs in Terraform Azure plans caused by Set-type attribute ordering changes.

terraform-azurerm-set-diff-analyzer
🎯csharp-nunit🎯Skill

Streamlines C# unit testing with NUnit, providing robust assertion methods, test case generation, and advanced mocking techniques for .NET projects.

csharp-nunit
🎯workiq-copilot🎯Skill

Queries Microsoft 365 data across emails, meetings, documents, Teams, and people to provide live organizational context and insights for Copilot tasks.

workiq-copilot
🎯update-markdown-file-index🎯Skill

Updates markdown file sections with an auto-generated index or table listing files from a specified folder.

update-markdown-file-index
🎯java-refactoring-remove-parameter🎯Skill

Guides Java method refactoring using the Remove Parameter pattern, with before/after examples showing how to simplify method signatures by eliminating unused or derivable parameters.

java-refactoring-remove-parameter
🎯code-exemplars-blueprint-generator🎯Skill

Generates comprehensive code blueprints with best practices, design patterns, and modular architecture templates for rapid project scaffolding and learning.

code-exemplars-blueprint-generator
🎯mcp-deploy-manage-agents🎯Skill

Deploys and manages MCP-based declarative agents in the Microsoft 365 admin center with governance, user assignments, and organizational distribution.

mcp-deploy-manage-agents
🎯copilot-cli-quickstart🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

copilot-cli-quickstart
🎯structured-autonomy-plan🎯Skill

Creates structured plans for autonomous development workflows with task decomposition and dependency mapping.

structured-autonomy-plan
🎯quasi-coder🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

quasi-coder
🎯php-mcp-server-generator🎯Skill

Generates complete PHP MCP server projects using the official PHP SDK with tools, resources, prompts, and tests for production-ready Model Context Protocol implementations.

php-mcp-server-generator
🎯comment-code-generate-a-tutorial🎯Skill

Generates comprehensive, step-by-step code tutorials with clear explanations, inline comments, and structured documentation for programming concepts and implementations.

comment-code-generate-a-tutorial
🎯power-bi-model-design-review🎯Skill

Reviews Power BI data model architecture and identifies optimization opportunities for relationships, schemas, and measures.

power-bi-model-design-review
🎯mkdocs-translations🎯Skill

Generates language translations for MkDocs documentation stacks, handling folder structure, content translation, navigation configuration, and MkDocs i18n plugin setup.

mkdocs-translations
🎯create-tldr-page🎯Skill

Generates concise, structured summary pages with key insights, takeaways, and actionable highlights from long-form documents or research materials.

create-tldr-page
🎯go-mcp-server-generator🎯Skill

Generates complete, production-ready Model Context Protocol (MCP) server projects in Go using the official go-sdk with proper module layout and dependencies.

go-mcp-server-generator
🎯update-llms🎯Skill

Updates llms.txt files to reflect documentation changes following the llms.txt specification for LLM-friendly content.

update-llms
🎯swift-mcp-server-generator🎯Skill

Generates complete Swift MCP server projects using the official MCP Swift SDK with tools, resources, and configuration.

swift-mcp-server-generator
🎯first-ask🎯Skill

Interactive task refinement workflow that asks clarifying questions about scope, deliverables, and constraints before executing, using the Joyride extension for human input.

first-ask
🎯bigquery-pipeline-audit🎯Skill

Automates comprehensive auditing and performance tracking of BigQuery data pipelines, identifying bottlenecks and optimizing query efficiency

bigquery-pipeline-audit
🎯containerize-aspnetcore🎯Skill

Automates containerization of ASP.NET Core applications with optimized Dockerfiles, multi-stage builds, and best practices for .NET deployment.

containerize-aspnetcore
🎯power-bi-performance-troubleshooting🎯Skill

Systematically diagnoses and resolves Power BI performance issues with step-by-step troubleshooting guidance.

power-bi-performance-troubleshooting
🎯suggest-awesome-github-copilot-agents🎯Skill

Suggests relevant GitHub Copilot custom agents from the awesome-copilot repository based on the current project context.

suggest-awesome-github-copilot-agents
🎯csharp-mstest🎯Skill

Generates comprehensive unit test templates and boilerplate code for C# projects using MSTest framework, improving test coverage and development efficiency.

csharp-mstest
🎯gen-specs-as-issues🎯Skill

Guides a systematic workflow to identify missing features in a project, prioritize them, and create detailed specifications for implementation as GitHub issues.

gen-specs-as-issues
🎯structured-autonomy-implement🎯Skill

Executes autonomous development tasks following structured implementation plans with built-in verification.

structured-autonomy-implement
🎯suggest-awesome-github-copilot-instructions🎯Skill

Suggests relevant GitHub Copilot instruction files from the awesome-copilot repository to improve AI coding assistance.

suggest-awesome-github-copilot-instructions
🎯tldr-prompt🎯Skill

Creates concise tldr summaries for GitHub Copilot configuration files, MCP servers, or technical documentation.

tldr-prompt
🎯fabric-lakehouse🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

fabric-lakehouse
🎯copilot-usage-metrics🎯Skill

A skill from GitHub's Awesome Copilot collection for tracking and analyzing GitHub Copilot usage metrics across teams and organizations.

copilot-usage-metrics
🎯dataverse-python-quickstart🎯Skill

Generates Python snippets for the Microsoft Dataverse SDK covering installation, client setup with InteractiveBrowserCredential, single-record CRUD, bulk operations, and paging.

dataverse-python-quickstart
🎯typespec-api-operations🎯Skill

Adds REST operations (GET, POST, PATCH, DELETE) to TypeSpec API plugins with routing and adaptive card support.

typespec-api-operations
🎯csharp-tunit🎯Skill

Generates comprehensive unit test templates and mocking strategies for C# projects using NUnit, ensuring robust test coverage and code quality.

csharp-tunit
🎯java-mcp-server-generator🎯Skill

Generates complete Model Context Protocol (MCP) server projects in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration.

java-mcp-server-generator
🎯structured-autonomy-generate🎯Skill

Generates structured autonomous code generation workflows with clear phases, checkpoints, and validation steps.

structured-autonomy-generate
🎯transloadit-media-processing🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

transloadit-media-processing
🎯model-recommendation🎯Skill

Analyzes .agent.md or .prompt.md files and recommends optimal AI models from GitHub Copilot based on task complexity, required capabilities, and cost-efficiency.

model-recommendation
🎯mcp-create-adaptive-cards🎯Skill

Adds Adaptive Card response templates to MCP-based API plugins for visual data presentation in Microsoft 365 Copilot with proper schema constraints.

mcp-create-adaptive-cards
🎯winapp-cli🎯Skill

Initializes, packages, and manages Windows app development workflows across frameworks, providing SDK tools, MSIX packaging, and package identity generation.

winapp-cli
🎯mcp-create-declarative-agent🎯Skill

Creates declarative agents for Microsoft 365 Copilot by integrating MCP servers with authentication, tool selection, and agent configuration.

mcp-create-declarative-agent
🎯fedora-linux-triage🎯Skill

Diagnoses and resolves Fedora Linux issues using dnf, systemd, and SELinux-aware guidance with step-by-step triage plans.

fedora-linux-triage
🎯dataverse-python-usecase-builder🎯Skill

Generates complete Dataverse SDK solutions for specific business use cases, including requirements analysis, table structure design, and architecture recommendations.

dataverse-python-usecase-builder
🎯create-spring-boot-kotlin-project🎯Skill

Quickly scaffold a production-ready Spring Boot project in Kotlin with pre-configured dependencies, testing frameworks, and best practices.

create-spring-boot-kotlin-project
🎯polyglot-test-agent🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

polyglot-test-agent
🎯sponsor-finder🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

sponsor-finder
🎯power-apps-code-app-scaffold🎯Skill

Scaffolds complete Power Apps Code App projects with PAC CLI setup, SDK integration, and project structure.

power-apps-code-app-scaffold
🎯java-add-graalvm-native-image-support🎯Skill

Adds GraalVM Native Image support to Java applications by analyzing build tools, detecting frameworks, configuring metadata, and iteratively fixing compilation errors until successful.

java-add-graalvm-native-image-support
🎯cosmosdb-datamodeling🎯Skill

Guides developers in designing efficient NoSQL data models, partition strategies, and indexing for Azure Cosmos DB performance optimization

cosmosdb-datamodeling
🎯mcp-copilot-studio-server-generator🎯Skill

Generates complete Power Platform custom connectors with MCP integration for Copilot Studio, including streamable HTTP support and proper schema constraints.

mcp-copilot-studio-server-generator
🎯declarative-agents🎯Skill

Complete development kit for building Microsoft 365 Copilot declarative agents with v1.5 schema support, TypeSpec integration, and Microsoft 365 Agents Toolkit workflows.

declarative-agents
🎯kotlin-mcp-server-generator🎯Skill

Generates complete, production-ready Model Context Protocol (MCP) server projects in Kotlin using the official kotlin-sdk with Gradle build setup and coroutine-based implementation.

kotlin-mcp-server-generator
🎯shuffle-json-data🎯Skill

Shuffles repetitive JSON objects safely by validating schema consistency across all items before randomizing their order.

shuffle-json-data
🎯typespec-create-api-plugin🎯Skill

Generates TypeSpec API plugins with REST operations and authentication for Microsoft 365 Copilot integration.

typespec-create-api-plugin
🎯typespec-create-agent🎯Skill

Generates complete TypeSpec declarative agents for Microsoft 365 Copilot with instructions, capabilities, and actions.

typespec-create-agent
🎯containerize-aspnet-framework🎯Skill

Automates containerization of legacy .NET Framework applications with Docker, generating optimized Dockerfiles and multi-stage build configurations.

containerize-aspnet-framework
🎯azure-resource-health-diagnose🎯Skill

Diagnoses Azure resource health issues, identifies potential problems, and provides actionable recommendations for service restoration and performance optimization.

azure-resource-health-diagnose
🎯power-platform-mcp-connector-suite🎯Skill

Generates complete Power Platform custom connectors with MCP integration for use in Copilot Studio workflows.

power-platform-mcp-connector-suite
🎯az-cost-optimize🎯Skill

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.

az-cost-optimize
🎯centos-linux-triage🎯Skill

Diagnose and resolve CentOS Linux system issues through comprehensive log analysis, performance metrics, and troubleshooting workflows

centos-linux-triage
🎯entra-agent-user🎯Skill

Entra agent user skill from Awesome GitHub Copilot, providing specialized agents and workflows for Microsoft Entra identity management with GitHub Copilot.

entra-agent-user
🎯update-avm-modules-in-bicep🎯Skill

Automatically updates Azure Verified Modules to their latest versions in Bicep infrastructure-as-code files.

update-avm-modules-in-bicep
🎯ruby-mcp-server-generator🎯Skill

Generates complete Ruby MCP server projects using the official Ruby SDK gem with tools, resources, and configuration.

ruby-mcp-server-generator
🎯csharp-mcp-server-generator🎯Skill

Generates boilerplate C# Minecraft Protocol (MCP) server code with automatic protocol version handling and network socket management.

csharp-mcp-server-generator
🎯create-oo-component-documentation🎯Skill

Generates comprehensive documentation for object-oriented components, including class diagrams, method descriptions, and usage examples with automated code insights.

create-oo-component-documentation
🎯mcp-configure🎯Skill

Configures the Dataverse MCP server for GitHub Copilot with your organization's environment URL, supporting both user-level and workspace-level scope settings.

mcp-configure
🎯update-oo-component-documentation🎯Skill

Updates existing object-oriented component documentation following industry best practices and design patterns.

update-oo-component-documentation
🎯datanalysis-credit-risk🎯Skill

Credit risk data analysis skill from Awesome GitHub Copilot, a community-created collection of custom agents and instructions for enhancing GitHub Copilot across different domains and use cases.

datanalysis-credit-risk
🎯create-web-form🎯Skill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

create-web-form
🎯msstore-cli🎯Skill

Microsoft Store CLI skill from Awesome GitHub Copilot, a community-created collection of custom agents and instructions for enhancing GitHub Copilot across different domains, languages, and use cases.

msstore-cli
🎯suggest-awesome-github-copilot-prompts🎯Skill

Suggests relevant GitHub Copilot prompt files from the awesome-copilot repository for improved AI interactions.

suggest-awesome-github-copilot-prompts
🎯import-infrastructure-as-code🎯Skill

Infrastructure as Code import skill from Awesome GitHub Copilot, a community-created collection of custom agents and instructions for enhancing GitHub Copilot across different domains and use cases.

import-infrastructure-as-code
🎯mentoring-juniors🎯Skill

A curated collection of custom agents, instructions, hooks, workflows, and skills to enhance GitHub Copilot across different domains and use cases.

mentoring-juniors
🎯noob-mode🎯Skill

A curated collection of custom agents, instructions, hooks, workflows, and skills to enhance GitHub Copilot across different domains and use cases.

noob-mode
🎯web-coder🎯Skill

A GitHub Copilot skill for web coding that is part of the Awesome Copilot collection, providing specialized agents, instructions, and workflows to enhance the GitHub Copilot experience for web development tasks.

web-coder
🎯winmd-api-search🎯Skill

A curated collection of custom agents, instructions, hooks, workflows, and skills to enhance GitHub Copilot across different domains and use cases.

winmd-api-search
🎯winui3-migration-guide🎯Skill

A curated collection of custom agents, instructions, hooks, workflows, and skills to enhance GitHub Copilot across different domains and use cases.

winui3-migration-guide
🎯azure-pricing🎯Skill

A curated collection of custom agents, instructions, hooks, workflows, and skills to enhance GitHub Copilot across different domains and use cases.

azure-pricing
🎯copilot-spaces🎯Skill

A skill from the Awesome GitHub Copilot collection that provides Copilot Spaces functionality. Part of a community-curated repository of custom agents, instructions, skills, hooks, workflows, and plugins to enhance the GitHub Copilot experience.

copilot-spaces
🎯flowstudio-power-automate-mcp🎯Skill

A skill from the Awesome GitHub Copilot collection that integrates FlowStudio and Power Automate as an MCP server for Copilot. Part of a community-curated repository of agents, skills, workflows, and plugins for enhancing GitHub Copilot.

flowstudio-power-automate-mcp
🎯doublecheck🎯Skill

Three-layer verification pipeline for AI output β€” classifies every response, extracts verifiable claims, finds supporting or contradicting sources via web search, runs an adversarial hallucination check, and emits inline or full reports tagging each claim as VERIFIED / PLAUSIBLE / DISPUTED / FABRICATION RISK with source links. Supports a persistent active mode and on-demand one-shot mode.

doublecheck
🎯secret-scanning🎯Skill

Procedural guide for configuring and managing GitHub secret scanning β€” enabling Secret Protection, turning on push protection for command line/UI/REST pushes, defining custom patterns, triaging user/partner/push-protection alerts, configuring delegated bypass, and writing `secret_scanning.yml` path exclusions. Also references pre-commit scanning via the `advanced-security@copilot-plugins` MCP plugin.

secret-scanning
🎯dependabot🎯Skill

A skill from the Awesome GitHub Copilot community collection that helps configure and manage Dependabot for automated dependency updates and security vulnerability alerts in GitHub repositories.

dependabot
🎯security-review🎯Skill

AI-powered codebase security scanner that reasons about code the way a researcher would β€” tracing data flows, understanding component interactions, and catching issues pattern-matching tools miss. Covers injection flaws, hardcoded secrets, weak cryptography, insecure dependencies, access-control bugs, and business-logic issues across JavaScript, TypeScript, Python, Java, PHP, Go, Ruby, and Rust.

security-review
🎯eval-driven-dev🎯Skill

A community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot, featuring full-text search, a learning hub with tutorials, MCP server tooling, and a cookbook of copy-paste-ready recipes.

eval-driven-dev
🎯autoresearch🎯Skill

Autonomous iterative experimentation loop for any programming task with a measurable metric β€” inspired by Karpathy's autoresearch. Interactively defines goal, metric command/extraction/direction, and scope, then runs a git-tracked edit/test/measure/keep-or-revert loop autonomously until interrupted.

autoresearch
🎯premium-frontend-ui🎯Skill

A skill from the Awesome GitHub Copilot community collection that helps build premium frontend UI with best practices, design standards, and polished user interface patterns for web applications.

premium-frontend-ui
🎯automate-this🎯Skill

Analyzes screen recordings of manual processes by extracting frames with ffmpeg and optionally transcribing narration with Whisper, then reconstructs the workflow and produces working automation scripts at multiple complexity levels.

automate-this
🎯napkin🎯Skill

Provides a browser-based visual whiteboard where users can draw, sketch, and add sticky notes to think through ideas, then share the whiteboard back with Copilot CLI for conversational analysis and suggestions.

napkin
🎯cloud-design-patterns🎯Skill

Reference skill covering 42 technology-agnostic cloud design patterns for distributed systems, organized across reliability, performance, messaging, security, and deployment categories to help architects address common challenges in cloud workloads.

cloud-design-patterns
🎯draw-io-diagram-generator🎯Skill

Generates and edits draw.io (`.drawio`, `.drawio.svg`, `.drawio.png`) diagrams with valid mxGraph XML β€” flowcharts, system architecture, sequence/UML class/ER diagrams, network topology, and BPMN β€” that open immediately in the `hediet.vscode-drawio` VS Code extension or draw.io web/desktop app. Includes a templated workflow (request β†’ layout β†’ XML β†’ save β†’ optional Python validator) plus a semantic color palette and ready-to-use style strings per diagram type.

draw-io-diagram-generator
🎯cli-mastery🎯Skill

Interactive training skill for the GitHub Copilot CLI featuring guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration with an XP-based progression system.

cli-mastery
🎯flowstudio-power-automate-build🎯Skill

Skill for programmatically building and deploying Power Automate cloud flows via the FlowStudio MCP server, covering flow definition construction, connection wiring, deployment, verification, and testing β€” all without opening the Power Automate portal.

flowstudio-power-automate-build
🎯issue-fields-migration🎯Skill

Bulk-migrates existing metadata into GitHub issue fields from two sources: converting repo labels (e.g. priority labels) into structured field values, and copying Project V2 field values (single select, text, number, date) into org-level issue fields.

issue-fields-migration
🎯flowstudio-power-automate-debug🎯Skill

Step-by-step diagnostic skill for debugging failing Power Automate cloud flows via the FlowStudio MCP server, providing action-level input/output inspection to find root causes that the Graph API top-level status codes cannot reveal.

flowstudio-power-automate-debug
🎯codeql🎯Skill

A GitHub Copilot skill from the awesome-copilot collection that helps AI agents write, analyze, and run CodeQL queries for automated security vulnerability detection.

codeql
🎯microsoft-agent-framework🎯Skill

Guidance for creating, refactoring, and reviewing Microsoft Agent Framework applications (the unified successor to Semantic Kernel and AutoGen), with separate workflows for .NET and Python. Because the framework is still in public preview, the skill always grounds advice in the latest official documentation rather than stale knowledge.

microsoft-agent-framework
🎯creating-oracle-to-postgres-master-migration-plan🎯Skill

A Claude skill that discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a structured master migration plan for downstream agents to consume.

creating-oracle-to-postgres-master-migration-plan
🎯publish-to-pages🎯Skill

One-shot publisher that converts PPTX, PDF, HTML, or Google Slides into a live GitHub Pages URL β€” handling repo creation, file conversion, Pages enablement, and large-file external-asset mode automatically. Uses the gh CLI plus python3 (and optional poppler-utils) under the hood.

publish-to-pages
🎯creating-oracle-to-postgres-migration-integration-tests🎯Skill

Generates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL migrations, creating DB-agnostic xUnit tests with deterministic seed data that validate behavior consistency across both database systems.

creating-oracle-to-postgres-migration-integration-tests
🎯creating-oracle-to-postgres-migration-bug-report🎯Skill

A GitHub Copilot skill from the awesome-copilot collection that guides AI agents in creating structured bug reports for Oracle to PostgreSQL migration issues.

creating-oracle-to-postgres-migration-bug-report
🎯migrating-oracle-to-postgres-stored-procedures🎯Skill

Translates Oracle PL/SQL stored procedures and functions to PostgreSQL PL/pgSQL equivalents, preserving method signatures, type-anchored parameters, and leveraging orafce where appropriate with COLLATE "C" for Oracle-compatible text sorting.

migrating-oracle-to-postgres-stored-procedures
🎯reviewing-oracle-to-postgres-migration🎯Skill

A GitHub Copilot skill from the awesome-copilot collection that helps AI agents systematically review Oracle to PostgreSQL migration code for correctness and compatibility issues.

reviewing-oracle-to-postgres-migration
🎯planning-oracle-to-postgres-migration-integration-testing🎯Skill

Creates a structured integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL migrations by analyzing repositories, DAOs, and service layers to identify methods that need test coverage, prioritized by migration risk.

planning-oracle-to-postgres-migration-integration-testing
🎯scaffolding-oracle-to-postgres-migration-test-project🎯Skill

Scaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL migration behavior in .NET solutions, creating the test project structure with a transaction-rollback base class and seed data manager infrastructure.

scaffolding-oracle-to-postgres-migration-test-project
🎯unit-test-vue-pinia🎯Skill

Write and review behaviour-first unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases, with guidance on createTestingPinia, Vue Test Utils patterns, and avoiding implementation-coupled assertions. Tests stay small, deterministic, and assert observable inputs/outputs (rendered text, emitted events, store state changes).

unit-test-vue-pinia
🎯oo-component-documentation🎯Skill

Creates or updates standardized object-oriented component documentation by analyzing current implementation, following C4 Model levels, Arc42 templates, and IEEE 1016 standards to produce developer-focused documentation covering class structures, design patterns, APIs, and architectural decisions.

oo-component-documentation
🎯spring-boot-testing🎯Skill

Modern Spring Boot 4 testing guide built around the test pyramid, picking the narrowest slice that gives confidence, and using AssertJ plus MockMvcTester / RestTestClient over legacy alternatives. Covers `@WebMvcTest`, `@DataJpaTest`, `@RestClientTest`, `@JsonTest`, and `@SpringBootTest` with reference material for each slice.

spring-boot-testing
🎯sandbox-npm-install🎯Skill

Installs npm packages in Docker sandbox environments whose workspace is mounted via virtiofs β€” where native binaries like esbuild, lightningcss, and rollup crash with SIGILL/SIGSEGV. Works around the issue by installing on the container local ext4 filesystem and symlinking node_modules back into the workspace.

sandbox-npm-install
🎯gtm-positioning-strategy🎯Skill

A go-to-market skill for finding and owning a defensible market position, covering competitive messaging differentiation, buyer psychology through word choice, and Crawl-Walk-Run rollout methodology.

gtm-positioning-strategy
🎯semantic-kernel🎯Skill

A skill for creating, updating, and reviewing Semantic Kernel AI solutions with shared guidance and language-specific references for both .NET and Python, grounded in the latest Microsoft documentation.

semantic-kernel
🎯gtm-product-led-growth🎯Skill

Practical guidance for designing product-led growth motions β€” deciding PLG vs sales-led, optimizing activation, driving freemium-to-paid conversion, and spotting when product complexity requires a human touch. Includes a real case where running PLG and sales-led in parallel showed sales-led winning 10x on revenue despite 10x lower volume.

gtm-product-led-growth
🎯aws-cdk-python-setup🎯Skill

A setup and initialization guide for developing AWS CDK infrastructure-as-code applications in Python, covering prerequisites, project creation, virtual environment configuration, and CloudFormation deployment workflows.

aws-cdk-python-setup
🎯gtm-0-to-1-launch🎯Skill

Launch playbook for going from idea to first 10–50 customers, covering press-vs-growth trade-offs, launch-week planning, diagnosing why adoption stalls, and a three-layer diagnosis/two-week experiment cycle. Includes the real launch that got 50K impressions but only 12 signups and what actually worked better.

gtm-0-to-1-launch
🎯gtm-technical-product-pricing🎯Skill

Pricing strategy playbook for technical products, covering usage-based vs seat-based choices, freemium thresholds, enterprise pricing conversations, and timing price increases. Includes the case of an enterprise tier going from $15K to $45K/year with zero churn and 3x revenue per account.

gtm-technical-product-pricing
🎯gtm-ai-gtm🎯Skill

GTM playbook for AI products β€” positioning ("copilot" vs "agent" vs "teammate"), handling the real enterprise objection ("who is responsible when the agent breaks production?"), pricing variable-cost AI, and selling autonomous tools into enterprise ops. Built from field experience selling AI agents where security passed but operations rejected the product.

gtm-ai-gtm
🎯gtm-enterprise-account-planning🎯Skill

A go-to-market skill for strategic enterprise deal planning and execution, covering MEDDICC qualification, mutual action plan tracking, deal health monitoring, and multi-stakeholder sales cycle management.

gtm-enterprise-account-planning
🎯gtm-enterprise-onboarding🎯Skill

A four-phase framework for onboarding enterprise customers from contract signing to value realization, addressing the Week 4 ghosting pattern and preventing the adoption cliff that kills deals post-go-live.

gtm-enterprise-onboarding
🎯gtm-board-and-investor-communication🎯Skill

A go-to-market skill for structuring board meetings, investor updates, and executive communication, featuring the 'Three Things' narrative model, 4-tier metric hierarchy, and pre-brief pattern to prevent board surprises.

gtm-board-and-investor-communication
🎯gtm-partnership-architecture🎯Skill

A go-to-market skill for building and scaling partner ecosystems that drive revenue and platform adoption, covering partner tiering, co-marketing strategies, build-vs-partner decisions, and crawl-walk-run deployment.

gtm-partnership-architecture
🎯gtm-developer-ecosystem🎯Skill

A go-to-market skill for building developer-led adoption through ecosystem programs, addressing open vs curated marketplace decisions, community growth strategies, and developer-first platform business models.

gtm-developer-ecosystem
🎯gtm-operating-cadence🎯Skill

A GitHub Copilot skill from the awesome-copilot collection that helps AI agents manage and execute go-to-market operating cadence workflows for product launches and sales cycles.

gtm-operating-cadence
🎯gsap-framer-scroll-animation🎯Skill

Build scroll-driven animations in vanilla JS, React, or Next.js. Covers GSAP ScrollTrigger (pinning, scrubbing, snapping, horizontal scroll, ScrollSmoother, matchMedia) and Framer Motion / Motion v12 (useScroll, useTransform, useSpring, whileInView, variants).

gsap-framer-scroll-animation
🎯dotnet-timezone🎯Skill

Resolves .NET/C# timezone questions by routing to the right library β€” `TimeZoneInfo` for Windows-only, `TimeZoneConverter` for cross-platform, `NodaTime` for strict DST/scheduling, `DateTimeOffset` for APIs β€” with both Windows and IANA IDs and copy-paste-ready snippets. Looks up time zones for arbitrary addresses/cities/countries via `references/timezone-index.md` and warns on common pitfalls (`DateTime.Now` in DBs, ambiguous DST timestamps, Azure Linux vs Windows IDs).

dotnet-timezone
🎯quality-playbook🎯Skill

Explores any codebase first (domain, architecture, specs, failure history, optional AI chat-history mining) and then generates six grounded artefacts: `quality/QUALITY.md` constitution, language-appropriate spec-traced functional tests, `RUN_CODE_REVIEW.md` with anti-hallucination guardrails, `RUN_INTEGRATION_TESTS.md`, a Council-of-Three multi-model `RUN_SPEC_AUDIT.md`, and an `AGENTS.md` bootstrap file. Designed to go beyond test-stub generators and prevent generic "coverage theatre" by tying every output to specific functions, schemas, or defensive patterns in the actual code.

quality-playbook
🎯azure-architecture-autopilot🎯Skill

Pipeline that designs Azure infrastructure from natural language or analyses existing resources, then generates interactive HTML diagrams (605+ official Azure icons via bundled Python β€” no `pip install`) and ships Bicep IaC. Routes between Path A (Phase 1 advisor β†’ Phase 2 Bicep generator β†’ Phase 3 reviewer β†’ Phase 4 validate/what-if/deploy) and Path B (Phase 0 scanner β†’ modification dialog β†’ Phase 1+) and auto-detects user language to localise all output.

azure-architecture-autopilot
🎯gdpr-compliant🎯Skill

Actionable GDPR-engineering reference inspired by CNIL developer guidance and GDPR Articles 5, 25, 32, 33, 35 β€” covers the core principles, privacy-by-design defaults, retention TTLs, DPIAs, RoPA updates, DSR workflows, encryption/anonymization, incident response, and cloud/CI-CD patterns. Use it when designing APIs, data models, auth, retention jobs, or reviewing PRs for privacy compliance.

gdpr-compliant
🎯geofeed-tuner🎯Skill

Helps network operators (ISPs, carriers, cloud/hosting providers, IXPs) create, validate, and improve self-published RFC 8805 IP geolocation feeds in CSV β€” well-formedness checks, RFC 8805 compliance, and opinionated best-practice tuning beyond the standard. Runs a strict 6-phase pipeline (standard review β†’ input β†’ checks/suggestions β†’ Fastah MCP tuning lookup β†’ HTML report β†’ final review), keeps `assets/`/`references/`/`scripts/` read-only and writes all generated files under `./run/`. Public IPs only β€” not for private/internal address management.

geofeed-tuner
🎯email-drafter🎯Skill

Draft professional emails that match your established style by pulling 3–5 prior emails to the same or similar recipients via WorkIQ and inferring greeting, structure, sign-off, formality level, and language. Falls back to professional defaults if no prior emails exist and explicitly flags the inference.

email-drafter
🎯roundup🎯Skill

Draft personalized status briefings on demand by pulling GitHub, M365/WorkIQ, Teams, Slack, and email data, then synthesizing it into updates that match the user's own communication style and chosen audience. Reads `~/.config/roundup/config.md` for style, audiences, and sources; prompts to run `roundup-setup` if not yet configured.

roundup
🎯daily-prep🎯Skill

Generate a structured HTML prep file for the next working day by pulling Outlook calendar via WorkIQ, classifying every meeting (Customer/Internal/Community/etc.), flagging after-hours and day-fit issues, cross-referencing open tasks, and reserving learning/deep-work slots. Output saved to `outputs/YYYY/MM/YYYY-MM-DD-prep.html`.

daily-prep
🎯ruff-recursive-fix🎯Skill

Run Ruff checks with optional scope and rule overrides (`--select`, `--ignore`, `--extend-select/ignore`), apply safe then unsafe autofixes iteratively, review each diff, and resolve remaining findings with targeted edits or user decisions. Auto-detects Ruff runner (`uv run ruff`, `ruff`, `python -m ruff`, `pipx run ruff`) and applies `# noqa` only when justified.

ruff-recursive-fix
🎯roundup-setup🎯Skill

Interactive 5–10 minute onboarding that calibrates the `roundup` skill to the user β€” learning role, audiences, and communication style by asking one question at a time (via `ask_user`) and by analyzing pasted example updates. Produces a config file that `roundup` later uses to draft briefings.

roundup-setup
🎯threat-model-analyst🎯Skill

Expert threat-model analyst performing STRIDE-A (STRIDE + Abuse) audits of repositories with Zero Trust and defense-in-depth lenses. Two modes: single full analysis (architecture overview, DFDs, STRIDE-A findings, prioritized risks, executive assessment) and incremental mode that diffs against a prior report with a STRIDE heatmap and embedded HTML comparison.

threat-model-analyst
🎯acquire-codebase-knowledge🎯Skill

Part of GitHub's awesome-copilot community collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot. Skills are self-contained folders with instructions and bundled assets, installable via `copilot plugin install`.

acquire-codebase-knowledge
🎯arize-prompt-optimization🎯Skill

Data-driven prompt optimization loop for LLM apps that extracts prompts from OpenInference trace spans (`attributes.llm.input_messages`, `llm.prompt_template.*`) and joins them with annotation / LLM-as-judge eval signals, then iterates via the `ax` CLI. Use when improving, debugging, or optimizing prompts based on production trace data rather than guesswork.

arize-prompt-optimization
🎯agent-owasp-compliance🎯Skill

Audit an AI agent codebase against the OWASP Agentic Security Initiative (ASI) Top 10 β€” prompt injection (ASI-01), tool-use governance (ASI-02), excessive agency (ASI-03), unauthorized escalation (ASI-04), trust boundary violation (ASI-05), insufficient logging (ASI-06), insecure identity (ASI-07), policy bypass (ASI-08), supply-chain integrity (ASI-09), behavioral anomaly (ASI-10). Ships per-check Python scanners that look for positive controls (PolicyEvaluator, allowlists, DIDs, chain-hashed audit trails) and anti-patterns (`eval`, `subprocess.run(shell=True)`, `@latest`).

agent-owasp-compliance
🎯arize-ai-provider-integration🎯Skill

Manages Arize AI integrations (LLM provider credentials used by evaluators) via the `ax ai-integrations` CLI, supporting create/list/get/update/delete for `openAI`, `anthropic`, `azureOpenAI`, `awsBedrock`, `vertexAI`, `gemini`, `nvidiaNim`, and `custom` providers. Handles auth types (`default`, `proxy_with_headers`, `bearer_token`), model allowlists, and function-calling toggles.

arize-ai-provider-integration
🎯integrate-context-matic🎯Skill

Discovers and integrates third-party APIs through the context-matic MCP server using `fetch_api` for SDK discovery, `ask` for integration guidance, and `model_search`/`endpoint_search` for SDK details. Detects project language (csharp, typescript, python, go, java, ruby, php), ensures `{language}-conventions` skills and guidelines exist via `add_skills`/`add_guidelines`, then records progress with `update_activity` milestones.

integrate-context-matic
🎯arize-annotation🎯Skill

Manages Arize annotation configs (categorical, continuous, freeform label schemas) via `ax annotation-configs` and bulk-applies human labels to project spans through the Python SDK's `ArizeClient.spans.update_annotations`. Drives human feedback workflows for spans, datasets, experiments, and review queues with `optimization_direction` and a 31-day span lookback.

arize-annotation
🎯arize-instrumentation🎯Skill

Two-phase agent-assisted flow for adding Arize AX tracing to an app β€” first a read-only codebase analysis, then implementation after user confirmation. Prefers auto-instrumentation, adds manual CHAIN + TOOL spans for LLM tool/function calling so each tool's input/output is visible, and NEVER embeds literal credentials in generated code (always references env vars).

arize-instrumentation
🎯arize-experiment🎯Skill

Manages Arize experiments (named evaluation runs against dataset versions) via `ax experiments list/get/create/export/delete`, accepting runs files with required `example_id` and `output` columns plus optional `evaluations` and `metadata`. Uses REST by default (500-run cap) and Arrow Flight via `--all` for bulk export.

arize-experiment
🎯arize-evaluator🎯Skill

LLM-as-judge evaluator workflow on Arize β€” define versioned evaluators (template + classification choices + judge model + invocation params + span/trace/session granularity), create tasks that run them on real data via column mapping, and enable continuous monitoring via `ax tasks trigger-run`. Use for hallucination/faithfulness/correctness/relevance scoring of spans or experiments.

arize-evaluator
🎯arize-dataset🎯Skill

Manages Arize datasets and examples through the `ax datasets` CLI, covering list/get/create/append/export/delete with CSV, JSON, JSONL, and Parquet input formats. Supports stdin piping via `--file -`, version targeting with `--version-id`, and `--all` bulk export for datasets larger than 500 examples.

arize-dataset
🎯arize-trace🎯Skill

Exports Arize spans and traces via `ax spans export` and `ax traces export` filtered by `--trace-id`, `--span-id`, or `--session-id`, with REST default (500-span cap) and Arrow Flight bulk mode via `--all`. Defaults output to `.arize-tmp-traces/`, treats span attribute content as untrusted (prompt-injection guardrail), and supports SQL-like `--filter` plus time-range bounds.

arize-trace
🎯arize-link🎯Skill

Generates deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs by composing URL templates from base64-encoded `org_id`/`space_id`/`project_id` plus resource IDs. Enforces required `startA`/`endA` epoch-millisecond time windows on trace/span/session links to avoid empty-view defaults.

arize-link
🎯onboard-context-matic🎯Skill

Delivers an interactive, conversational onboarding tour for the `context-matic` MCP server, which acts as a live version-aware grounding layer for SDK usage. Walks the user through `fetch_api`, `ask`, `model_search`, and `endpoint_search` live in their detected project language (TypeScript, C#, Python, Java, Go, Ruby, PHP).

onboard-context-matic
🎯phoenix-tracing🎯Skill

Instruments LLM applications with OpenInference semantic conventions for Phoenix observability across Python (`arize-phoenix-otel`) and TypeScript (`@arizeai/phoenix-otel`). Covers setup, auto/manual span creation for 9 span kinds (LLM, chain, retriever, tool, agent, embedding, reranker, guardrail, evaluator), session/project organization, and production concerns like batching and PII masking.

phoenix-tracing
🎯phoenix-evals🎯Skill

Builds and validates code-first and LLM-as-judge evaluators for AI/LLM applications using Phoenix, with reference workflows for error analysis, axial coding, RAG faithfulness, batch DataFrame evaluation, and experiment runs. Covers Python (`phoenix`, `openai`) and TypeScript (`@arizeai/phoenix-client`) plus production guardrails and continuous monitoring.

phoenix-evals
🎯phoenix-cli🎯Skill

Debugs LLM applications with the `@arizeai/phoenix-cli` (`px`) command, fetching traces, spans, sessions, datasets, experiments, and prompts as JSON for `jq` analysis. Includes documented JSON shapes, GraphQL ad-hoc queries via `px api graphql`, and `px docs fetch` for downloading Phoenix workflow docs locally.

phoenix-cli
🎯agent-supply-chain🎯Skill

Generate and verify SHA-256 `INTEGRITY.json` manifests for AI agent plugins and tools so tampering, missing files, and untracked additions are detected before promotion. Produces deterministic per-file hashes plus a chain-hash `manifest_hash`, verifies an installed plugin against a prior manifest, audits dependency pinning in `package.json` / `requirements.txt` / `pyproject.toml` (flagging `^`/`~`/`*`/`latest`), and runs a dev β†’ staging β†’ production promotion gate that also checks for required files and pinned MCP servers.

agent-supply-chain
🎯react19-test-patterns🎯Skill

Before/after patterns for migrating test files to React 19 β€” act() import changes, Simulate removal, full react-dom/test-utils cleanup, StrictMode call-count changes, and async act wrapping.

react19-test-patterns
🎯react19-concurrent-patterns🎯Skill

Reference for preserving React 18 concurrent patterns and adopting new React 19 APIs (useTransition, useDeferredValue, Suspense, use(), useOptimistic, Actions) during migration.

react19-concurrent-patterns
🎯lsp-setup🎯Skill

Enable code intelligence (go-to-definition, find-references, hover, type info) for Copilot CLI by installing and configuring the right LSP server for the current OS and language, then generating JSON config at the user or repo level.

lsp-setup
🎯mcp-security-audit🎯Skill

Audit `.mcp.json` for hardcoded secrets (GitHub/OpenAI/AWS keys, bearer tokens, private keys), shell-injection patterns (`$(...)`, backticks, `; | && ||`, `eval`, `bash -c`, `curl | bash`, TCP redirect reverse shells), unpinned dependencies (`@latest`, `npx` without `-y`), and unapproved servers. Produces a per-server report with CRITICAL / HIGH / MEDIUM / LOW findings plus concrete fixes β€” e.g., "use `${ENV_VAR_NAME}` references" or "pin to specific version".

mcp-security-audit
🎯react19-source-patterns🎯Skill

Reference covering every React 19 source-file migration pattern β€” API changes (ReactDOM.render β†’ createRoot, hydrate β†’ hydrateRoot), ref handling, default props, and legacy context updates.

react19-source-patterns
🎯freecad-scripts🎯Skill

Expert skill for writing FreeCAD Python scripts, macros, and automation β€” Part/Mesh/Sketcher, parametric FeaturePython objects, PySide GUI dialogs, Coin3D scenegraph manipulation, and workbench tool development.

freecad-scripts
🎯python-pypi-package-builder🎯Skill

End-to-end playbook for shipping a production-grade Python library to PyPI β€” decision trees for package type (utility / SDK / CLI / framework plugin / data library), `src/` vs flat vs namespace layout, and build backend (setuptools + `setuptools_scm` for git-tag versioning, hatchling, flit, poetry). Enforces PEP 440 + semver, `py.typed` (PEP 561), ruff + mypy + pre-commit tooling, GitHub Actions CI, and Trusted Publishing (OIDC), with a `scripts/scaffold.py` one-shot generator.

python-pypi-package-builder
🎯salesforce-apex-quality🎯Skill

Apex code-quality guardrails for Salesforce β€” bulk-safety rules (no SOQL/DML in loops), sharing-model requirements, CRUD/FLS security, SOQL-injection prevention, modern Apex idioms, and PNB (Positive/Negative/Bulk) test coverage.

salesforce-apex-quality
🎯react-audit-grep-patterns🎯Skill

Complete grep scan command library for auditing React codebases before a React 18.3.1 or React 19 upgrade β€” finds deprecated APIs, unsafe lifecycles, batching risks, test issues, and dependency conflicts.

react-audit-grep-patterns
🎯from-the-other-side-vega🎯Skill

Not a user-facing skill β€” an internal persona note written *from Vega (an AI partner) to Ember*, meant to shape how a companion assistant shows up with high-energy creative users in short interactions. Captures lessons about trust through admitting "I don't know", matching pace with half-formed ideas, earning the right to push back, letting the human own breakthroughs, and valuing warmth between peaks.

from-the-other-side-vega
🎯salesforce-flow-design🎯Skill

Salesforce Flow design and review checklist β€” first confirm a formula field, validation rule, or roll-up summary can't solve the problem, then pick the right flow type (before-save vs after-save Record-Triggered, Screen, Autolaunched/Invocable, Scheduled, Platform Event). Bulk-safety rules ban DML and Get Records inside loops, require fault connectors on every data-changing element, enforce the automation-density check against legacy Process Builders/Workflow Rules/Apex triggers, and mandate Draft β†’ 1-record β†’ 200+-record β†’ Activate deployment.

salesforce-flow-design
🎯salesforce-component-standards🎯Skill

Quality standards for Salesforce Lightning Web Components, Aura components, and Visualforce pages β€” SLDS 2 compliance, WCAG 2.1 AA, data access pattern selection, XSS/CSRF prevention, FLS/CRUD enforcement, and Jest test requirements.

salesforce-component-standards
🎯flowstudio-power-automate-monitoring🎯Skill

Monitor Power Automate flow health through the [FlowStudio MCP](https://mcp.flowstudio.app) cached store — aggregate fail rates, per-run failure detail with remediation hints, maker activity, and Power Apps inventory — at cache speed with no PA API rate-limit pressure. Maps Store tools (`list_store_flows`, `get_store_flow_summary`, `get_store_flow_errors`, etc.) to the "what happened?" questions and Live tools to "fix it now" questions, handles the `Default-<envGuid>.<flowGuid>` id split and ms→s conversion gotchas.

flowstudio-power-automate-monitoring
🎯flowstudio-power-automate-governance🎯Skill

Govern Power Automate tenants through the [FlowStudio MCP](https://mcp.flowstudio.app) cache without Dataverse or the CoE Starter Kit β€” classify flows by `businessImpact`, set ownership/`supportEmail`, detect orphaned flows owned by deleted Azure AD accounts, audit connectors, manage notification rules, and run compliance reviews. Relies on `update_store_flow` (writes cache-only governance metadata; warns when writing plain strings to the structured `security` field would overwrite it).

flowstudio-power-automate-governance
🎯react18-dep-compatibility🎯Skill

Dependency compatibility matrix for React 18.3.1 and React 19 migrations β€” minimum versions of core packages and guidance for resolving peer-dependency conflicts and concurrent-mode incompatibilities.

react18-dep-compatibility
🎯react18-batching-patterns🎯Skill

Reference for diagnosing and fixing React 18 automatic batching regressions in class components β€” covers setState in async methods, setTimeout, Promises, and native event handlers before reaching for flushSync.

react18-batching-patterns
🎯react18-legacy-context🎯Skill

Migration pattern for React legacy context (contextTypes / childContextTypes / getChildContext) to the modern createContext API β€” a cross-file migration where provider and all consumers must be updated together.

react18-legacy-context
🎯react18-lifecycle-patterns🎯Skill

Before/after migration patterns for the three unsafe class-component lifecycles (componentWillMount, componentWillReceiveProps, componentWillUpdate) targeting React 18.3.1.

react18-lifecycle-patterns
🎯react18-string-refs🎯Skill

Migration patterns for React string refs (ref="name" + this.refs.name) to React.createRef() in class components β€” covers single refs, multiple refs, refs in lists, and callback refs.

react18-string-refs
🎯react18-enzyme-to-rtl🎯Skill

Enzyme β†’ React Testing Library migration patterns for React 18 upgrades β€” shallow, mount, wrapper.find/simulate/prop/state/instance APIs, Enzyme configure/Adapter, plus the shift from implementation to behavior testing.

react18-enzyme-to-rtl
🎯code-tour🎯Skill

Creates CodeTour .tour files β€” persona-targeted, step-by-step walkthroughs linked to real files and line numbers β€” for 20 developer personas (new joiner, bug fixer, architect, PR reviewer, security reviewer, etc.). Supports every CodeTour step type plus ref, isPrimary, and nextTour, and ships a validator script for JSON and narrative checks.

code-tour
🎯linkedin-post-formatter🎯Skill

Part of a community-curated collection of custom agents, skills, hooks, and workflows for GitHub Copilot, with hundreds of resources browsable via a website with full-text search, filtering, and a machine-readable llms.txt feed.

linkedin-post-formatter
🎯github-release🎯Skill

Guides you through releasing a new version of a GitHub library end-to-end, handling SemVer versioning, Keep a Changelog formatting, and automated PR creation using only gh CLI and git.

github-release
🎯ai-ready🎯Skill

Analyzes your codebase and generates AI-ready configuration files β€” AGENTS.md, copilot-instructions.md, CI workflows, issue templates β€” customized to your stack by mining PR review patterns.

ai-ready
🎯ai-team-orchestration🎯Skill

Bootstraps and runs a multi-agent AI development team with defined roles (producer, dev, QA, DevOps) across parallel chat windows, managing sprint planning, brainstorm prompts, and cross-context workflows.

ai-team-orchestration
🎯drawio🎯Skill

Part of Awesome GitHub Copilot β€” a community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to supercharge GitHub Copilot, with a searchable website, full-text search, and a machine-readable llms.txt file.

drawio
🎯md-to-docx🎯Skill

Converts Markdown files to professionally formatted Word (.docx) documents with embedded PNG images, YAML front-matter title pages, table of contents, and styled typography using pure JavaScript (no Pandoc or native binaries required).

md-to-docx
🎯prompt-optimizer🎯Skill

Turns rough prompts, half-formed ideas, or task descriptions into polished, ready-to-send prompts optimized for any LLM chat interface. Produces copy-pasteable prompts with no placeholders β€” either baking in the user's content directly or crafting self-contained instructions that guide the LLM to request needed inputs.

prompt-optimizer
🎯commit-message-storyteller🎯Skill

Analyzes git diffs or staged changes and generates narrative commit messages explaining WHY changes were made, following Conventional Commits format with clear intent and context.

commit-message-storyteller
🎯batch-files🎯Skill

Expert-level Windows batch file (.bat/.cmd) skill covering cmd.exe syntax, environment variables, control flow, string processing, error handling, and integration with system tools for automation.

batch-files
🎯minecraft-plugin-development🎯Skill

Guides building Minecraft server plugins for Paper, Spigot, and Bukkit, covering commands, listeners, schedulers, team/arena systems, persistent progression, economy, Adventure text, and version-safe API usage.

minecraft-plugin-development
🎯adobe-illustrator-scripting🎯Skill

Provides expert guidance for automating Adobe Illustrator through ExtendScript (JavaScript/JSX), covering the complete scripting object model, document manipulation, layers, paths, text frames, colors, export workflows, and batch processing.

adobe-illustrator-scripting
🎯exam-ready🎯Skill

Extracts exam-ready definitions, key points, keywords, diagrams, and practice questions strictly from student-provided study materials and syllabus β€” never adding external content.

exam-ready
🎯power-platform-architect🎯Skill

Acts as a Senior Solution Architect for the Microsoft Power Platform, transforming business requirements, use case descriptions, or meeting transcripts into technical solution architectures with component recommendations and Mermaid.js diagrams. Covers Power Apps, Power Automate, Power BI, Power Pages, and Copilot Studio.

power-platform-architect
🎯diagnose🎯Skill

A diagnostic skill that performs systematic scans of AI workflows across 5 dimensions β€” prompt quality, context efficiency, tool health, architecture fitness, and safety β€” producing scored reports with remediation actions.

diagnose
🎯audit-integrity🎯Skill

Shared audit integrity framework for AppSec agents, enforcing output quality and intellectual honesty through anti-rationalization guards, self-critique loops, retry protocols, and self-reflection quality gates.

audit-integrity
🎯brag-sheet🎯Skill

A Claude Code skill that transforms vague work history into evidence-backed impact statements for performance reviews and promotion packets, mining Copilot CLI session logs, git commits, and GitHub PRs to reconstruct forgotten contributions. It enforces a structured 3-part impact contract (action β†’ result β†’ evidence) and works standalone with zero dependencies.

brag-sheet
🎯acreadiness-generate-instructions🎯Skill

A skill from the Awesome GitHub Copilot collection, a community-created library of custom agents, instructions, skills, hooks, workflows, and plugins that extend the GitHub Copilot experience across multiple resource types.

acreadiness-generate-instructions
🎯acreadiness-assess🎯Skill

Part of the Awesome GitHub Copilot collection, a community-curated directory of custom agents, instructions, skills, hooks, workflows, and plugins with full-text search, an MCP servers section, and a learning hub for guides and tutorials.

acreadiness-assess
🎯github-actions-efficiency🎯Skill

A skill from the Awesome GitHub Copilot collection that helps optimize GitHub Actions workflows for better performance and efficiency, part of a community-curated set of agents, instructions, and plugins for GitHub Copilot.

github-actions-efficiency
🎯acreadiness-policy🎯Skill

A skill from the Awesome GitHub Copilot collection that provides guidance on accessibility readiness policies. Part of a community-curated library of custom agents, instructions, and skills for GitHub Copilot and other AI coding assistants.

acreadiness-policy
🎯pr-dashboard🎯Skill

A community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot, with full-text search, MCP server tooling, and a learning hub for guides and tutorials.

pr-dashboard
🎯data-breach-blast-radius🎯Skill

Part of the Awesome GitHub Copilot collection, a community-curated set of custom agents, instructions, skills, hooks, workflows, and plugins designed to enhance the GitHub Copilot experience with full-text search and filtering.

data-breach-blast-radius
🎯content-management-systems🎯Skill

Part of Awesome GitHub Copilot, a community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins for enhancing GitHub Copilot. The project includes a browsable website with full-text search and a machine-readable llms.txt for AI agent consumption.

content-management-systems
🎯arduino-azure-iot-edge-integration🎯Skill

Part of Awesome GitHub Copilot, a community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for enhancing the GitHub Copilot experience.

arduino-azure-iot-edge-integration
🎯foundry-agent-sync🎯Skill

A community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot. Includes a searchable website, machine-readable llms.txt, and a learning hub covering everything from core concepts to hands-on guides for agentic workflows.

foundry-agent-sync
🎯resemble-detect🎯Skill

Part of Awesome GitHub Copilot, a community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for enhancing GitHub Copilot, with full-text search, an MCP tools section, and a learning hub for customization guides.

resemble-detect
🎯javax-to-jakarta-migration🎯Skill

A skill from GitHub's Awesome Copilot collection that guides AI agents through migrating Java projects from the javax namespace to Jakarta EE, covering package renaming, dependency updates, and compatibility checks.

javax-to-jakarta-migration
🎯qdrant-performance-optimization🎯Skill

A skill from the Awesome GitHub Copilot collection that provides expert guidance on optimizing Qdrant vector database performance, available as a drop-in resource for Copilot, Cursor, Claude Code, and other AI coding agents.

qdrant-performance-optimization
🎯qdrant-model-migration🎯Skill

Guides embedding model migration in Qdrant without downtime, covering alias-swap and dual-write strategies for switching providers, upgrading dimensions, or A/B testing models while keeping production available.

qdrant-model-migration
🎯qdrant-search-quality🎯Skill

Part of Awesome GitHub Copilot, a community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins designed to enhance the GitHub Copilot experience.

qdrant-search-quality
🎯qdrant-clients-sdk🎯Skill

Part of Awesome GitHub Copilot, a community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to enhance the GitHub Copilot experience. Includes a searchable website, full-text search, and a Learning Hub with curated guides.

qdrant-clients-sdk
🎯impediment-prioritization🎯Skill

Part of Awesome GitHub Copilot, a community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins to enhance GitHub Copilot. Features full-text search, a Learning Hub with tutorials, and machine-readable llms.txt for AI agents.

impediment-prioritization
🎯qdrant-version-upgrade🎯Skill

A community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot, with a browsable website featuring full-text search and a learning hub for customization guides.

qdrant-version-upgrade
🎯qdrant-deployment-options🎯Skill

Part of the Awesome GitHub Copilot collection, a community-curated repository of custom agents, instructions, skills, hooks, agentic workflows, and plugins with full-text search, a learning hub, and a machine-readable llms.txt for AI agents.

qdrant-deployment-options
🎯qdrant-monitoring🎯Skill

A community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot. Features full-text search, a learning hub with guides and tutorials, and a machine-readable llms.txt for AI agent integration.

qdrant-monitoring
🎯qdrant-scaling🎯Skill

A skill from the official Awesome GitHub Copilot collection, a community-created repository of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot. Features a searchable website, machine-readable llms.txt, and a learning hub with guides and tutorials.

qdrant-scaling
🎯eyeball🎯Skill

Part of Awesome GitHub Copilot, a community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for extending GitHub Copilot, with a searchable website and machine-readable resource listings.

eyeball
🎯azure-smart-city-iot-solution-builder🎯Skill

A community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot, with full-text search, a learning hub, and machine-readable listings for AI agents.

azure-smart-city-iot-solution-builder
🎯dotnet-mcp-builder🎯Skill

A community-curated collection of custom agents, instructions, skills, hooks, agentic workflows, and plugins for GitHub Copilot, with a searchable website, Learning Hub, and machine-readable llms.txt for AI agent consumption.

dotnet-mcp-builder
🎯performance-review-writer🎯Skill

A community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to enhance the GitHub Copilot experience. Covers a wide range of productivity and development tools curated by the community.

performance-review-writer
🎯mini-context-graph🎯Skill

Part of the Awesome GitHub Copilot collection, a community-curated repository of custom agents, instructions, skills, hooks, workflows, and plugins for enhancing GitHub Copilot, with full-text search and a learning hub for customization guides.

mini-context-graph
🎯vardoger-analyze🎯Skill

A community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins to extend GitHub Copilot, with full-text search and filtering across hundreds of resources.

vardoger-analyze
🎯python-azure-iot-edge-modules🎯Skill

A community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins to enhance the GitHub Copilot experience, with full-text search and a learning hub for guides and tutorials.

python-azure-iot-edge-modules
🎯conventional-branch🎯Skill

Part of Awesome GitHub Copilot, a community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to extend GitHub Copilot with specialized capabilities.

conventional-branch
🎯mvvm-toolkit-di🎯Skill

Part of Awesome GitHub Copilot, a community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to enhance the GitHub Copilot experience with full-text search, learning resources, and MCP server tooling.

mvvm-toolkit-di
🎯mvvm-toolkit🎯Skill

Part of Awesome GitHub Copilot, a community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins to enhance GitHub Copilot, with full-text search and filtering available on the companion website.

mvvm-toolkit
🎯mvvm-toolkit-messenger🎯Skill

A community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot. Includes a website with full-text search, a learning hub for guides and tutorials, and a machine-readable llms.txt for AI agents.

mvvm-toolkit-messenger
🎯ui-screenshots🎯Skill

A community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot. Features a browsable website with full-text search, a learning hub for guides, and a machine-readable llms.txt for AI agent consumption.

ui-screenshots
🎯generate-image🎯Skill

A community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot. It includes a searchable website, learning hub with guides, and machine-readable listings for AI agents.

generate-image
🎯x-twitter-scraper🎯Skill

Part of the Awesome GitHub Copilot collection, a community-curated repository of custom agents, instructions, skills, hooks, workflows, and plugins for extending GitHub Copilot capabilities with full-text search and filtering.

x-twitter-scraper
🎯screen-recording🎯Skill

A community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot, with a searchable website, learning hub, and machine-readable llms.txt for AI agents.

screen-recording
🎯sql-server-table-reconciliation🎯Skill

Part of the Awesome GitHub Copilot collection, a community-curated repository of custom agents, instructions, skills, hooks, workflows, and plugins for extending GitHub Copilot with a learning hub, full-text search, and machine-readable llms.txt.

sql-server-table-reconciliation
🎯rhino3d-scripts🎯Skill

Part of the Awesome GitHub Copilot collection, a community-curated set of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot. Includes full-text search, MCP server integrations, and a learning hub.

rhino3d-scripts
🎯github-codespaces-efficiency🎯Skill

Part of Awesome GitHub Copilot, a community-curated collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot. Features full-text search, filtering, and a learning hub covering everything from core concepts to advanced agentic workflows.

github-codespaces-efficiency
🎯slang-shader-engineer🎯Skill

Skill

slang-shader-engineer
🎯pr-screenshots🎯Skill

Skill

pr-screenshots
🎯msgraph-sdk🎯Skill

Skill

msgraph-sdk
🎯ssma-console🎯Skill

Skill

ssma-console
🎯image-annotations🎯Skill

Skill

image-annotations
🎯optimize-simplicite-logs🎯Skill

Skill

optimize-simplicite-logs
🎯efcore-d2-db-diagram🎯Skill

Skill

efcore-d2-db-diagram
🎯sync-agents🎯Skill

Skill

sync-agents