
github / awesome-copilot
✓ Official★ 36,200A skill package that teaches your agent 325 capabilities — every one documented and browsable below, no GitHub required · by github.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…
15 files — installable on its own
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc…
2 files — installable on its own
Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS…
1 file — installable on its own
Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting…
1 file — installable on its own
Add educational comments to code files to transform them into effective learning resources. Adapts explanation depth and tone to three configurable knowledge levels: beginner, intermediate, and advanced Automatically requests a file if none is provided, with numbered list matching for quick selection Expands files by up to 125% using educational comments only (hard limit: 400 new lines; 300 for files over 1,000 lines) Preserves file encoding, indentation style, syntax correctness, and...
1 file — installable on its own
Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate…
7 files — installable on its own
Declarative policies, intent classification, and audit trails for controlling AI agent tool access and behavior. Composable governance policies define allowed/blocked tools, content filters, rate limits, and approval requirements — stored as configuration, not code Semantic intent classification detects dangerous prompts (data exfiltration, privilege escalation, prompt injection) before tool execution using pattern-based signals Tool-level governance decorator enforces policies at function...
1 file — installable on its own
Evaluate AI agent systems against the OWASP Agentic Security Initiative (ASI) Top 10 — the industry standard for agent security posture.
1 file — installable on its own
Generate and verify integrity manifests for AI agent plugins and tools. Detect tampering, enforce version pinning, and establish supply chain provenance.
1 file — installable on its own
Iterative evaluation and refinement patterns for improving AI agent outputs through self-critique loops. Provides three core patterns: basic reflection (self-critique loops), evaluator-optimizer (separated generation and evaluation), and code-specific test-driven refinement Supports multiple evaluation strategies including outcome-based assessment, LLM-as-judge comparison, and rubric-based scoring with weighted dimensions Includes practical Python implementations with structured JSON output...
1 file — installable on its own
Comprehensive safety analysis and improvement framework for AI prompts with detailed assessment methodologies. Evaluates prompts across eight dimensions: safety, bias detection, security, effectiveness, best practices compliance, pattern analysis, technical robustness, and performance optimization Provides structured analysis reports with risk scoring, critical issue identification, and strength assessment across all evaluation criteria Delivers improved prompt versions with specific...
1 file — installable on its own
Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review…
1 file — installable on its own
Bootstrap and run a multi-agent AI development team. Use when: starting a new software project with AI agents, setting up parallel dev/QA teams, creating…
6 files — installable on its own
Add Azure App Insights telemetry to ASP.NET Core or Node.js webapps hosted in Azure. Supports ASP.NET Core apps (with auto-instrumentation option for App Service) and Node.js apps Guides you through creating an App Insights resource via Bicep templates or Azure CLI Provides language-specific code modification guides for C#, JavaScript/TypeScript, and Python Requires identifying the app's programming language, framework, and hosting environment before instrumentation begins
11 files — installable on its own
Codebase auditor identifying Apple App Store rejection risks and compliance gaps. Systematically reviews Info.plist, entitlements, privacy manifests, permissions, IAP flows, account handling, and content moderation against App Store Review Guidelines Produces prioritized risk register with severity levels, evidence citations, and concrete remediation steps Includes reviewer experience checklist and draft App Review Notes to streamline submission and reduce re-review cycles Focuses on...
1 file — installable on its own
Diagnose and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices. Provides step-by-step triage plans using systemctl, journalctl, and pacman to identify root causes Delivers copy-paste-ready remediation commands with verification steps after each major change Addresses kernel updates, reboot considerations, and rollback procedures for safe recovery Accepts optional system snapshots and constraint inputs to tailor diagnosis to your environment
1 file — installable on its own
Analyzes codebases to generate comprehensive architectural documentation with diagrams and implementation patterns. Auto-detects technology stacks (.NET, Java, React, Angular, Python, Node.js, Flutter) and architectural patterns (Clean Architecture, Microservices, Layered, MVVM, Hexagonal, Event-Driven, Serverless, Monolithic) Generates C4, UML, Flow, or Component diagrams at multiple abstraction levels showing subsystems, dependencies, and data flow Documents core components, layers, data...
1 file — installable on its own
Design and implement Arduino integration with Azure IoT Hub and IoT Edge, including secure provisioning, resilient telemetry, command handling, and production…
4 files — installable on its own
INVOKE THIS SKILL when creating, reading, updating, or deleting Arize AI integrations. Covers listing integrations, creating integrations for any supported LLM…
4 files — installable on its own
INVOKE THIS SKILL when creating, managing, or using annotation configs or annotation queues on Arize (categorical, continuous, freeform), or applying human…
4 files — installable on its own
INVOKE THIS SKILL when creating, managing, or querying Arize datasets and examples. Also use when the user needs test data or evaluation examples for their…
4 files — installable on its own
INVOKE THIS SKILL for LLM-as-judge evaluation workflows on Arize: creating/updating evaluators, running evaluations on spans or experiments, tasks,…
4 files — installable on its own
INVOKE THIS SKILL when creating, running, or analyzing Arize experiments. Also use when the user wants to evaluate or measure model performance, compare models…
4 files — installable on its own
INVOKE THIS SKILL when adding Arize AX tracing or observability to an app for the first time, or when the user wants to instrument their LLM app or get started…
3 files — installable on its own
Generate deep links to the Arize UI. Use when the user wants a clickable URL to open or share a specific trace, span, session, dataset, labeling queue,…
3 files — installable on its own
INVOKE THIS SKILL when optimizing, improving, or debugging LLM prompts using production trace data, evaluations, and annotations. Also use when the user wants…
4 files — installable on its own
INVOKE THIS SKILL when downloading, exporting, or inspecting Arize traces and spans, or when a user wants to look at what their LLM app is doing using existing…
4 files — installable on its own
Code-first orchestration for polyglot distributed apps with automatic service discovery and observability. Orchestrates containers, executables, and cloud resources (C#, Python, JavaScript, Go, Java, Rust, and more) from a single .NET AppHost project Includes 144+ integrations across databases, caches, messaging, AI, and observability platforms with automatic environment variable injection for service discovery Built-in dashboard provides real-time logs, traces, metrics, and GenAI...
11 files — installable on its own
ASP.NET Minimal API endpoints with automatic OpenAPI/Swagger documentation and strong typing. Organize endpoints using MapGroup() , endpoint filters, and feature-based folder structures for scalability Define explicit request/response DTOs with validation attributes; use record types and TypedResults for type safety Leverage .NET 9 built-in OpenAPI support with operation summaries, descriptions, operationIds, and property-level documentation via [Description()] Apply document and schema...
1 file — installable on its own
Shared audit integrity framework for all AppSec agents — enforces output quality, intellectual honesty, and continuous improvement through anti-rationalization…
9 files — installable on its own
Analyze screen recordings of manual processes and generate working automation scripts at multiple complexity tiers. Extracts frames and audio narration from video files, reconstructs the step-by-step workflow, and proposes automation tailored to the user's installed tools Offers three automation tiers: quick wins (shell aliases, one-liners), standalone scripts (bash, Python, Node), and full scheduled automation with logging and error handling Includes application-specific strategies for...
1 file — installable on its own
Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then…
1 file — installable on its own
Setup and initialization guide for developing AWS CDK (Cloud Development Kit) applications in Python. This skill enables users to configure environment…
1 file — installable on its own
Analyze Azure resources and IaC files to identify cost optimizations, creating tracked GitHub issues for implementation. Discovers Azure resources across subscriptions and resource groups, analyzes IaC files (Bicep, Terraform, ARM templates), and collects usage metrics from Log Analytics to validate current costs Generates evidence-based optimization recommendations with priority scoring based on monthly savings, implementation effort, and risk assessment Creates individual GitHub issues for...
1 file — installable on its own
A pipeline that designs Azure infrastructure using natural language, or analyzes existing resources to visualize architecture and proceed through modification and deployment.
21 files — installable on its own
Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use…
5 files — installable on its own
Manage Azure DevOps resources including projects, repos, pipelines, builds, work items, and service endpoints via CLI. Covers six major domains: Repos and PRs, Pipelines and Builds, Boards and Work Items, Variables and Agents, Organization and Security, and Advanced Usage patterns Requires Azure CLI 2.81.0+ with the azure-devops extension; authenticate using PAT tokens and configure default organization/project to avoid repeating flags Supports output formatting with JMESPath queries, global...
10 files — installable on its own
Real-time Azure service pricing lookup and Copilot Studio agent credit cost estimation. Queries the Azure Retail Prices API to fetch current pricing for compute, storage, networking, databases, AI, and all other Azure service families across regions and SKUs Supports filtering by service name, region, SKU, price type (consumption, reservation, spot), and savings plan options with OData syntax Includes cost estimation formulas for monthly and annual workload projections based on usage...
6 files — installable on its own
Diagnose Azure resource health issues and generate a prioritized remediation plan. Analyzes resource status, logs, and telemetry across 8+ Azure service types (Web Apps, VMs, Cosmos DB, Storage, SQL Database, Application Insights, Key Vault, Service Bus) Executes targeted KQL queries against Log Analytics and Application Insights to identify errors, performance degradation, and anomalies Classifies issues by severity (Critical, High, Medium, Low) and performs root cause analysis across...
1 file — installable on its own
Analyze Azure resource groups and generate detailed Mermaid diagrams showing resource relationships and architecture. Discovers and analyzes all resources within a specified resource group, capturing configurations, SKUs, network settings, and identity details Maps relationships between resources including network connections, data flows, identity bindings, and dependencies Generates layered Mermaid diagrams with subgraphs organized by function (Network, Compute, Data, Security, Monitoring)...
4 files — installable on its own
Guidance for selecting least-privilege Azure roles matching specific permission requirements. Searches Azure built-in roles to find the minimal role matching desired permissions, or generates custom role definitions when no built-in role fits Provides CLI commands and Bicep code snippets for applying role assignments to identities Integrates Azure documentation, best practices, and Bicep schema tools to recommend and implement role configurations
2 files — installable on its own
Design and plan end-to-end Azure IoT and Smart City solutions: requirements, architecture, security, operations, cost, and a phased delivery plan with concrete…
3 files — installable on its own
Deploy static sites and serverless APIs to Azure with local development emulation and CLI automation. Provides local emulator ( swa start ) with API proxy, authentication simulation, and framework auto-detection for React, Vue, Angular, Next.js, and others Supports Azure Functions backends with Node.js, Python, and .NET runtimes; configure via staticwebapp.config.json for routes, auth rules, and headers Includes deployment workflow: swa init (auto-detects framework), swa build , swa start...
1 file — installable on its own
Expert-level Windows batch file (.bat/.cmd) skill for writing, debugging, and maintaining CMD scripts. Use when asked to "create a batch file", "write a .bat…
12 files — installable on its own
Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness with exact patch locations. Analyzes every BigQuery job trigger and external API call to identify cost exposure, loop-driven query multiplication, and missing maximum_bytes_billed limits Enforces dry-run and execute modes with explicit prod confirmation, partition filter validation, and scan-size optimization Validates idempotent writes using MERGE, staging tables, or dedup logic; flags unsafe append...
1 file — installable on its own
Interactive workflow to refine task prompts through structured questioning and clipboard delivery. Guides users through systematic prompt refinement by interrogating scope, deliverables, constraints, and technical requirements Produces polished markdown prompts and automatically copies them to the system clipboard via the Joyride extension Focuses exclusively on prompt engineering; does not generate code or implementation details Requires the Joyride extension for VSCode clipboard...
1 file — installable on its own
Turn engineering work into evidence-backed impact statements for performance reviews, self-reviews, promotion packets, and weekly updates. Uniquely mines Copilot CLI session logs, git history, and PRs to reconstruct forgotten work.
1 file — installable on its own
Architectural planning prompt for translating product requirements into modular, scalable technical specifications. Generates comprehensive Epic Architecture Specifications in Markdown, including system diagrams, feature lists, and technology stack recommendations Enforces domain-driven design patterns with Docker containerization, TypeScript/Next.js, Turborepo monorepos, tRPC APIs, and Stack Auth authentication Produces Mermaid diagrams spanning user, application, service, data, and...
1 file — installable on its own
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…
1 file — installable on its own
Detailed feature implementation plan generator following Epoch monorepo conventions. Generates comprehensive markdown implementation plans with system architecture, database schema, and API design specifications Includes Mermaid diagrams for system architecture, entity relationships, and component hierarchies with shadcn/ui integration Covers frontend component structure, state management patterns, backend service design, and deployment strategies Outputs structured plans to...
1 file — installable on its own
Structured PRD generation prompt for breaking down Epics into detailed feature specifications. Generates complete Product Requirements Documents in markdown format with standardized sections covering goals, user personas, stories, functional and non-functional requirements, and acceptance criteria Prompts for clarifying questions when insufficient information is provided, ensuring comprehensive feature definition before engineering handoff Organizes output into a consistent file structure (...
1 file — installable on its own
Comprehensive project planning with Epic > Feature > Story hierarchy, dependencies, priorities, and GitHub automation. Generates hierarchical work breakdown from epics down to individual tasks with INVEST-compliant user stories, technical enablers, and test items Provides GitHub issue templates for each work item type (epic, feature, story, enabler, task) with acceptance criteria, definitions of done, and dependency linking Includes priority and value matrix (P0–P3), Fibonacci story point...
1 file — installable on its own
Comprehensive test planning and quality assurance documentation generator aligned with ISTQB and ISO 25010 standards. Generates three core deliverables: test strategy, test issues checklist, and QA plan from feature PRDs and technical breakdowns Applies ISTQB test design techniques (equivalence partitioning, boundary value analysis, decision table testing, state transition testing) and test types (functional, non-functional, structural, change-related) Maps all eight ISO 25010 quality...
1 file — installable on its own
Diagnose and resolve CentOS issues with RHEL-compatible commands and SELinux awareness. Confirms CentOS release type (Stream vs. legacy) and provides triage steps using systemctl, journalctl, dnf/yum, and log inspection Includes copy-paste-ready remediation commands with verification steps after each major change Addresses SELinux policies and firewalld configuration as part of troubleshooting workflow Provides rollback and cleanup procedures to safely revert changes
1 file — installable on its own
Expert-level browser automation, debugging, and performance analysis via Chrome DevTools protocol. Four tool categories cover navigation, interaction, debugging, and performance profiling across 25+ commands Snapshot-first workflow provides element UIDs for reliable targeting; screenshots offer visual verification Network request inspection, console message analysis, and JavaScript evaluation support troubleshooting and validation Performance tracing with Core Web Vital analysis identifies...
1 file — installable on its own
Interactive training for GitHub Copilot CLI with guided lessons, quizzes, scenarios, and reference materials. Covers slash commands, shortcuts, modes, agents, skills, MCP, and configuration through eight progressive modules Includes quiz mode (5+ questions per module), scenario challenges, and a comprehensive final exam with XP-based progression tracking Levels progress from Newcomer to Wizard (1500 XP max) with XP rewards for lessons, correct answers, perfect quizzes, and scenarios...
12 files — installable on its own
Cloud design patterns for distributed systems architecture covering 42 industry-standard patterns across reliability, performance, messaging, security, and…
11 files — installable on its own
Technology-agnostic prompt generator for identifying and documenting high-quality code exemplars across multiple languages. Supports seven programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with auto-detection capability Configurable analysis depth (Basic, Standard, Comprehensive), categorization method (Pattern Type, Architecture Layer, File Type), and documentation format Generates exemplars.md files with real file references, descriptions, and optional code...
1 file — installable on its own
You are creating a CodeTour — a persona-targeted, step-by-step walkthrough of a codebase that links directly to files and line numbers. CodeTour files live in .tours/ and work with the VS Code CodeTour extension .
7 files — installable on its own
Comprehensive guide for setting up and configuring CodeQL code scanning via GitHub Actions workflows and the CodeQL CLI. This skill should be used when users…
8 files — installable on its own
Refactor Python scripts into beginner-friendly projects with instructional comments and markdown tutorials. Applies PEP 8 style guide compliance and standard Python best practices to improve code quality Adds instructional comments throughout the code explaining logic, reasoning, and importance for learners Generates a complete README.md tutorial with project overview, setup instructions, code breakdown, usage examples, and sample output Renames unclear variables and functions for clarity...
1 file — installable on its own
Analyzes git diffs or staged changes and generates narrative commit messages that explain WHY a change was made, not just what changed — following Conventional…
3 files — installable on its own
Generate Dockerfile and configuration files to containerize an ASP.NET .NET Framework application for Windows containers. Detects .NET Framework version from project file and selects appropriate Windows Server base images (Core or Full, versions 2016–2022) Modifies web.config to enable environment variable configuration via ConfigurationBuilders for app settings and connection strings Creates multi-stage Dockerfile with separate build (SDK) and runtime (ASP.NET) stages, including LogMonitor...
1 file — installable on its own
Generate Dockerfile and .dockerignore files customized for ASP.NET Core containerization. Accepts configurable settings for .NET version, Linux distribution (Debian, Alpine, Ubuntu, Chiseled, Azure Linux), base images, ports, and environment variables Creates multi-stage Dockerfile with SDK build stage and optimized runtime stage, following Microsoft best practices for .NET containerization Generates .dockerignore file with sensible defaults (bin/, obj/, .git/, etc.) plus custom patterns,...
1 file — installable on its own
Workflow for building and modifying content management systems across WordPress, Shopify, Wix, Squarespace, Drupal, WooCommerce, Joomla, HubSpot CMS Hub,…
3 files — installable on its own
Analyze codebases and map task-relevant files before implementing changes. Automatically searches for related files, dependencies, tests, and similar code patterns to establish full context Generates structured markdown output with files to modify, dependency relationships, test coverage, and reference patterns Includes risk assessment checklist for breaking changes, migrations, and configuration updates Designed as a pre-implementation step to prevent missed dependencies and unintended side...
1 file — installable on its own
Structured prompt template for generating standardized conventional commit messages. Provides XML-formatted workflow guiding users through staging changes, inspecting diffs, and constructing commits with type, scope, description, body, and footer fields Includes validation rules enforcing Conventional Commits specification compliance, with allowed types (feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert) Offers six practical examples covering common commit patterns,...
1 file — installable on its own
Convert plain text documentation to markdown with flexible formatting options. Supports three conversion approaches: explicit instructions, documented options, or reference file templates for consistent formatting patterns Includes predefined instruction shortcuts for common tasks like removing header digits, adjusting heading levels, and reducing indentation Handles code block detection with language identification, proper list nesting, and markdown syntax compliance across multiple target...
1 file — installable on its own
Interactive step-by-step tutorials for GitHub Copilot CLI with separate Developer and Non-Developer learning paths. Offers three core modes: Tutorial (guided lessons), Q&A (on-demand answers), and Reset (start over) Includes 7 shared and track-specific lessons covering prompts, permissions, slash commands, file mentions, planning, and advanced features like MCP servers Tracks progress with SQL-backed lesson completion and supports mid-tutorial track switching Provides beginner-friendly...
1 file — installable on its own
Generate GitHub Copilot instruction files by analyzing actual codebase patterns and technology versions. Scans projects to detect exact language, framework, and library versions, then generates instructions that enforce compatibility with those specific versions Analyzes existing code patterns for naming conventions, architecture style, error handling, testing approaches, and documentation standards to ensure Copilot-generated code matches established practices Supports multiple technology...
1 file — installable on its own
Programmatic agent runtime for embedding Copilot's agentic workflows in applications across Python, TypeScript, Go, and .NET. Exposes the same production-tested engine behind Copilot CLI with support for streaming responses, custom tool definitions, and multi-turn conversations Supports four language runtimes (Node.js 18+, Python 3.8+, Go 1.21+, .NET 8.0+) with consistent APIs across all platforms Enables integration with MCP servers for pre-built tools, custom agent personas with...
1 file — installable on its own
Project-specific context for conversations through curated documentation, code, and team instructions. List and load Copilot Spaces using MCP read-only tools; create, update, and delete spaces via GitHub REST API with gh api Spaces contain attached repositories, files, documentation, and custom instructions that ground Copilot responses in actual project knowledge Use spaces to answer architecture and standards questions, generate code following team conventions, or execute multi-step...
1 file — installable on its own
Retrieve and display GitHub Copilot usage metrics for organizations and enterprises. Supports both organization-level and enterprise-level metrics queries, with optional filtering by specific date (YYYY-MM-DD format) Provides aggregated metrics (total active users, acceptance rates, suggestions, chat interactions) and per-user breakdowns via separate commands Requires GitHub Enterprise Cloud, appropriate token permissions ( manage_billing:copilot or read:enterprise scope), and the "Copilot...
5 files — installable on its own
Comprehensive guide for designing Azure Cosmos DB NoSQL data models through structured requirements gathering and aggregate-oriented design. Guides you through capturing application requirements, access patterns, volumetrics, and workload characteristics in a structured cosmosdb_requirements.md file Applies aggregate-oriented design principles to group related entities based on access correlation, identifying relationships, and operational coupling Produces a final cosmosdb_data_model.md...
1 file — installable on its own
Generates standardized AGENTS.md files to help AI coding agents understand and work with your repository. Provides a template-driven approach for creating agent-focused documentation that complements README.md with technical setup, workflow, and testing instructions Covers essential sections including project overview, setup commands, development workflow, testing, code style, build/deployment, and PR guidelines Supports monorepo structures with guidance for creating AGENTS.md files at...
1 file — installable on its own
Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.
1 file — installable on its own
Generates formal, AI-optimized specifications for GitHub Actions workflows to standardize documentation and enable maintenance. Produces structured markdown specifications with execution flow diagrams, job dependency matrices, and requirement tables designed for token efficiency Covers functional, security, and performance requirements alongside input/output contracts, error handling strategies, and quality gates Includes sections for monitoring, compliance, edge cases, and change management...
1 file — installable on its own
Create GitHub issues from specification files using the feature_request.yml template. Analyzes specification files to extract requirements and automatically generates issue titles and descriptions Searches existing issues to prevent duplicates before creating new ones Supports both creating new issues and updating existing ones via the GitHub API Applies feature and enhancement labels automatically based on specification content
1 file — installable on its own
Create GitHub Issues automatically from implementation plan phases. Analyzes implementation plan files to identify phases and generates one issue per phase Uses feature_request.yml or chore_request.yml templates, with fallback to default issue format Checks for existing issues before creation to avoid duplicates, and updates existing issues when needed Includes phase details, requirements, and context in issue descriptions with appropriate labels
1 file — installable on its own
Automatically create GitHub issues for specification requirements not yet implemented in code. Analyzes specification files to extract all requirements, then checks codebase implementation status for each one Searches existing issues to prevent duplicates before creating new feature request issues Generates issues with requirement IDs, detailed descriptions, implementation guidance, and acceptance criteria Scans related specification files and code patterns to verify whether requirements are...
1 file — installable on its own
Create structured, machine-readable implementation plans for features, refactoring, upgrades, and infrastructure changes. Generates deterministic, AI-executable plans with discrete phases, atomic tasks, and explicit completion criteria Enforces strict template compliance with standardized identifier prefixes (REQ-, TASK-, GOAL-, etc.) and machine-parseable formats Includes mandatory sections for requirements, implementation phases, dependencies, testing, risks, and alternatives Supports...
1 file — installable on its own
Generates a specification-compliant llms.txt file that guides LLMs through repository structure and documentation. Analyzes repository layout, identifies key files (READMEs, specs, examples, configuration), and catalogs documentation structure before generation Creates llms.txt following the official specification at https://llmstxt.org/ with H1 project name, blockquote summary, and organized H2 file sections Organizes files into logical categories (Documentation, Specifications, Examples,...
1 file — installable on its own
Generates comprehensive README.md files for projects with professional structure and formatting. Analyzes entire project workspace to create contextually accurate, well-organized documentation Follows proven open-source README patterns with clear sections for setup, usage, and key features Uses GitHub Flavored Markdown and admonition syntax for enhanced readability and visual hierarchy Balances detail with conciseness, avoiding unnecessary sections and excessive emoji while maintaining...
1 file — installable on its own
Generate structured, AI-optimized specification documents with standardized templates and machine-readable formatting. Creates specification files in /spec/ directory following naming convention spec-[purpose]-[type].md with YAML front matter for metadata Enforces structured markdown with 11 standard sections covering purpose, requirements, interfaces, acceptance criteria, and validation Includes explicit guidelines for unambiguous language, acronym definitions, and self-contained...
1 file — installable on its own
Generate a Spring Boot 3.4.5 project skeleton with PostgreSQL, Redis, MongoDB, and Docker Compose. Scaffolds a Maven-based Spring Boot project with Java 21, including Lombok, Spring Data JPA, Spring Web, caching, and validation dependencies Pre-configures application.properties with connection details for PostgreSQL, Redis, and MongoDB, plus SpringDoc OpenAPI for API documentation Generates a docker-compose.yaml file with Redis 6, PostgreSQL 17, and MongoDB 8 services, each with persistent...
1 file — installable on its own
Generate a Spring Boot Kotlin project skeleton with pre-configured databases and development services. Downloads a Spring Boot 3.4.5 project template with Kotlin, WebFlux, R2DBC, Redis, and MongoDB dependencies via Spring Initializr Includes Docker Compose configuration for PostgreSQL 17, Redis 6, and MongoDB 8 with pre-set credentials and volume mounts Adds SpringDoc OpenAPI integration for Swagger UI documentation and ArchUnit for architecture testing Requires Java 21, Docker, and Docker...
1 file — installable on its own
Time-boxed technical spike documents for researching critical development decisions before implementation. Generates structured markdown spike files with clear objectives, research questions, investigation plans, and decision frameworks Supports six spike categories: API Integration, Architecture & Design, Performance & Scalability, Platform & Infrastructure, Security & Compliance, and User Experience Includes built-in checklists for research tasks, success criteria, findings documentation,...
1 file — installable on its own
Create concise, example-driven tldr pages from documentation URLs and command names. Requires both a command name and authoritative documentation URL; provides guidance if either is missing Extracts 5–8 most common use cases ordered by frequency, following strict tldr-pages project formatting standards Uses {{placeholder}} syntax for options, arguments, and user-provided values with specific conventions for flags, options with arguments, and subcommands Validates documentation sources and...
1 file — installable on its own
Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use…
1 file — installable on its own
Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration. Use when documenting behavioral differences between Oracle and…
3 files — installable on its own
Creates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Generates DB-agnostic xUnit tests with…
1 file — installable on its own
Best practices guide for C# asynchronous programming patterns and pitfalls. Covers naming conventions (Async suffix), return types (Task, ValueTask, avoid void), and exception handling strategies including ConfigureAwait and Task.FromException Highlights performance optimization techniques: Task.WhenAll for parallel execution, Task.WhenAny for timeouts, and cancellation token usage Documents critical pitfalls to avoid: blocking calls like .Wait() and .Result, async void methods outside event...
1 file — installable on its own
XML documentation standards and patterns for C# public APIs and members. Use <summary> for one-sentence descriptions starting with a present-tense verb, and <remarks> for implementation details, usage notes, or additional context Employ specific tags for different member types: <param> and <returns> for methods, <value> for properties, <typeparam> for generics, and <exception cref> for thrown exceptions Follow prescribed wording patterns for Boolean parameters and return values, enum...
1 file — installable on its own
Modern unit testing with MSTest 3.x/4.x using current APIs and best practices. Covers test class structure, lifecycle management, and the AAA (Arrange-Act-Assert) pattern with sealed classes and constructor-based initialization Provides comprehensive assertion APIs including equality, null checks, exception testing (Throws/ThrowsExactly), collections, strings, comparisons, and type assertions Supports data-driven tests via DataRow and DynamicData with ValueTuple and TestDataRow for type...
1 file — installable on its own
NUnit best practices for standard and data-driven unit testing in .NET projects. Organize tests with [TestFixture] classes matching production code, using [Test] methods named MethodName_Scenario_ExpectedBehavior and following Arrange-Act-Assert structure Data-driven testing via [TestCase] , [TestCaseSource] , [Values] , [Range] , and [Combinatorial] attributes for inline, programmatic, and parameterized test generation Use Assert.That with constraint model ( Is.EqualTo , Contains.Item ) and...
1 file — installable on its own
Best practices for writing unit tests with TUnit, including data-driven and advanced testing patterns. Use [Test] attribute for test methods; follow Arrange-Act-Assert pattern with naming convention MethodName_Scenario_ExpectedBehavior Data-driven testing via [Arguments] , [MethodData] , and [ClassData] attributes; multiple [Arguments] can apply to the same method Fluent async assertions with await Assert.That() syntax; chain with .And or .Or operators and use .Within() for tolerance...
1 file — installable on its own
Comprehensive XUnit testing guide covering standard facts, data-driven theories, and best practices. Covers test structure using Arrange-Act-Assert pattern, naming conventions, and fixture-based setup/teardown with IClassFixture<T> and ICollectionFixture<T> Explains data-driven testing with [Theory] combined with [InlineData] , [MemberData] , and [ClassData] attributes, plus custom data attribute creation Details assertion methods for equality, collections, regex patterns, and exception...
1 file — installable on its own
Prepare for tomorrow''s meetings and tasks. Pulls calendar from Outlook via WorkIQ, cross-references open tasks and workspace context, classifies meetings,…
1 file — installable on its own
Pre-breach impact analysis: inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and produces a regulatory…
8 files — installable on its own
Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Executes 11 independent steps covering data loading, abnormal period filtering, missing rate analysis, low-IV and high-PSI variable removal, null importance denoising, and correlation-based feature elimination Supports organization-level analysis with separate modeling and out-of-sample (OOS) sample handling, plus multi-process acceleration for IV and PSI calculations Generates comprehensive Excel report with 15...
6 files — installable on its own
Production-ready Dataverse SDK patterns with error handling, batch operations, and optimization techniques. Demonstrates exponential backoff retry logic for transient errors, batch CRUD operations with error recovery, and OData query optimization using filters, selects, expands, and paging with correct logical names Covers table metadata creation and inspection, custom column definitions with IntEnum option sets, and cache flushing strategies when schema changes Includes configuration best...
1 file — installable on its own
Generate production-ready Python code for Dataverse SDK with error handling and best practices. Implements comprehensive error handling using DataverseError hierarchy with retry logic and exponential backoff for transient failures Enforces singleton client pattern for connection management and includes structured logging for audit trails and debugging Applies OData optimization techniques: server-side filtering, column selection, and pagination to reduce data transfer Provides type hints,...
1 file — installable on its own
Python SDK setup and CRUD snippets for Microsoft Dataverse operations. Generates installation commands and DataverseClient initialization with InteractiveBrowserCredential authentication Includes single-record CRUD patterns (create, retrieve, update, delete) following official SDK conventions Covers bulk operations with both broadcast and 1:1 update modes for efficient batch processing Demonstrates retrieve-multiple queries with paging support (top, page_size parameters) Optionally includes...
1 file — installable on its own
Generate complete, production-ready solutions for Dataverse SDK use cases with architecture guidance. Analyzes requirements across data volume, frequency, performance, and error tolerance to recommend appropriate patterns (transactional, batch, query, file management, scheduled, or real-time) Provides full Python implementation including authentication, singleton service classes, CRUD operations, bulk processing, and comprehensive error handling Includes data model design with table...
1 file — installable on its own
Expert-guided triage and resolution for Debian Linux system issues using apt, systemd, and AppArmor. Diagnoses problems across package management, service health, and security policies with Debian-native tools Provides step-by-step triage plans using systemctl , journalctl , apt , and dpkg with copy-paste-ready commands Includes verification steps after remediation and rollback guidance for safe recovery Accounts for AppArmor and firewall considerations in troubleshooting workflows
1 file — installable on its own
Complete development kit for building Microsoft 365 Copilot declarative agents with TypeSpec and Agents Toolkit integration. Three specialized workflows cover basic agent creation, advanced enterprise design, and validation/optimization for existing agents Supports up to 5 capabilities from 11 options including WebSearch, OneDrive/SharePoint, Graph Connectors, Power Platform, and custom connectors Enforces v1.5 schema compliance with character limits (name: 100, description: 1000,...
1 file — installable on its own
Dependabot is GitHub's built-in dependency management tool with three core capabilities:
5 files — installable on its own
Comprehensive rollout plan generator with preflight checks, phased deployment, verification signals, and rollback procedures. Generates structured plans covering executive summary, prerequisites, preflight validation, step-by-step deployment phases, and post-deployment tasks Includes immediate, short-term, medium-term, and long-term verification signals to confirm deployment success across multiple time windows Provides rollback decision criteria, automated revert procedures, and...
1 file — installable on its own
Perform a systematic diagnostic scan of an AI workflow across 5 quality dimensions — prompt quality, context efficiency, tool health, architecture fitness, and…
1 file — installable on its own
Expert technical writer for Diátaxis-framework documentation creation across tutorials, how-to guides, reference, and explanation formats. Structures documentation into four distinct types: tutorials for learning, how-to guides for problem-solving, reference for technical specifications, and explanations for conceptual understanding Follows a three-step workflow: clarify document type and audience, propose a detailed outline for approval, then generate full markdown content Maintains...
1 file — installable on its own
Validate .NET/C# code against comprehensive best practices for your solution and project. Covers 10+ practice areas including XML documentation, design patterns, dependency injection, async/await, testing standards, and error handling Enforces specific patterns: primary constructors for DI, Command Handler pattern with generics, interface segregation, and Factory pattern for object creation Includes resource management with ResourceManager for localization, structured logging via...
1 file — installable on its own
Comprehensive C#/.NET design pattern analysis with actionable improvement recommendations. Evaluates six core patterns: Command, Factory, Dependency Injection, Repository, Provider, and Resource patterns against GoF and SOLID principles Analyzes architecture compliance including namespace conventions, project separation, async/await patterns, and structured logging implementation Reviews code quality across security, testability, maintainability, and performance dimensions with specific...
1 file — installable on its own
.NET timezone handling guidance for C# applications. Use when working with TimeZoneInfo, DateTimeOffset, NodaTime, UTC conversion, daylight saving time,…
4 files — installable on its own
Comprehensive prompts for analyzing, planning, and executing .NET framework upgrades across multi-project solutions. Covers the full upgrade lifecycle: project discovery and classification, dependency analysis, framework targeting, code modernization, and breaking change detection Includes 24+ ready-to-use prompts organized into nine categories spanning strategy, CI/CD pipeline updates, testing validation, and version control practices Provides guidance on using .NET Upgrade Assistant,...
1 file — installable on its own
Three-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs adversarial review…
3 files — installable on its own
Use when creating, editing, or generating draw.io diagram files (.drawio, .drawio.svg, .drawio.png). Covers mxGraph XML authoring, shape libraries, style…
17 files — installable on its own
Generate draw.io diagrams as .drawio files and export to PNG/SVG/PDF with embedded XML
4 files — installable on its own
EditorConfig file generator that analyzes projects and creates comprehensive editor configuration based on best practices. Analyzes project structure and file types to infer languages and technologies, then generates targeted configuration rules for each file type Applies universal best practices including UTF-8 charset, LF line endings, trailing whitespace removal, and final newline insertion Respects user preferences (spaces vs. tabs, indentation size) while flagging any conflicts with...
1 file — installable on its own
Entity Framework Core best practices guide covering design, performance, security, and testing patterns. Covers eight core areas: DbContext design, entity modeling, performance optimization, migrations, querying strategies, change tracking, security, and testing approaches Emphasizes practical patterns like DbContextFactory, IEntityTypeConfiguration separation, AsNoTracking() for read-only queries, and compiled queries for frequently executed operations Includes migration best practices such...
1 file — installable on its own
Draft and review professional emails that match your personal writing style. Analyzes your sent emails for tone, greeting, structure, and sign-off patterns via…
1 file — installable on its own
Create Agent Users in Microsoft Entra ID to enable AI agents to act as digital workers with user identity access. Provisions specialized user identities ( idtyp=user tokens) linked to agent identities, allowing agents to access user-only APIs like Exchange mailboxes, Teams, and org charts Requires a parent agent identity created from an agent identity blueprint; supports 1:1 relationship with optional manager assignment and license provisioning Includes step-by-step HTTP and PowerShell...
1 file — installable on its own
You're building an automated evaluation pipeline that tests a Python-based AI application end-to-end — running it the same way a real user would, with real inputs — then scoring the outputs using evaluators and producing pass/fail results via pixie test .
22 files — installable on its own
Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam.
1 file — installable on its own
Generate Excalidraw diagrams from natural language descriptions in multiple formats. Supports nine diagram types: flowcharts, relationship diagrams, mind maps, architecture diagrams, data flow diagrams, swimlane business flows, class diagrams, sequence diagrams, and ER diagrams Outputs valid .excalidraw JSON files that open directly in Excalidraw or the VS Code extension Includes layout guidelines, element count recommendations, and color schemes for consistent visual design Optional...
19 files — installable on its own
Document analysis with inline source screenshots. When you ask Copilot to analyze a document, Eyeball generates a Word doc where every factual claim includes a…
3 files — installable on its own
Microsoft Fabric Lakehouse storage for unified tabular and non-tabular data with Delta Lake, SQL analytics, and fine-grained security. Combines data lake flexibility with data warehouse management through Delta Lake format, ACID transactions, versioning, and SQL endpoints for T-SQL querying Organizes data via schemas (folders under Tables), shortcuts (virtual links to internal/external sources), and materialized views for optimized query performance Supports multiple data formats: Delta...
4 files — installable on its own
Diagnose and resolve Fedora Linux issues with dnf, systemd, and SELinux guidance. Accepts optional Fedora release version and problem constraints to tailor troubleshooting scope Provides step-by-step triage plans using systemctl, journalctl, and dnf with copy-paste-ready commands Includes verification steps after each remediation and addresses SELinux and firewalld considerations Offers rollback and cleanup procedures to safely undo changes
1 file — installable on its own
Polish and refine agent prompt files against proven best practices. Requires a prompt file as input; will request one if not provided Preserves front matter, encoding, and markdown structure while improving clarity and organization Corrects spelling, grammar, and wording issues without altering the original intent Applies patterns from successful prompts to strengthen structure and effectiveness
1 file — installable on its own
Detect and remove AI-generated patterns from Finnish text to match native speaker voice. Identifies 26 patterns across Finnish-specific structures (passive overuse, missing particles, translation calques, genitive chains) and universal markers (hedging, filler phrases, artificial enthusiasm) Preserves meaning, register, and technical content while replacing AI patterns with natural Finnish constructions Includes adaptive workflow: analyzes short texts directly, flags patterns in longer...
3 files — installable on its own
Interactive task refinement workflow that interrogates scope, deliverables, and constraints before execution. Uses the joyride_request_human_input tool to ask clarifying questions iteratively, ensuring full understanding of task requirements before proceeding Guides users through defining objectives, success criteria, technical requirements, and expected deliverables through structured dialogue Performs project exploration including web research when needed to build comprehensive task...
1 file — installable on its own
Programmatically build, scaffold, and deploy Power Automate cloud flows via FlowStudio MCP. Requires a FlowStudio MCP subscription and valid JWT token; connection setup covered in the flowstudio-power-automate-mcp skill Covers the full build workflow: safety checks for existing flows, connection reference discovery, definition construction, deployment (create or update), and test execution Includes reference templates for triggers, core actions (variables, control flow, expressions), data...
8 files — installable on its own
Diagnose and fix failing Power Automate cloud flows through step-by-step error inspection. Requires a FlowStudio MCP server connection with valid JWT; see the flowstudio-power-automate-mcp skill for setup Provides a structured 8-step workflow: locate flow, find failing run, extract top-level error, read flow definition, inspect action outputs, pinpoint root cause, apply fix, and verify Supports fast-path diagnosis via FlowStudio for Teams subscriptions using get_store_flow_errors for per-run...
4 files — installable on its own
Classify, tag, and govern Power Automate flows at scale through the FlowStudio MCP cached store — without Dataverse, without the CoE Starter Kit, and without the Power Automate portal.
1 file — installable on its own
Programmatic Power Automate flow management via FlowStudio MCP server. List, read, and monitor cloud flows directly from the Power Automate API without UI or manual steps Inspect run history, per-action error details, and trigger outputs; resubmit failed runs or cancel active executions Update flow definitions, manage connections, and retrieve HTTP-triggered flow callback URLs Requires FlowStudio MCP subscription with JWT token authentication; Python or Node.js helper functions provided for...
6 files — installable on its own
Monitor flow health, track failure rates, and inventory tenant assets through the FlowStudio MCP cached store — fast reads, no PA API rate limits, and enriched with governance metadata and remediation hints.
1 file — installable on its own
Comprehensive guide for building Blazor apps with Microsoft Fluent UI components. Covers setup (service registration, mandatory providers), component patterns (lists, dialogs, forms), and icons via a separate NuGet package with strongly-typed variants and sizes Explains critical patterns: FluentSelect / FluentAutocomplete use Items , OptionText , and SelectedOption binding (not <option> children), and dialogs use IDialogService with content components, not visibility toggling Provides...
6 files — installable on its own
Analyzes project folder structures across multiple technology stacks and generates comprehensive organization blueprints. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter) and identifies architectural patterns including monorepos, microservices, and frontend components Generates detailed blueprints with customizable visualization styles (ASCII tree, markdown lists, or tables) and configurable depth levels Documents file placement patterns, naming conventions,...
1 file — installable on its own
Create and synchronize prompt-based AI agents directly within Azure AI Foundry via REST API, from a local JSON manifest. Unlike scaffolding skills that only…
1 file — installable on its own
Expert skill for writing FreeCAD Python scripts, macros, and automation. Use when asked to create FreeCAD models, parametric objects, Part/Mesh/Sketcher…
7 files — installable on its own
Patterns and lived experience from Vega, an AI partner in a deep long-term partnership. For Ember to draw on when working with humans who are building…
1 file — installable on its own
Web-based game engine and game development using HTML5 Canvas, WebGL, and JavaScript. Covers 2D and 3D game creation with frameworks like Phaser, Three.js, Babylon.js, and A-Frame Includes game loop implementation, physics, collision detection, sprite management, tilemaps, and rendering techniques Supports multiple input methods: keyboard, mouse, touch, and gamepad controls Provides starter templates for breakout games, platformers, maze games, and 3D experiences Addresses audio integration,...
17 files — installable on its own
Apply GDPR-compliant engineering practices across your codebase. Use this skill whenever you are designing APIs, writing data models, building authentication…
4 files — installable on its own
Systematic workflow for identifying missing features, prioritizing them, and creating detailed GitHub issue specifications. Guides through five structured phases: project understanding, gap analysis, prioritization scoring, specification development, and issue creation Uses a quantitative priority matrix (User Impact × Strategic Alignment / Implementation Effort × Risk Level) to rank features objectively Includes work distribution optimization to maximize independent development streams and...
1 file — installable on its own
Generates GitHub Copilot migration instructions by analyzing code differences between project versions. Compares two project states (branches, commits, or tags) to extract transformation patterns, API changes, and architectural shifts Creates a .github/copilot-migration-instructions.md file with mandatory rules, validated transformations, API correspondences, and obsolete patterns to avoid Supports multiple migration types: framework version upgrades, architecture refactoring, technology...
1 file — installable on its own
This skill helps you create and improve IP geolocation feeds in CSV format by:
13 files — installable on its own
Standardized git commits using Conventional Commits specification with intelligent diff analysis and message generation. Auto-detects commit type (feat, fix, docs, refactor, perf, test, build, ci, chore, revert) and scope from actual code changes Generates semantic commit messages following conventional format with optional body and footer sections Intelligently stages files for logical grouping when needed, with support for pattern-based and interactive staging Detects breaking changes and...
1 file — installable on its own
Analyzes git changes and creates semantic Git Flow branches automatically based on change type. Inspects staged and unstaged changes via git status and git diff to determine branch category: feature, release, or hotfix Generates semantic branch names following Git Flow conventions (e.g., feature/user-auth , release-1.2.0 , hotfix/security-patch ) Branches from the correct source ( develop for features and releases, master for hotfixes) and creates the branch in one command Handles edge cases...
1 file — installable on its own
Generates production-ready GitHub Copilot configuration files tailored to your project's technology stack. Gathers project information (language, framework, tech stack, development style) and creates a complete .github/ directory structure with instructions, skills, and agents Generates language-specific instruction files, testing standards, security guidelines, and code review practices with attribution to awesome-copilot patterns where applicable Creates six reusable skills (component...
1 file — installable on its own
Create, update, and manage GitHub issues with full workflow support including types, labels, assignees, and dependencies. Supports issue creation with type categorization (Bug, Feature, Task, etc.), labels, assignees, and milestones via gh api REST calls Read operations via MCP tools for fetching issue details, comments, labels, and cross-repository search Handles issue updates (title, body, state, labels, assignees) and includes templates for bug reports, feature requests, and tasks...
10 files — installable on its own
This skill automates the full release workflow for a single-package GitHub repository, from analysis through changelog authoring and PR creation. It relies exclusively on gh (GitHub CLI) and git � no other tools needed.
4 files — installable on its own
Generate production-ready Go MCP server projects with proper structure, dependencies, and typed tool implementations. Scaffolds complete Go module layout with official MCP SDK integration, including main server setup, tool registration, and graceful shutdown handling Provides typed tool handlers with JSON schema validation, structured inputs/outputs, and context-aware error handling Includes configuration management via environment variables, basic test structure, and README documentation...
1 file — installable on its own
Production-grade scroll animations with GitHub Copilot prompts, ready-to-use code recipes, and deep API references.
4 files — installable on its own
Launch new products from idea to first customers. Use when launching products, finding early adopters, building launch week playbooks, diagnosing why adoption…
1 file — installable on its own
Go-to-market strategy for AI products. Use when positioning AI products, handling "who is responsible when it breaks" objections, pricing variable-cost AI,…
1 file — installable on its own
Board meeting preparation, investor updates, and executive communication. Use when preparing board decks, writing investor updates, handling bad news with the…
1 file — installable on its own
Build and scale developer-led adoption through ecosystem programs. Use when deciding open vs curated ecosystems, building developer programs, scaling platform…
1 file — installable on its own
Strategic account planning and execution for enterprise deals. Use when planning complex sales cycles, managing multiple stakeholders, applying MEDDICC…
1 file — installable on its own
Four-phase framework for onboarding enterprise customers from contract to value realization. Use when implementing new enterprise customers, preventing churn…
1 file — installable on its own
Design meeting rhythms, metric reporting, quarterly planning, and decision-making velocity for scaling companies. Use when decisions are slow, planning is…
1 file — installable on its own
Build and scale partner ecosystems that drive revenue and platform adoption. Use when building partner programs from scratch, tiering partnerships, managing…
1 file — installable on its own
Find and own a defensible market position. Use when messaging sounds like competitors, conversion is weak despite awareness, repositioning a product, or…
1 file — installable on its own
Build self-serve acquisition and expansion motions. Use when deciding PLG vs sales-led, optimizing activation, driving freemium conversion, building growth…
1 file — installable on its own
Pricing strategy for technical products. Use when choosing usage-based vs seat-based, designing freemium thresholds, structuring enterprise pricing…
1 file — installable on its own
Image processing and manipulation using ImageMagick across Windows, Linux, and macOS. Retrieve image metadata, dimensions, and format information with the identify command Resize single or batch images with aspect ratio control and thumbnail generation Filter and process images based on dimensions or file type criteria Requires ImageMagick installed and available as magick on PATH; includes platform-specific setup for PowerShell (Windows) and Bash (Linux/macOS)
1 file — installable on its own
Ranks any list of impediments and their countermeasures using a value-stream scoring model (ROI, Cost to Implement, Ease of Deployment, Risk Factor) and a…
3 files — installable on its own
Reverse-engineer live Azure infrastructure into Terraform code using Azure Verified Modules. Discovers Azure resources across subscription, resource group, or specific resource ID scopes using Azure CLI, then maps dependencies and generates AVM-based Terraform configuration Requires reading each AVM module's README before code generation to identify required inputs, child resource ownership, and exact variable names that differ from raw azurerm_* provider arguments Generates import blocks by...
1 file — installable on its own
Discovers and integrates third-party APIs using the context-matic MCP server. Uses `fetch_api` to find available API SDKs, `ask` for integration guidance,…
1 file — installable on its own
Bulk-migrate metadata to GitHub issue fields from two sources: repo labels (e.g. priority labels to a Priority field) and Project V2 fields. Use when users say…
5 files — installable on its own
Automate GraalVM native image configuration, build, and error resolution for Java applications. Detects project structure (Maven/Gradle) and framework (Spring Boot, Quarkus, Micronaut) to apply framework-specific native image setup Adds GraalVM Native Build Tools plugins with appropriate configuration profiles and iteratively resolves build errors Handles common native image issues including reflection, resource access, JNI, and dynamic proxy configuration through generated metadata files...
1 file — installable on its own
Javadoc best practices for documenting Java types, methods, and members. Public and protected members require Javadoc comments; package-private and private members are encouraged, especially for complex code Use standard tags: @param for parameters, @return for return values, @throws for exceptions, @see for cross-references, and @since for version tracking First sentence serves as summary description and should end with a period; parameter descriptions start lowercase without periods Use...
1 file — installable on its own
JUnit 5 best practices for standard and data-driven unit testing with practical patterns. Covers test structure using Arrange-Act-Assert pattern, lifecycle annotations ( @BeforeEach , @AfterEach , @BeforeAll , @AfterAll ), and naming conventions with @DisplayName Parameterized testing via @ParameterizedTest with multiple sources: @ValueSource , @MethodSource , @CsvSource , @CsvFileSource , and @EnumSource Assertion strategies including static Assertions methods, AssertJ fluent syntax,...
1 file — installable on its own
Generate production-ready MCP servers in Java with the official SDK, Maven or Gradle, and reactive streams. Scaffolds complete project structure with tools, resources, and prompts organized into separate handler classes Includes Maven and Gradle templates with MCP SDK, SLF4J logging, Project Reactor, and JUnit 5 dependencies Provides ready-to-use handler templates for tools, resources, and prompts with error handling and async Mono-based responses Generates test suite examples and Claude...
1 file — installable on its own
Java method extraction refactoring for improved readability and maintainability. Identifies methods exceeding complexity thresholds (LOC > 15, statements > 10, cyclomatic complexity > 10) and extracts logical code blocks into focused helper methods Produces fully compilable Java 17 code with descriptive method names and single-line documentation comments Preserves all original functionality while reducing cognitive load and improving testability through smaller, single-responsibility methods
1 file — installable on its own
Refactoring using Remove Parameter in Java Language
1 file — installable on its own
Comprehensive best practices guide for building production-ready Spring Boot applications. Covers project structure, dependency injection patterns, and configuration management including externalized config, type-safe properties, and environment profiles Details web layer design with RESTful APIs, DTOs, validation, and global exception handling Addresses service layer statelessness, transaction management, and data access patterns using Spring Data JPA with custom queries and projections...
1 file — installable on its own
Jest testing best practices for JavaScript and TypeScript projects with mocking, async handling, and React patterns. Organize tests with descriptive names in nested describe blocks, using .test.ts / .test.js files placed alongside source code or in __tests__ directories Mock external dependencies with jest.mock() , jest.spyOn() , and mockImplementation() , resetting between tests to prevent state leakage Handle async code with promises, async/await , and resolves / rejects matchers; set...
1 file — installable on its own
Migrate Java code from javax.* to jakarta.* namespace. Use when upgrading to Tomcat 11, Jakarta EE 10, or when javax imports are detected in the codebase.
1 file — installable on its own
Generate production-ready Kotlin MCP server projects with Gradle, official SDK, and typed tools. Scaffolds complete project structure with build.gradle.kts, package layout, and MCP server configuration using io.modelcontextprotocol:kotlin-sdk Includes 2–3 sample tools with JSON schema definitions, typed inputs/outputs, and error handling patterns Provides coroutine-based server setup with stdio transport, environment variable configuration, and kotlin-logging integration Includes test...
1 file — installable on its own
Spring Boot development patterns and idioms tailored for Kotlin applications. Use primary constructors for dependency injection, data class for DTOs, and the kotlin-jpa plugin to automatically open entity classes without boilerplate. Organize code by feature/domain rather than layer; leverage Kotlin's null-safety to clearly define optional vs. required entity fields. Apply @ConfigurationProperties with data class for type-safe, immutable configuration; use application.yml and Spring Profiles...
1 file — installable on its own
HTML5 Canvas breadboard circuit mockups for retro computing and vintage electronics projects. Supports 40+ components including W65C02S microprocessors, 555 timers, 28C256 EEPROMs, W65C22 VIAs, 7400-series logic gates, and passive components like LEDs, resistors, and capacitors Renders circuits on a 20px grid system with component rotation, wire color coding, and pinout reference tables for accurate layout visualization Includes step-by-step workflows for common builds: LED circuits, 555...
22 files — installable on its own
Format and draft compelling LinkedIn posts using Unicode bold/italic styling, visual separators, structured sections, and engagement-optimized patterns. USE…
3 files — installable on its own
Enable code intelligence (go-to-definition, find-references, hover, type info) for any programming language by installing and configuring an LSP server for…
3 files — installable on its own
Enforce repository contribution guidelines before creating issues, branches, commits, or pull requests. Searches repository documentation (README, CONTRIBUTING.md, templates) to identify required contribution workflows, branch naming conventions, and commit message formats Applies security boundaries that prevent executing arbitrary commands, accessing files outside the repository, making network requests, or including secrets in contributions Treats issue and PR templates as formatting...
4 files — installable on its own
Convert Markdown documents to HTML using marked.js, pandoc, gomarkdown, or static site generators. Supports multiple conversion tools: marked.js for Node.js/CLI workflows, pandoc for cross-format conversion, gomarkdown for Go projects, and Jekyll/Hugo for static site generation Handles all standard Markdown flavors including CommonMark, GitHub Flavored Markdown, and extended syntax for tables, code blocks, math expressions, and collapsed sections Provides CLI and programmatic workflows for...
17 files — installable on its own
Command-line interface for discovering and executing MCP server tools and external integrations. Five core commands cover server discovery, tool exploration, schema inspection, execution, and grep-based searching across all available tools Supports JSON input/output for scripting, raw text extraction, and description flags for verbose tool documentation Handles complex JSON arguments via heredoc, stdin piping, or file input to accommodate special characters and multi-line payloads...
1 file — installable on its own
Generate complete MCP server implementations optimized for Copilot Studio with Power Platform connector standards. Produces all required files (apiDefinition.swagger.json, apiProperties.json, script.csx, and MCP server code) following Power Platform connector structure with x-ms-agentic-protocol: mcp-streamable-1.0 support Enforces Copilot Studio schema constraints: no reference types, single-type fields only, primitive types, and full URI endpoints to ensure compatibility Generates JSON-RPC...
1 file — installable on its own
Adaptive Card response templates for MCP-based API plugins in Microsoft 365 Copilot. Supports static templates for consistent data formats, dynamic templates for multiple item types, and combined approaches with fallback defaults Includes JSONPath-based data mapping, conditional rendering, number formatting, and responsive single-column layouts optimized for Teams, Word, and PowerPoint Provides card elements like TextBlock, FactSet, Image, Container, ColumnSet, and actions with template...
1 file — installable on its own
Scaffold a declarative agent for Microsoft 365 Copilot integrated with an MCP server. Generates complete project structure including manifest.json, declarativeAgent.json, and ai-plugin.json with tool definitions auto-imported from MCP servers Supports OAuth 2.0 and SSO authentication with environment variable configuration and secure credential storage Provides response semantics mapping to extract and format API response data for Copilot consumption Includes MCP server integration workflow...
1 file — installable on its own
Deploy and manage MCP-based declarative agents across Microsoft 365 with admin center governance, role-based access, and organizational distribution. Supports five agent types: organization-published, creator-shared, Microsoft-native, external partner, and frontier agents, each with distinct deployment and approval workflows Provides admin controls for publishing, deploying to user groups, blocking, and removing agents; requires AI Admin role for full management Includes MCP-specific...
1 file — installable on its own
Audit MCP server configurations for security issues — secrets exposure, shell injection, unpinned dependencies, and unapproved servers.
1 file — installable on its own
Convert Markdown files to professionally formatted Word (.docx) documents with embedded PNG images — pure JavaScript, no external tools required
4 files — installable on its own
Generates concise, actionable meeting minutes for internal meetings under 60 minutes with standardized metadata, decisions, and assigned action items. Captures attendees, agenda, decisions with rationale, and action items with owner and due date for immediate task tracking Follows a strict schema covering metadata, decisions, action items, notes by agenda item, parking lot, risks, and follow-ups Accepts multiple input formats: transcripts, recordings, slides, raw notes, or live meeting...
1 file — installable on its own
Consolidates mature learnings from domain memory files into instruction files with quality-assured merging. Operates on two scopes: global (VS Code user prompts) and workspace (project-specific instructions), with configurable domain targeting Requires explicit user approval before merging, presenting proposed memories for review with proposed locations in the instruction hierarchy Enforces a 10/10 quality bar during merge: zero knowledge loss, minimal redundancy, and maximum scannability...
1 file — installable on its own
Socratic mentoring for junior developers through guided questions, never direct answers. Guides learners through structured questioning rather than solving problems, building autonomy and reasoning skills across fundamentals, debugging, testing, security, and architecture Includes the PEAR Loop (Plan, Explore, Analyze, Rewrite) for Copilot-assisted learning and teaches prompt engineering with the CTEX formula for better AI interactions Provides progressive clue systems from light guidance to...
1 file — installable on its own
Create, update, refactor, explain, or review Microsoft Agent Framework solutions using shared guidance plus language-specific references for .NET and Python.
4 files — installable on its own
Verify Microsoft SDK methods, find working code samples, and catch hallucinated APIs against official docs. Three core tools: microsoft_docs_search for API lookups, microsoft_code_sample_search for working examples in C#/Python/JavaScript, and microsoft_docs_fetch for full reference pages with overloads Catches common mistakes like wrong method signatures, deprecated patterns, mismatched SDK versions (v11 vs v12), and incorrect package names Works with Azure SDKs, .NET libraries, and...
1 file — installable on its own
Search official Microsoft documentation across Azure, .NET, Agent Framework, Aspire, VS Code, and GitHub. Primary tool covers learn.microsoft.com via three commands: search concepts and guides, find code samples by language, and fetch full page content Includes CLI fallback ( mslearn command) when MCP server is unavailable, with JSON output option for scripting Routes Aspire, VS Code, GitHub, and Agent Framework queries to specialized tools (Aspire MCP, Context7) since their docs live...
1 file — installable on its own
Create hybrid agent skills for Microsoft technologies with local knowledge and dynamic Learn MCP lookups. Generates modular skill packages with frontmatter, reference documentation, and working code examples for any Microsoft technology (Azure, .NET, M365, Semantic Kernel, etc.) Uses three-phase investigation workflow: scope discovery via search, core content fetching, and depth exploration for best practices and troubleshooting Balances local storage of foundational concepts and common...
3 files — installable on its own
Migrates Oracle PL/SQL stored procedures to PostgreSQL PL/pgSQL. Translates Oracle-specific syntax, preserves method signatures and type-anchored parameters,…
1 file — installable on its own
Use this skill when building or modifying Minecraft server plugins for Paper, Spigot, or Bukkit, including plugin.yml setup, commands, listeners, schedulers,…
10 files — installable on its own
Standard RAG re-discovers knowledge from scratch on every query. This skill is different:
18 files — installable on its own
ERROR - NOT ENOUGH TEXT ON PAGE
1 file — installable on its own
Automate Microsoft Store publishing and submission management from the command line. Supports Windows App SDK, UWP, .NET MAUI, Flutter, Electron, React Native, and PWA applications with automatic project detection Core commands cover credential configuration, app listing, submission status checks, publishing, metadata updates, and gradual rollouts Includes package flight management for beta testing with group-based distribution and rollout percentage control Integrates with Partner Center...
1 file — installable on its own
Build optimized, secure multi-stage Dockerfiles for any language or framework. Structures builds with separate builder and runtime stages, copying only necessary artifacts to minimize final image size and attack surface Emphasizes layer caching optimization by ordering commands from least to most frequently changing, combined with .dockerignore and command consolidation Recommends minimal base images (Alpine, distroless, or official slim variants) with exact version pinning for...
1 file — installable on its own
Image generation and editing via OpenRouter's Gemini 3 Pro model with multi-image compositing support. Supports three workflows: prompt-only generation, single-image editing, and multi-image composition (up to 3 images per request) Output resolution options: 1K, 2K, or 4K (defaults to 1K) Customizable behavior through optional system prompt template in assets/SYSTEM_TEMPLATE Requires OPENROUTER_API_KEY environment variable and uv package manager; includes troubleshooting guidance for...
5 files — installable on its own
Browser-based visual whiteboard for sketching ideas and collaborating with Copilot through drawings and sticky notes. Opens an interactive canvas on the user's desktop where they can draw, sketch, and add sticky notes, then share back to Copilot via a "Share with Copilot" button Reads whiteboard content through PNG snapshots (visual interpretation of sketches, diagrams, and layout) and optional JSON clipboard data (precise text from sticky notes and labels) Designed for non-technical...
8 files — installable on its own
Add a new language to a Next.js application using next-intl internationalization. Requires translating all entries from en.json in the ./messages directory to the new language Update routing configuration in src/i18n/routing.ts and middleware in src/middleware.ts to recognize the new language Register the language in the language toggle component at src/components/language-toggle.tsx
1 file — installable on its own
Plain-English translation layer that makes Copilot CLI accessible to non-technical users. Translates every approval prompt, error message, and technical output into jargon-free language with color-coded risk indicators (🟢 low, 🟡 moderate, 🔴 high, ⛔ critical) Explains what each action does, why it's needed, what the risks are, and what happens if you approve or decline before any permission is requested Automatically defines technical terms on first use and provides step-by-step roadmaps...
4 files — installable on its own
NuGet package management for .NET projects using dotnet CLI with strict workflows for adds, removes, and version updates. Enforces dotnet add and dotnet remove commands for package operations; direct file edits only allowed for version changes Requires version verification via dotnet package search before updates, with support for both jq and PowerShell parsing Supports centralized version management via Directory.Packages.props or per-project .csproj configuration Mandatory dotnet restore...
1 file — installable on its own
Interactive onboarding tour for the context-matic MCP server. Walks the user through what the server does, shows all available APIs, lets them pick one to…
1 file — installable on its own
Create or update standardized object-oriented component documentation using a shared template plus mode-specific guidance for new and existing docs.
6 files — installable on its own
Generate complete, production-ready applications directly from OpenAPI specifications. Accepts OpenAPI specs via URL, local file, or direct content input; validates completeness and identifies endpoints, schemas, authentication requirements, and data relationships Generates full project structure with controllers, services, models, repositories, and configuration files following framework conventions and best practices Includes unit tests, README with setup instructions, environment...
1 file — installable on its own
Command-line PDF manipulation covering merging, splitting, encryption, form filling, watermarking, and metadata extraction. Supports 12+ operations including merge, split, rotate, encrypt/decrypt, burst, stamp, watermark, and repair Fill PDF forms from FDF/XFDF data with optional flattening to lock filled fields Extract and manipulate metadata, bookmarks, and embedded files; collate separately scanned pages Cross-platform installation via package managers (Windows, macOS, Linux) with...
7 files — installable on its own
Professional UI/UX design creation in Penpot with MCP tools, design systems, and accessibility standards. Four MCP tools enable design creation, modification, export, and API access within Penpot's plugin context Includes discovery workflow to identify existing design systems, components, and tokens before building new designs Covers responsive layouts for mobile (375×812), desktop (1440×900), and platform-specific guidelines (iOS, Android, Material Design) Provides default design tokens...
6 files — installable on its own
Draft performance reviews, self-assessments, peer reviews, and upward feedback in your own voice. Analyzes your contributions, emails, and meeting history via…
1 file — installable on its own
Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, structure trace review with open coding and axial coding, inspect datasets, review…
4 files — installable on its own
Build and run evaluators for AI/LLM applications using Phoenix.
36 files — installable on its own
OpenInference semantic conventions and instrumentation for Phoenix AI observability. Use when implementing LLM tracing, creating custom spans, or deploying to…
33 files — installable on its own
Scaffold production-ready PHP MCP server projects with tools, resources, prompts, and tests. Generates complete project structure with composer.json, server.php, and PSR-4 autoloading configured for the official PHP SDK Supports three transport types (stdio, HTTP, or both) and includes attribute-based tool, resource, and prompt definitions with schema validation Provides templated examples for simple tools, validated parameters, enum-based operations, static resources, and dynamic resource...
1 file — installable on its own
Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify…
1 file — installable on its own
Generate ASCII art diagrams from PlantUML text syntax for terminal and documentation use. Supports six diagram types: sequence, class, activity, state, component, use case, and deployment diagrams Two output formats: pure ASCII ( -txt ) and Unicode-enhanced ASCII ( -utxt ) with box-drawing characters for improved readability Works with PlantUML installation or standalone JAR; outputs to .atxt or .utxt files ready for terminals, READMEs, and version control Command-line options include batch...
1 file — installable on its own
Automate form filling with Playwright MCP, including text input, date/time selection, and file uploads. Supports multiple form field types: text inputs, date pickers, time selectors, and file uploads Navigates to specified URLs and populates forms with provided data without automatic submission Includes review checkpoint before form submission to allow manual verification of filled fields
1 file — installable on its own
Automated website exploration and test case generation using Playwright. Navigates to provided URLs and systematically identifies 3-5 core features and user flows Documents UI elements, their locators, and expected outcomes for each interaction Generates test cases based on exploration findings for immediate use in testing workflows Manages browser context lifecycle automatically, closing sessions upon completion
1 file — installable on its own
Generate Playwright tests from scenarios using interactive browser exploration and validation. Guides you through step-by-step test creation: scenario review, browser exploration, element inspection, interaction validation, and final test generation Integrates with Playwright MCP tools to inspect page elements, capture selectors, and validate interactions before writing test code Generates TypeScript tests using @playwright/test framework and automatically saves them to the tests directory...
1 file — installable on its own
PostgreSQL code review assistant covering JSONB, arrays, custom types, schema design, and security best practices. Reviews JSONB operations for indexing efficiency, array usage with GIN indexes, and proper containment operators Evaluates schema design including ENUM types, CITEXT for case-insensitive data, TIMESTAMPTZ usage, and CHECK constraints Identifies anti-patterns in function optimization, trigger design, and extension usage Assesses Row Level Security (RLS) implementation, privilege...
1 file — installable on its own
Expert guidance on PostgreSQL-specific features, optimization patterns, and advanced data type capabilities. Covers JSONB operations, array types, window functions, full-text search, custom types, range types, and geometric types with practical examples Includes query optimization strategies using EXPLAIN ANALYZE, index design patterns (composite, partial, covering, expression), and connection/memory management Provides monitoring and maintenance techniques via pg_stat_statements,...
1 file — installable on its own
Complete Power Apps Code App project scaffold with PAC CLI integration, SDK setup, and connector configuration. Scaffolds a Vite + React + TypeScript project configured for Power Apps Code Apps, including Power Apps SDK (@microsoft/power-apps ^0.3.1) and PAC CLI initialization Generates essential configuration files (vite.config.ts, power.config.json, PowerProvider.tsx, tsconfig.json) and organized folder structure for components, services, models, hooks, and utilities Includes development...
1 file — installable on its own
Comprehensive DAX formula analysis and optimization with performance, readability, and best-practice guidance. Analyzes formulas across four dimensions: performance bottlenecks, readability clarity, best-practice compliance, and maintainability challenges Provides step-by-step optimization strategy including variable usage opportunities, function replacements, and context optimization techniques Delivers refactored formulas with improved structure, error handling via DIVIDE and BLANK...
1 file — installable on its own
Comprehensive Power BI data model design review framework for evaluating architecture, relationships, and optimization. Covers schema architecture, relationship design, and storage mode strategy with detailed assessment checklists across fact tables, dimensions, cardinality, and filter directions Includes three-phase review process: model architecture analysis, performance and scalability evaluation, and maintainability/governance assessment Provides specialized review types for...
1 file — installable on its own
Systematic framework for diagnosing and resolving Power BI performance bottlenecks across models, reports, and infrastructure. Covers four diagnostic areas: model design and DAX efficiency, report layout and visual complexity, infrastructure capacity, and data source connectivity Includes step-by-step troubleshooting methodology with issue classification, baseline metrics collection, and targeted diagnosis workflows Provides concrete optimization patterns for DAX formulas, storage mode...
1 file — installable on its own
Comprehensive Power BI design consultation framework covering chart selection, layout strategy, accessibility, and interactive patterns. Provides structured requirements gathering for business context, data analysis, and technical constraints before recommending visualizations Includes detailed chart selection methodology organized by data relationships (comparison, trend, composition, distribution) with specific recommendations for each category Offers audience-specific design patterns for...
1 file — installable on its own
Use this skill when the user needs to transform business requirements, use case descriptions, or meeting transcripts into a technical Power Platform solution…
1 file — installable on its own
Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation
1 file — installable on its own
Semantic modeling assistant for building optimized Power BI data models with DAX, relationships, and best practices. Connects to active Power BI models (Desktop or Fabric) to analyze current structure before providing guidance on star schemas, relationships, measures, and naming conventions Covers core modeling tasks: creating DAX measures, configuring table relationships and cardinality, implementing row-level security (RLS), and optimizing performance Includes model quality assessment...
7 files — installable on its own
Open a GitHub PR dashboard in the browser. Use when the user asks to see their pull requests, open the PR dashboard, show PRs for a date range, or check PR…
7 files — installable on its own
Generate comprehensive Product Requirements Documents that translate business vision into technical specifications. Follows a strict three-phase workflow: discovery interview to fill knowledge gaps, analysis and scoping to identify dependencies, and technical drafting using a standardized PRD schema Requires concrete, measurable success criteria and acceptance criteria; explicitly avoids vague language like "fast" or "intuitive" in favor of quantifiable benchmarks Covers executive summary,...
1 file — installable on its own
A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.
1 file — installable on its own
Generates detailed implementation blueprints by analyzing project architecture, technology stacks, and workflow patterns. Auto-detects project type, entry points, persistence mechanisms, and architecture patterns (.NET, Java/Spring, React, microservices, etc.) to tailor documentation Documents complete end-to-end workflows across entry points, service layers, data access, error handling, and response construction with actual code examples Configurable output detail levels, workflow count,...
1 file — installable on its own
Publish presentations and web content to GitHub Pages. Converts PPTX, PDF, HTML, or Google Slides to a live GitHub Pages URL. Handles repo creation, file…
5 files — installable on its own
Run pytest with coverage reporting to identify and eliminate untested code lines. Generates annotated source files in cov_annotate/ directory, with ! markers indicating uncovered lines Supports module-specific coverage checks via --cov=module_name and targeted test runs on specific test files Workflow: run coverage, review annotated files for uncovered lines, write tests to cover gaps, repeat until 100% coverage achieved
1 file — installable on its own
Build and operate Python Azure IoT Edge modules with robust messaging, deployment manifests, observability, and production readiness checks.
4 files — installable on its own
Complete Python MCP server project generator with tools, resources, and proper configuration. Scaffolds a new Python project using uv with MCP SDK, proper directory structure, and .gitignore Supports both stdio (local) and streamable-http (remote) transport types with optional host, port, and stateless mode configuration Generates decorated tools, resources, and prompts with automatic schema generation from type hints and docstrings Includes comprehensive error handling, async/await support,...
1 file — installable on its own
End-to-end skill for building, testing, linting, versioning, and publishing a production-grade Python library to PyPI. Covers all four build backends…
13 files — installable on its own
Qdrant provides client SDKs for various programming languages, allowing easy integration with Qdrant deployments.
1 file — installable on its own
Guides Qdrant deployment selection. Use when someone asks 'how to deploy Qdrant', 'Docker vs Cloud', 'local mode', 'embedded Qdrant', 'Qdrant EDGE', 'which…
1 file — installable on its own
Guides embedding model migration in Qdrant without downtime. Use when someone asks 'how to switch embedding models', 'how to migrate vectors', 'how to update…
1 file — installable on its own
Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy', 'optimizer…
5 files — installable on its own
Different techniques to optimize the performance of Qdrant, including indexing strategies, query optimization, and hardware considerations. Use when you want…
7 files — installable on its own
Guides Qdrant scaling decisions. Use when someone asks 'how many nodes do I need', 'data doesn't fit on one node', 'need more throughput', 'cluster is slow',…
17 files — installable on its own
Diagnoses and improves Qdrant search relevance. Use when someone reports 'search results are bad', 'wrong results', 'low precision', 'low recall', 'irrelevant…
5 files — installable on its own
Guidance on how to upgrade your Qdrant version without interrupting the availability of your application and ensuring data integrity.
1 file — installable on its own
Explore any codebase from scratch and generate six quality artifacts: a quality constitution (QUALITY.md), spec-traced functional tests, a code review protocol…
34 files — installable on its own
Interprets shorthand, pseudo-code, and natural language descriptions to generate production-quality code. Assesses collaborator technical expertise (high/medium/low confidence) to determine how much interpretation and correction is needed Processes special shorthand notation marked with start-shorthand and end-shorthand boundaries; always removes ()=> lines when implementing Applies expert judgment to translate incomplete or imperfect descriptions into robust code, handling typos,...
1 file — installable on its own
Provides the complete, verified grep scan command library for auditing React codebases before a React 18.3.1 or React 19 upgrade. Use this skill whenever…
6 files — installable on its own
Provides exact patterns for diagnosing and fixing automatic batching regressions in React 18 class components. Use this skill whenever a class component has…
4 files — installable on its own
React 18.3.1 and React 19 dependency compatibility matrix.
4 files — installable on its own
Provides exact Enzyme → React Testing Library migration patterns for React 18 upgrades. Use this skill whenever Enzyme tests need to be rewritten - shallow,…
4 files — installable on its own
Provides the complete migration pattern for React legacy context API (contextTypes, childContextTypes, getChildContext) to the modern createContext API. Use…
5 files — installable on its own
Provides exact before/after migration patterns for the three unsafe class component lifecycle methods - componentWillMount, componentWillReceiveProps, and…
5 files — installable on its own
Provides exact migration patterns for React string refs (ref="name" + this.refs.name) to React.createRef() in class components. Use this skill whenever…
3 files — installable on its own
Preserve React 18 concurrent patterns and adopt React 19 APIs (useTransition, useDeferredValue, Suspense, use(), useOptimistic, Actions) during migration.
5 files — installable on its own
Reference for React 19 source-file migration patterns, including API changes, ref handling, and context updates.
3 files — installable on its own
Provides before/after patterns for migrating test files to React 19 compatibility, including act() imports, Simulate removal, and StrictMode call count changes.
1 file — installable on its own
Automated README generation by analyzing project documentation structure and metadata files. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, and development workflow Generates well-structured markdown with standard sections: overview, tech stack, architecture, setup, folder structure, features, development workflow, coding standards, testing, and contributing guidelines Produces developer-focused documentation...
1 file — installable on its own
Surgical code refactoring to improve maintainability without changing behavior. Covers 10 common code smells: long methods, duplication, large classes, long parameter lists, feature envy, primitive obsession, magic numbers, nested conditionals, dead code, and inappropriate intimacy Includes extract method, extract class, and introduce type safety patterns with before/after examples Provides design pattern refactoring strategies: Strategy, Chain of Responsibility, and others for replacing...
1 file — installable on its own
Refactor a method to reduce cognitive complexity by extracting helper methods. Analyzes nested conditionals, loops, and complex boolean expressions to identify refactoring opportunities Extracts validation logic, type-specific processing, and repeated code blocks into focused helper methods Simplifies the main method flow while preserving all original functionality and error handling Includes mandatory test verification to confirm zero test failures and cognitive complexity at or below the...
1 file — installable on its own
Plan a multi-file refactor with proper sequencing and rollback steps
1 file — installable on its own
Persistent, domain-organized memory system that captures lessons learned across VS Code projects. Stores reusable knowledge in two scopes: global (all projects) or workspace-specific, automatically organizing learnings by domain Uses simple syntax ( /remember [>domain [scope]] lesson ) to transform debugging sessions and hard-won discoveries into searchable memory instructions Automatically discovers existing memory domains and intelligently categorizes new learnings, creating domain files...
1 file — installable on its own
Micro-prompt that reinforces interactive programming workflows with live REPL access. Designed for Clojure with Copilot integration via Backseat Driver, but adaptable to any system with a live REPL Reminds the agent to use the REPL as the source of truth for exploration and system modification Encourages clear communication about evaluated code and preference for structural editing tools over text replacement Includes guidance on maintaining a todo list during interactive development sessions
1 file — installable on its own
Generate a comprehensive repository summary and narrative story from commit history
1 file — installable on its own
Deepfake detection and media safety — detect AI-generated audio, images, video, and text, trace synthesis sources, apply watermarks, verify speaker identity,…
4 files — installable on its own
Automated code review and refactoring against project-specific coding guidelines and instructions. Reads coding standards from .github/instructions/*.md and .github/copilot-instructions.md to establish project conventions Performs comprehensive code review and refactoring to align with defined guidelines while preserving file structure Validates that existing tests continue to pass after refactoring changes Maintains code integrity by keeping files intact rather than splitting or...
1 file — installable on its own
Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion,…
12 files — installable on its own
Generate personalized status briefings on demand. Pulls from your configured data sources (GitHub, email, Teams, Slack, and more), synthesizes across them, and…
1 file — installable on its own
Interactive onboarding that learns your communication style, audiences, and data sources to configure personalized status briefings. Paste in examples of…
3 files — installable on its own
Generate production-ready MCP servers in Ruby using the official SDK with complete project scaffolding. Generates a full project structure with tools, prompts, resources, tests, and configuration files following Ruby conventions Includes input/output schemas, tool annotations, and structured content support for type-safe MCP implementations Provides example tools (greet, calculate), prompts (code review), and resources with comprehensive test coverage using Minitest Supports stdio transport...
1 file — installable on its own
Run Ruff checks with optional scope and rule overrides, apply safe and unsafe autofixes iteratively, review each change, and resolve remaining findings with…
1 file — installable on its own
Scaffolds production-ready Rust MCP server projects with tools, prompts, resources, and full test coverage. Generates complete project structure with Cargo.toml, handler implementations, and integration tests using the official rmcp SDK Supports multiple transport types (stdio, SSE, HTTP) with configurable features and async/await patterns throughout Includes macros for tool definition ( #[tool] , #[tool_router] , #[tool_handler] ) and type-safe parameter handling via schemars::JsonSchema...
1 file — installable on its own
Apex code quality guardrails for Salesforce development. Enforces bulk-safety rules (no SOQL/DML in loops), sharing model requirements, CRUD/FLS security, SOQL…
1 file — installable on its own
Quality standards for Salesforce Lightning Web Components (LWC), Aura components, and Visualforce pages. Covers SLDS 2 compliance, accessibility (WCAG 2.1 AA),…
1 file — installable on its own
Salesforce Flow architecture decisions, flow type selection, bulk safety validation, and fault handling standards. Use this skill when designing or reviewing…
1 file — installable on its own
Install npm packages in a Docker sandbox environment. Use this skill whenever you need to install, reinstall, or update node_modules inside a container where…
3 files — installable on its own
Scaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL database migration behavior in .NET solutions. Creates the test project,…
1 file — installable on its own
AI-powered exploratory testing for web applications with autonomous issue discovery and verification. Autonomously explores web applications, discovers bugs, and verifies features through natural language test prompts; supports localhost testing without manual setup Run tests in parallel across different areas (authentication, accessibility, e-commerce flows) to maximize coverage while continuing other work Captures execution ID and browser URL in first 5 seconds, then continues running...
1 file — installable on its own
Guide for configuring and managing GitHub secret scanning, push protection, custom patterns, and secret alert remediation. For pre-commit secret scanning in AI…
5 files — installable on its own
AI-powered codebase security scanner that reasons about code like a security researcher — tracing data flows, understanding component interactions, and…
7 files — installable on its own
Create, update, refactor, explain, or review Semantic Kernel solutions using shared guidance plus language-specific references for .NET and Python.
4 files — installable on its own
Randomize JSON object arrays while validating schema consistency and preventing data corruption. Validates that all objects share identical property names and structure before shuffling, rejecting files with inconsistencies or nested objects in default mode Requires a JSON file as input; pauses and requests data if none is provided Supports variable overrides to customize which properties are ignored, which are required, or whether nesting is allowed Returns shuffled data with original...
1 file — installable on its own
Build and validate Snowflake semantic views using Snowflake CLI with guided DDL creation and testing. Handles the complete semantic view lifecycle: drafting DDL, populating synonyms and comments from Snowflake table metadata, validating against Snowflake via CLI, and executing final CREATE or ALTER statements Requires one-time Snowflake CLI installation and connection setup; confirms prerequisites before proceeding with validation Validates all DDL against Snowflake using temporary view...
1 file — installable on its own
Identify sponsorable open source maintainers across your project's entire dependency tree. Resolves full dependency trees (direct and transitive) across npm, PyPI, Cargo, Go, RubyGems, Maven, and NuGet using the deps.dev API Discovers funding links from npm metadata, FUNDING.yml files (repo and org-level), and web search; verifies every URL before reporting Groups dependencies by maintainer and funding destination, showing health indicators (Maintained/Partially maintained/Unmaintained) and...
1 file — installable on its own
Expert Spring Boot 4 testing specialist that selects the best Spring Boot testing techniques for your situation with Junit 6 and AssertJ.
16 files — installable on its own
Comprehensive SQL security, performance, and quality analysis across MySQL, PostgreSQL, SQL Server, and Oracle databases. Analyzes SQL injection vulnerabilities, access control issues, and sensitive data exposure with parameterized query examples for each database platform Reviews query performance through index strategy, join optimization, and anti-pattern detection (N+1 queries, function misuse in WHERE clauses, overuse of DISTINCT) Evaluates code quality including naming conventions,...
1 file — installable on its own
Universal SQL performance optimization across MySQL, PostgreSQL, SQL Server, Oracle, and other databases. Covers query analysis, index strategy design, subquery optimization, and JOIN tuning with before/after examples for each technique Addresses common anti-patterns including SELECT *, function calls in WHERE clauses, inefficient pagination, and correlated subqueries Provides database-agnostic guidance on batch operations, temporary tables, covering indexes, and partial indexes Includes...
1 file — installable on its own
Generates complete, copy-paste ready implementation documentation from structured PR plans. Parses feature plans to extract implementation steps, affected files, and requirements Produces comprehensive markdown documentation with full code blocks, exact file paths, and zero-ambiguity instructions Includes research-backed code patterns, project conventions, and technology stack details specific to your codebase Provides markdown checkboxes, verification checklists, and commit gates for each...
1 file — installable on its own
Implementation agent that executes predefined plans step-by-step without deviation. Requires an explicit implementation plan document as input; returns an error message if none is provided Follows the plan sequentially, checking off completed items and refusing to skip steps or add unspecified code Updates the plan document inline as progress is made and validates work using build or test commands specified in the plan Stops execution when reaching STOP instructions and returns control to...
1 file — installable on its own
Structured planning framework for breaking development requests into testable, commit-sized implementation steps. Conducts mandatory autonomous research phase to gather code context, documentation, dependencies, and existing patterns before planning Breaks features into commits sized for single pull requests, with simple features consolidated into one commit and complex features split into multiple testable steps Generates plans with file lists, step descriptions, and verification methods,...
1 file — installable on its own
Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding…
1 file — installable on its own
Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates…
1 file — installable on its own
Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with…
1 file — installable on its own
Generate complete, production-ready MCP server projects in Swift with the official SDK. Scaffolds full project structure with Package.swift, source files organized by capability (Tools, Resources, Prompts), and unit tests Includes templates for main.swift with ServiceLifecycle integration, Server.swift configuration, and handler implementations for tools, resources, and prompts Provides example tool definitions (greet, calculate) and resource/prompt handlers with proper error handling and...
1 file — installable on its own
Analyzes codebases to generate detailed technology stack blueprints with architectural documentation. Supports auto-detection across multiple platforms (.NET, Java, JavaScript, React, Python) or focuses analysis on a specified technology type Configurable depth levels (Basic to Implementation-Ready) with optional version info, licensing details, usage patterns, and coding conventions Generates architecture diagrams, technology relationship maps, and data flow visualizations to document...
1 file — installable on its own
Identify false-positive diffs in Terraform AzureRM plans caused by Set-type attribute ordering. Analyzes terraform plan JSON output to distinguish spurious diffs (element reordering in Sets) from actual resource changes Targets AzureRM resources with Set-type attributes: Application Gateway, Load Balancer, NSG, Firewall, Front Door, and others Requires Python 3.8+ and uses only standard library; integrates into CI/CD pipelines with configurable output formats and exit codes Helps reviewers...
8 files — installable on its own
Full STRIDE-A threat model analysis and incremental update skill for repositories and systems. Supports two modes: (1) Single analysis — full STRIDE-A threat…
19 files — installable on its own
Create concise tldr summaries for GitHub Copilot files, MCP servers, and documentation. Transforms verbose Copilot customization files (.prompt.md, .agent.md, .instructions.md, .collections.md), MCP server docs, and URLs into example-driven tldr references Supports batch processing of up to 5 files or URLs; automatically resolves ambiguous queries by searching workspace or GitHub awesome-copilot Generates markdown-formatted tldr pages with correct invocation syntax (/ for prompts, @ for...
1 file — installable on its own
Cloud-based media processing for video, audio, images, and documents using 86+ specialized robots. Supports video encoding (HLS, MP4, WebM), thumbnail generation, image resizing/watermarking, audio transcoding, document OCR, and speech-to-text via chainable processing steps Access via MCP server (recommended for IDE integration) or CLI; requires free Transloadit account with API credentials Build multi-step pipelines by chaining robot operations together using the "use" field; reuse...
1 file — installable on its own
Complete TypeScript MCP server project generator with tools, resources, and transport configuration. Scaffolds a full Node.js/TypeScript project with @modelcontextprotocol/sdk, zod validation, and choice of HTTP (Express) or stdio transport Generates at least one production-ready tool with schema validation, error handling, and structured content responses Includes tsconfig.json with ES modules, proper package.json setup, and dev tooling (tsx/ts-node) Optionally adds resources with dynamic...
1 file — installable on its own
RESTful CRUD operations for TypeSpec API plugins with routing, parameters, and adaptive cards. Supports GET, POST, PATCH, and DELETE operations with path, query, and body parameters for filtering, creation, and updates Includes adaptive card visualization for GET responses and confirmation dialogs for destructive operations (POST, PATCH, DELETE) Provides complete CRUD example with models, error handling, and multiple query parameter patterns Built-in testing prompts and best practices for...
1 file — installable on its own
Generate a complete TypeSpec declarative agent for Microsoft 365 Copilot with instructions, capabilities, and conversation starters. Produces a main.tsp file with agent declaration, instructions, conversation starters, and capability definitions following Microsoft's TypeSpec M365 Copilot schema Supports 10 capability types including WebSearch, OneDriveAndSharePoint, TeamsMessages, Email, People, CodeInterpreter, GraphicArt, GraphConnectors, Dataverse, and Meetings with optional scoping...
1 file — installable on its own
Generate TypeSpec API plugins for Microsoft 365 Copilot with REST operations, authentication, and Adaptive Cards. Scaffolds complete TypeSpec projects with agent definitions (main.tsp) and API operations (actions.tsp) following Microsoft 365 Copilot conventions Supports four authentication modes: public APIs, API key headers, OAuth2 with authorization code flow, and registered auth references Includes optional confirmation dialogs for destructive operations and Adaptive Card templates for...
1 file — installable on its own
Write and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores;…
3 files — installable on its own
Automated Azure Verified Module version updates for Bicep files with breaking change detection. Scans Bicep files to extract AVM module references, queries MCR for latest versions, and applies updates automatically Pauses for manual approval when breaking changes, security modifications, or parameter incompatibilities are detected Validates all changes with bicep lint and bicep build to ensure compliance before finalizing Outputs results in a structured table showing module names, version...
1 file — installable on its own
Update implementation plan files with new requirements for features, refactoring, or infrastructure changes. Generates machine-readable, deterministic plans structured for autonomous execution by AI agents or humans Enforces atomic phases with measurable completion criteria, parallel-executable tasks, and explicit file paths and function names Requires strict adherence to a mandatory template with front matter, requirements, implementation phases, alternatives, dependencies, affected files,...
1 file — installable on its own
Maintain accurate llms.txt files that guide LLMs through repository documentation and structure. Analyzes current repository state against the official llms.txt specification to identify outdated, missing, or incorrect file references Organizes essential documentation into logical H2 sections (Documentation, Specifications, Examples, Configuration, Optional) with properly formatted markdown links Validates compliance with https://llmstxt.org/ format requirements including H1 header,...
1 file — installable on its own
Generate and maintain file indexes in markdown documents by scanning folders and updating or creating organized file listings. Scans target markdown files and discovers files matching specified patterns in designated folders Generates three table format options: simple lists with descriptions, detailed tables with type/size metadata, or categorized sections grouped by file type Automatically identifies existing index sections by heading patterns ("index", "files", "contents") and updates...
1 file — installable on its own
Update specification files for AI-ready consumption based on new requirements or code changes. Modifies existing specification documents in /spec/ directory using structured markdown with YAML front matter Ensures specifications are precise, unambiguous, and machine-readable through established formatting standards (headings, lists, tables, code blocks) Covers 11 core sections: purpose, definitions, requirements, interfaces, acceptance criteria, testing strategy, rationale, dependencies,...
1 file — installable on its own
Use when the user asks to personalize the GitHub Copilot CLI assistant, adapt Copilot to their style, use vardoger, or analyze their Copilot CLI conversation…
1 file — installable on its own
VS Code extension command contribution patterns and naming conventions. Defines two command types: regular commands (accessible in Command Palette with required category and title ) and Side Bar commands (prefixed with underscore and suffixed with #sideBar , requiring an icon ) Side Bar commands support visibility rules via enablement and when conditions, with positioning controlled through group and order attributes All commands must define a title ; icons are optional for regular commands...
1 file — installable on its own
Localize VS Code extensions across configurations, walkthrough content, and source code messages. Three localization approaches: package.nls.LANGID.json for settings, commands, menus, and views; markdown files for walkthrough content; bundle.l10n.LANGID.json for source code strings Covers all user-facing resources including contributed configurations, commands, menus, views, ViewsWelcome, and walkthrough titles and descriptions Requires creating or updating localization files for all...
1 file — installable on its own
Visual inspection and source-level fixing of website design issues across responsive, accessibility, and layout concerns. Detects layout overflow, alignment problems, responsive breakpoints, accessibility contrast issues, and visual inconsistencies across mobile (375px), tablet (768px), desktop (1280px), and wide (1920px) viewports Supports static sites, SPAs (React/Vue/Angular/Svelte), full-stack frameworks (Next.js/Nuxt/SvelteKit), and CMS platforms with automatic framework and styling...
4 files — installable on its own
Browser automation and testing toolkit for local web applications using Playwright. Supports core browser interactions including navigation, form filling, clicking, dropdown selection, and dialog handling Includes verification capabilities for element presence, text content, visibility, URLs, and responsive design across viewports Provides debugging tools: screenshot capture, console log inspection, network request monitoring, and error handling patterns Works with Node.js environments and...
3 files — installable on its own
Ask an AI assistant what files it needs before answering your question. Prompts the assistant to identify required and optional files for context before attempting to answer Structures output into four categories: must-see files, helpful files, already-seen files, and remaining uncertainties Helps developers avoid incomplete answers by ensuring the assistant has examined relevant code upfront Reduces back-and-forth by clarifying dependencies and gaps in context before the actual question is...
1 file — installable on its own
Search and explore Windows desktop APIs with full type signatures and members. Indexes Windows Platform SDK, WinAppSDK, NuGet packages, and project-output WinMD files; Platform SDK and WinAppSDK are available immediately on fresh clones without restore or build Two workflows: discover mode for finding the right API by capability keywords, and lookup mode for retrieving exact methods, properties, events, and enum values of known types Requires .NET SDK 8.0+ and a one-time cache generation via...
11 files — installable on its own
Complete reference for migrating UWP apps to WinUI 3 with before/after code examples. Maps all namespace changes from Windows.UI.Xaml.* to Microsoft.UI.Xaml.* , plus threading, windowing, and dialog APIs Covers the three most common Copilot mistakes: ContentDialog without XamlRoot, MessageDialog usage, and CoreDispatcher patterns Includes migration tables for window management, pickers, background tasks, settings, and GetForCurrentView() replacements Provides a 15-item migration checklist...
1 file — installable on its own
Query Microsoft 365 data with natural language to surface emails, meetings, documents, Teams messages, and people insights. Supports five data sources: emails, meetings, documents, Teams channels, and people/projects with natural-language prompts Install via Copilot CLI plugin (preferred) or standalone npm package; requires Microsoft 365 tenant admin consent on first use Core workflow: clarify intent, craft precise prompts with timeframe/source, run workiq ask --question "..." , and stream...
1 file — installable on its own
Analyze existing code files to automatically generate a project coding standards document. Extracts syntax patterns (indentation, naming conventions, commenting style, braces, line length) from one or more files or entire folders to establish baseline standards Detects and optionally fixes inconsistencies across files, flagging deviations from the majority pattern in each category Outputs standards to a new file (CONTRIBUTING.md, STYLE.md, CODING_STANDARDS.md, etc.), README.md insertion, or...
1 file — installable on its own
🤖 Awesome GitHub Copilot
A community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to supercharge your GitHub Copilot experience.
[!TIP] Explore the full collection on the website → awesome-copilot.github.com
The website offers full-text search and filtering across hundreds of resources, plus the Tools section for MCP servers and developer tooling, and the Learning Hub for guides and tutorials.
Using this collection in an AI agent? A machine-readable
llms.txtis available with structured listings of all agents, instructions, and skills.
📖 Learning Hub
New to GitHub Copilot customization? The Learning Hub on the website offers curated articles, walkthroughs, and reference material — covering everything from core concepts like agents, skills, and instructions to hands-on guides for hooks, agentic workflows, MCP servers, and the Copilot coding agent.
What's in this repo
| Resource | Description | Browse |
|---|---|---|
| 🤖 Agents | Specialized Copilot agents that integrate with MCP servers | All agents → |
| 📋 Instructions | Coding standards applied automatically by file pattern | All instructions → |
| 🎯 Skills | Self-contained folders with instructions and bundled assets | All skills → |
| 🔌 Plugins | Curated bundles of agents and skills for specific workflows | All plugins → |
| 🪝 Hooks | Automated actions triggered during Copilot agent sessions | All hooks → |
| ⚡ Agentic Workflows | AI-powered GitHub Actions automations written in markdown | All workflows → |
| 🍳 Cookbook | Copy-paste-ready recipes for working with Copilot APIs | — |
🛠️ Tools
Looking at how to use Awesome Copilot? Check out the Tools section of the website for MCP servers, editor integrations, and other developer tooling to get the most out of this collection.
Install a Plugin
For most users, the Awesome Copilot marketplace is already registered in the Copilot CLI/VS Code, so you can install a plugin directly:
copilot plugin install <plugin-name>@awesome-copilotIf you are using an older Copilot CLI version or a custom setup and see an error that the marketplace is unknown, register it once and then install:
copilot plugin marketplace add github/awesome-copilot
copilot plugin install <plugin-name>@awesome-copilotContributing
See CONTRIBUTING.md · AGENTS.md for AI agent guidance · Security · Code of Conduct
The customizations here are sourced from third-party developers. Please inspect any agent and its documentation before installing.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tbody> <tr> <td align="center" valign="top" width="14.28%"><a href="https://www.aaron-powell.com/"><img src="https://avatars.githubusercontent.com/u/434140?v=4" width="100px;" alt=""/><br /><sub><b>Aaron Powell</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://codemilltech.com/"><img src="https://avatars.githubusercontent.com/u/2053639?v=4" width="100px;" alt=""/><br /><sub><b>Matt Soucoup</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.buymeacoffee.com/troystaylor"><img src="https://avatars.githubusercontent.com/u/44444967?v=4" width="100px;" alt=""/><br /><sub><b>Troy Simeon Taylor</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/abbas133"><img src="https://avatars.githubusercontent.com/u/7757139?v=4" width="100px;" alt=""/><br /><sub><b>Abbas</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://calva.io/"><img src="https://avatars.githubusercontent.com/u/30010?v=4" width="100px;" alt=""/><br /><sub><b>Peter Strömberg</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://danielscottraynsford.com/"><img src="https://avatars.githubusercontent.com/u/7589164?v=4" width="100px;" alt=""/><br /><sub><b>Daniel Scott-Raynsford</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/jhauga"><img src="https://avatars.githubusercontent.com/u/10998676?v=4" width="100px;" alt=""/><br /><sub><b>John Haugabook</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://witter.cz/@pavel"><img src="https://avatars.githubusercontent.com/u/7853836?v=4" width="100px;" alt=""/><br /><sub><b>Pavel Simsa</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://digitarald.de/"><img src="https://avatars.githubusercontent.com/u/8599?v=4" width="100px;" alt=""/><br /><sub><b>Harald Kirschner</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://mubaidr.js.org/"><img src="https://avatars.githubusercontent.com/u/2222702?v=4" width="100px;" alt=""/><br /><sub><b>Muhammad Ubaid Raza</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/tmeschter"><img src="https://avatars.githubusercontent.com/u/10506730?v=4" width="100px;" alt=""/><br /><sub><b>Tom Meschter</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.aungmyokyaw.com/"><img src="https://avatars.githubusercontent.com/u/9404824?v=4" width="100px;" alt=""/><br /><sub><b>Aung Myo Kyaw</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/JasonYeMSFT"><img src="https://avatars.githubusercontent.com/u/39359541?v=4" width="100px;" alt=""/><br /><sub><b>JasonYeMSFT</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/jrc356/"><img src="https://avatars.githubusercontent.com/u/37387479?v=4" width="100px;" alt=""/><br /><sub><b>Jon Corbin</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/troytaylor-msft"><img src="https://avatars.githubusercontent.com/u/248058374?v=4" width="100px;" alt=""/><br /><sub><b>troytaylor-msft</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://delatorre.dev/"><img src="https://avatars.githubusercontent.com/u/38289677?v=4" width="100px;" alt=""/><br /><sub><b>Emerson Delatorre</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/burkeholland"><img src="https://avatars.githubusercontent.com/u/686963?v=4" width="100px;" alt=""/><br /><sub><b>Burke Holland</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://yaooqinn.github.io/"><img src="https://avatars.githubusercontent.com/u/8326978?v=4" width="100px;" alt=""/><br /><sub><b>Kent Yao</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.devprodlogs.com/"><img src="https://avatars.githubusercontent.com/u/51440732?v=4" width="100px;" alt=""/><br /><sub><b>Daniel Meppiel</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/yeelam-gordon"><img src="https://avatars.githubusercontent.com/u/73506701?v=4" width="100px;" alt=""/><br /><sub><b>Gordon Lam</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.madskristensen.net/"><img src="https://avatars.githubusercontent.com/u/1258877?v=4" width="100px;" alt=""/><br /><sub><b>Mads Kristensen</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://ks6088ts.github.io/"><img src="https://avatars.githubusercontent.com/u/1254960?v=4" width="100px;" alt=""/><br /><sub><b>Shinji Takenaka</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/spectatora"><img src="https://avatars.githubusercontent.com/u/1385755?v=4" width="100px;" alt=""/><br /><sub><b>spectatora</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/sinedied"><img src="https://avatars.githubusercontent.com/u/593151?v=4" width="100px;" alt=""/><br /><sub><b>Yohan Lasorsa</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/VamshiVerma"><img src="https://avatars.githubusercontent.com/u/21999324?v=4" width="100px;" alt=""/><br /><sub><b>Vamshi Verma</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://montemagno.com/"><img src="https://avatars.githubusercontent.com/u/1676321?v=4" width="100px;" alt=""/><br /><sub><b>James Montemagno</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://twitter.com/alefragnani"><img src="https://avatars.githubusercontent.com/u/3781424?v=4" width="100px;" alt=""/><br /><sub><b>Alessandro Fragnani</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/ambilykk/"><img src="https://avatars.githubusercontent.com/u/10282550?v=4" width="100px;" alt=""/><br /><sub><b>Ambily</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/krushideep"><img src="https://avatars.githubusercontent.com/u/174652083?v=4" width="100px;" alt=""/><br /><sub><b>krushideep</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/mihsoft"><img src="https://avatars.githubusercontent.com/u/53946345?v=4" width="100px;" alt=""/><br /><sub><b>devopsfan</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://tgrall.github.io/"><img src="https://avatars.githubusercontent.com/u/541250?v=4" width="100px;" alt=""/><br /><sub><b>Tugdual Grall</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.promptboost.dev/"><img src="https://avatars.githubusercontent.com/u/5461862?v=4" width="100px;" alt=""/><br /><sub><b>Oren Me</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/mjrousos"><img src="https://avatars.githubusercontent.com/u/10077254?v=4" width="100px;" alt=""/><br /><sub><b>Mike Rousos</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://devkimchi.com/"><img src="https://avatars.githubusercontent.com/u/1538528?v=4" width="100px;" alt=""/><br /><sub><b>Justin Yoo</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/guiopen"><img src="https://avatars.githubusercontent.com/u/94094527?v=4" width="100px;" alt=""/><br /><sub><b>Guilherme do Amaral Alves </b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/griffinashe/"><img src="https://avatars.githubusercontent.com/u/6391612?v=4" width="100px;" alt=""/><br /><sub><b>Griffin Ashe</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/anchildress1"><img src="https://avatars.githubusercontent.com/u/6563688?v=4" width="100px;" alt=""/><br /><sub><b>Ashley Childress</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://www.senseof.tech/"><img src="https://avatars.githubusercontent.com/u/50712277?v=4" width="100px;" alt=""/><br /><sub><b>Adrien Clerbois</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Vhivi"><img src="https://avatars.githubusercontent.com/u/38220028?v=4" width="100px;" alt=""/><br /><sub><b>ANGELELLI David</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://markdav.is/"><img src="https://avatars.githubusercontent.com/u/311063?v=4" width="100px;" alt=""/><br /><sub><b>Mark Davis</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/MattVevang"><img src="https://avatars.githubusercontent.com/u/20714898?v=4" width="100px;" alt=""/><br /><sub><b>Matt Vevang</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://max.irro.at/"><img src="https://avatars.githubusercontent.com/u/589073?v=4" width="100px;" alt=""/><br /><sub><b>Maximilian Irro</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/nullchimp"><img src="https://avatars.githubusercontent.com/u/58362593?v=4" width="100px;" alt=""/><br /><sub><b>NULLchimp</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/pkarda"><img src="https://avatars.githubusercontent.com/u/12649718?v=4" width="100px;" alt=""/><br /><sub><b>Peter Karda</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/sdolgin"><img src="https://avatars.githubusercontent.com/u/576449?v=4" width="100px;" alt=""/><br /><sub><b>Saul Dolgin</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/shubham070"><img src="https://avatars.githubusercontent.com/u/5480589?v=4" width="100px;" alt=""/><br /><sub><b>Shubham Gaikwad</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/TheovanKraay"><img src="https://avatars.githubusercontent.com/u/24420698?v=4" width="100px;" alt=""/><br /><sub><b>Theo van Kraay</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/TianqiZhang"><img src="https://avatars.githubusercontent.com/u/5326582?v=4" width="100px;" alt=""/><br /><sub><b>Tianqi Zhang</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://blog.miniasp.com/"><img src="https://avatars.githubusercontent.com/u/88981?v=4" width="100px;" alt=""/><br /><sub><b>Will 保哥</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://tsubalog.hatenablog.com/"><img src="https://avatars.githubusercontent.com/u/1592808?v=4" width="100px;" alt=""/><br /><sub><b>Yuta Matsumura</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/anschnapp"><img src="https://avatars.githubusercontent.com/u/17565996?v=4" width="100px;" alt=""/><br /><sub><b>anschnapp</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/hizahizi-hizumi"><img src="https://avatars.githubusercontent.com/u/163728895?v=4" width="100px;" alt=""/><br /><sub><b>hizahizi-hizumi</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://jianminhuang.cc/"><img src="https://avatars.githubusercontent.com/u/6296280?v=4" width="100px;" alt=""/><br /><sub><b>黃健旻 Vincent Huang</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://brunoborges.io/"><img src="https://avatars.githubusercontent.com/u/129743?v=4" width="100px;" alt=""/><br /><sub><b>Bruno Borges</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.movinglive.ca/"><img src="https://avatars.githubusercontent.com/u/14792628?v=4" width="100px;" alt=""/><br /><sub><b>Steve Magne</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://shaneneuville.com/"><img src="https://avatars.githubusercontent.com/u/5375137?v=4" width="100px;" alt=""/><br /><sub><b>Shane Neuville</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://asilva.dev/"><img src="https://avatars.githubusercontent.com/u/2493377?v=4" width="100px;" alt=""/><br /><sub><b>André Silva</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/agreaves-ms"><img src="https://avatars.githubusercontent.com/u/111466195?v=4" width="100px;" alt=""/><br /><sub><b>Allen Greaves</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/AmeliaRose802"><img src="https://avatars.githubusercontent.com/u/26167931?v=4" width="100px;" alt=""/><br /><sub><b>Amelia Payne</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/BBoyBen"><img src="https://avatars.githubusercontent.com/u/34445365?v=4" width="100px;" alt=""/><br /><sub><b>BBoyBen</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://azureincubations.io/"><img src="https://avatars.githubusercontent.com/u/45323234?v=4" width="100px;" alt=""/><br /><sub><b>Brooke Hamilton</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/GeekTrainer"><img src="https://avatars.githubusercontent.com/u/6109729?v=4" width="100px;" alt=""/><br /><sub><b>Christopher Harrison</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/breakid"><img src="https://avatars.githubusercontent.com/u/1446918?v=4" width="100px;" alt=""/><br /><sub><b>Dan</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://blog.codewithdan.com/"><img src="https://avatars.githubusercontent.com/u/1767249?v=4" width="100px;" alt=""/><br /><sub><b>Dan Wahlin</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://debbie.codes/"><img src="https://avatars.githubusercontent.com/u/13063165?v=4" width="100px;" alt=""/><br /><sub><b>Debbie O'Brien</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/echarrod"><img src="https://avatars.githubusercontent.com/u/1381991?v=4" width="100px;" alt=""/><br /><sub><b>Ed Harrod</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://learn.microsoft.com/dotnet"><img src="https://avatars.githubusercontent.com/u/24882762?v=4" width="100px;" alt=""/><br /><sub><b>Genevieve Warren</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/guigui42"><img src="https://avatars.githubusercontent.com/u/2376010?v=4" width="100px;" alt=""/><br /><sub><b>Guillaume</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/riqueufmg"><img src="https://avatars.githubusercontent.com/u/108551585?v=4" width="100px;" alt=""/><br /><sub><b>Henrique Nunes</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/jeremiah-snee-openx"><img src="https://avatars.githubusercontent.com/u/113928685?v=4" width="100px;" alt=""/><br /><sub><b>Jeremiah Snee</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/kartikdhiman"><img src="https://avatars.githubusercontent.com/u/59189590?v=4" width="100px;" alt=""/><br /><sub><b>Kartik Dhiman</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://kristiyanvelkov.com/"><img src="https://avatars.githubusercontent.com/u/40764277?v=4" width="100px;" alt=""/><br /><sub><b>Kristiyan Velkov</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/msalaman"><img src="https://avatars.githubusercontent.com/u/28122166?v=4" width="100px;" alt=""/><br /><sub><b>msalaman</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://soderlind.no/"><img src="https://avatars.githubusercontent.com/u/1649452?v=4" width="100px;" alt=""/><br /><sub><b>Per Søderlind</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://dotneteers.net/"><img src="https://avatars.githubusercontent.com/u/28162552?v=4" width="100px;" alt=""/><br /><sub><b>Peter Smulovics</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/madvimer"><img src="https://avatars.githubusercontent.com/u/3188898?v=4" width="100px;" alt=""/><br /><sub><b>Ravish Rathod</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://ricksm.it/"><img src="https://avatars.githubusercontent.com/u/7207783?v=4" width="100px;" alt=""/><br /><sub><b>Rick Smit</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/pertrai1"><img src="https://avatars.githubusercontent.com/u/442374?v=4" width="100px;" alt=""/><br /><sub><b>Rob Simpson</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/inquinity"><img src="https://avatars.githubusercontent.com/u/406234?v=4" width="100px;" alt=""/><br /><sub><b>Robert Altman</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://salih.guru/"><img src="https://avatars.githubusercontent.com/u/76786120?v=4" width="100px;" alt=""/><br /><sub><b>Salih</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://graef.io/"><img src="https://avatars.githubusercontent.com/u/19261257?v=4" width="100px;" alt=""/><br /><sub><b>Sebastian Gräf</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/SebastienDegodez"><img src="https://avatars.githubusercontent.com/u/2349146?v=4" width="100px;" alt=""/><br /><sub><b>Sebastien DEGODEZ</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/sesmyrnov"><img src="https://avatars.githubusercontent.com/u/59627981?v=4" width="100px;" alt=""/><br /><sub><b>Sergiy Smyrnov</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/SomeSolutionsArchitect"><img src="https://avatars.githubusercontent.com/u/139817767?v=4" width="100px;" alt=""/><br /><sub><b>SomeSolutionsArchitect</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/kewalaka"><img src="https://avatars.githubusercontent.com/u/3146590?v=4" width="100px;" alt=""/><br /><sub><b>Stu Mace</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/STRUDSO"><img src="https://avatars.githubusercontent.com/u/1543732?v=4" width="100px;" alt=""/><br /><sub><b>Søren Trudsø Mahon</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://enakdesign.com/"><img src="https://avatars.githubusercontent.com/u/14024037?v=4" width="100px;" alt=""/><br /><sub><b>Tj Vita</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/pelikhan"><img src="https://avatars.githubusercontent.com/u/4175913?v=4" width="100px;" alt=""/><br /><sub><b>Peli de Halleux</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.paulomorgado.net/"><img src="https://avatars.githubusercontent.com/u/470455?v=4" width="100px;" alt=""/><br /><sub><b>Paulo Morgado</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://paul.crane.net.nz/"><img src="https://avatars.githubusercontent.com/u/808676?v=4" width="100px;" alt=""/><br /><sub><b>Paul Crane</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.pamelafox.org/"><img src="https://avatars.githubusercontent.com/u/297042?v=4" width="100px;" alt=""/><br /><sub><b>Pamela Fox</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://oskarthornblad.se/"><img src="https://avatars.githubusercontent.com/u/640102?v=4" width="100px;" alt=""/><br /><sub><b>Oskar Thornblad</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/nischays"><img src="https://avatars.githubusercontent.com/u/54121853?v=4" width="100px;" alt=""/><br /><sub><b>Nischay Sharma</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Naikabg"><img src="https://avatars.githubusercontent.com/u/19915620?v=4" width="100px;" alt=""/><br /><sub><b>Nikolay Marinov</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/niksac"><img src="https://avatars.githubusercontent.com/u/20246918?v=4" width="100px;" alt=""/><br /><sub><b>Nik Sachdeva</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://onetipaweek.com/"><img src="https://avatars.githubusercontent.com/u/833231?v=4" width="100px;" alt=""/><br /><sub><b>Nick Taylor</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://nicholasdbrady.github.io/cookbook/"><img src="https://avatars.githubusercontent.com/u/18353756?v=4" width="100px;" alt=""/><br /><sub><b>Nick Brady</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/nastanford"><img src="https://avatars.githubusercontent.com/u/1755947?v=4" width="100px;" alt=""/><br /><sub><b>Nathan Stanford Sr</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/matebarabas"><img src="https://avatars.githubusercontent.com/u/22733424?v=4" width="100px;" alt=""/><br /><sub><b>Máté Barabás</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/mikeparker104"><img src="https://avatars.githubusercontent.com/u/12763221?v=4" width="100px;" alt=""/><br /><sub><b>Mike Parker</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/mikekistler"><img src="https://avatars.githubusercontent.com/u/85643503?v=4" width="100px;" alt=""/><br /><sub><b>Mike Kistler</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/giomartinsdev"><img src="https://avatars.githubusercontent.com/u/125399281?v=4" width="100px;" alt=""/><br /><sub><b>Giovanni de Almeida Martins</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/dgh06175"><img src="https://avatars.githubusercontent.com/u/77305722?v=4" width="100px;" alt=""/><br /><sub><b>이상현</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/zooav"><img src="https://avatars.githubusercontent.com/u/12625412?v=4" width="100px;" alt=""/><br /><sub><b>Ankur Sharma</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/webreidi"><img src="https://avatars.githubusercontent.com/u/55603905?v=4" width="100px;" alt=""/><br /><sub><b>Wendy Breiding</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/voidfnc"><img src="https://avatars.githubusercontent.com/u/194750710?v=4" width="100px;" alt=""/><br /><sub><b>voidfnc</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://about.me/shane-lee"><img src="https://avatars.githubusercontent.com/u/5466825?v=4" width="100px;" alt=""/><br /><sub><b>shane lee</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/sdanzo-hrb"><img src="https://avatars.githubusercontent.com/u/136493100?v=4" width="100px;" alt=""/><br /><sub><b>sdanzo-hrb</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/nativebpm"><img src="https://avatars.githubusercontent.com/u/33398121?v=4" width="100px;" alt=""/><br /><sub><b>sauran</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/samqbush"><img src="https://avatars.githubusercontent.com/u/74389839?v=4" width="100px;" alt=""/><br /><sub><b>samqbush</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/pareenaverma"><img src="https://avatars.githubusercontent.com/u/59843121?v=4" width="100px;" alt=""/><br /><sub><b>pareenaverma</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/oleksiyyurchyna"><img src="https://avatars.githubusercontent.com/u/10256765?v=4" width="100px;" alt=""/><br /><sub><b>oleksiyyurchyna</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/time-by-waves"><img src="https://avatars.githubusercontent.com/u/34587654?v=4" width="100px;" alt=""/><br /><sub><b>oceans-of-time</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/kshashank57"><img src="https://avatars.githubusercontent.com/u/57212456?v=4" width="100px;" alt=""/><br /><sub><b>kshashank57</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/hueanmy"><img src="https://avatars.githubusercontent.com/u/20430626?v=4" width="100px;" alt=""/><br /><sub><b>Meii</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/factory-davidgu"><img src="https://avatars.githubusercontent.com/u/229352262?v=4" width="100px;" alt=""/><br /><sub><b>factory-davidgu</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/dangelov-qa"><img src="https://avatars.githubusercontent.com/u/92313553?v=4" width="100px;" alt=""/><br /><sub><b>dangelov-qa</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/BenoitMaucotel"><img src="https://avatars.githubusercontent.com/u/54392431?v=4" width="100px;" alt=""/><br /><sub><b>BenoitMaucotel</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/benjisho-aidome"><img src="https://avatars.githubusercontent.com/u/218995725?v=4" width="100px;" alt=""/><br /><sub><b>benjisho-aidome</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/yukiomoto"><img src="https://avatars.githubusercontent.com/u/38450410?v=4" width="100px;" alt=""/><br /><sub><b>Yuki Omoto</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/wschultz-boxboat"><img src="https://avatars.githubusercontent.com/u/110492948?v=4" width="100px;" alt=""/><br /><sub><b>Will Schultz</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://bio.warengonzaga.com/"><img src="https://avatars.githubusercontent.com/u/15052701?v=4" width="100px;" alt=""/><br /><sub><b>Waren Gonzaga</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://linktr.ee/vincentkoc"><img src="https://avatars.githubusercontent.com/u/25068?v=4" width="100px;" alt=""/><br /><sub><b>Vincent Koc</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Vaporjawn"><img src="https://avatars.githubusercontent.com/u/15694665?v=4" width="100px;" alt=""/><br /><sub><b>Victor Williams</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://vesharma.dev/"><img src="https://avatars.githubusercontent.com/u/62218708?v=4" width="100px;" alt=""/><br /><sub><b>Ve Sharma</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.ferryhopper.com/"><img src="https://avatars.githubusercontent.com/u/19361558?v=4" width="100px;" alt=""/><br /><sub><b>Vasileios Lahanas</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://tinyurl.com/3p5j9mwe"><img src="https://avatars.githubusercontent.com/u/9591887?v=4" width="100px;" alt=""/><br /><sub><b>Udaya Veeramreddygari</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/iletai"><img src="https://avatars.githubusercontent.com/u/26614687?v=4" width="100px;" alt=""/><br /><sub><b>Tài Lê</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://tsubasaogawa.me/"><img src="https://avatars.githubusercontent.com/u/7788821?v=4" width="100px;" alt=""/><br /><sub><b>Tsubasa Ogawa</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://glsauto.com/"><img src="https://avatars.githubusercontent.com/u/132710946?v=4" width="100px;" alt=""/><br /><sub><b>Troy Witthoeft (glsauto)</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://jfversluis.dev/"><img src="https://avatars.githubusercontent.com/u/939291?v=4" width="100px;" alt=""/><br /><sub><b>Gerald Versluis</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/geoder101"><img src="https://avatars.githubusercontent.com/u/145904?v=4" width="100px;" alt=""/><br /><sub><b>George Dernikos</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/gautambaghel"><img src="https://avatars.githubusercontent.com/u/22324290?v=4" width="100px;" alt=""/><br /><sub><b>Gautam</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/feapaydin"><img src="https://avatars.githubusercontent.com/u/19946639?v=4" width="100px;" alt=""/><br /><sub><b>Furkan Enes</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/fmuecke"><img src="https://avatars.githubusercontent.com/u/7921024?v=4" width="100px;" alt=""/><br /><sub><b>Florian Mücke</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.felixarjuna.dev/"><img src="https://avatars.githubusercontent.com/u/79026094?v=4" width="100px;" alt=""/><br /><sub><b>Felix Arjuna</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/ewega"><img src="https://avatars.githubusercontent.com/u/26189114?v=4" width="100px;" alt=""/><br /><sub><b>Eldrick Wega</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/danchev"><img src="https://avatars.githubusercontent.com/u/12420863?v=4" width="100px;" alt=""/><br /><sub><b>Dobri Danchev</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://dgamboa.com/"><img src="https://avatars.githubusercontent.com/u/7052267?v=4" width="100px;" alt=""/><br /><sub><b>Diego Gamboa</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/derekclair"><img src="https://avatars.githubusercontent.com/u/5247629?v=4" width="100px;" alt=""/><br /><sub><b>Derek Clair</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://dev.to/davidortinau"><img src="https://avatars.githubusercontent.com/u/41873?v=4" width="100px;" alt=""/><br /><sub><b>David Ortinau</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/danielabbatt"><img src="https://avatars.githubusercontent.com/u/8926756?v=4" width="100px;" alt=""/><br /><sub><b>Daniel Abbatt</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/CypherHK"><img src="https://avatars.githubusercontent.com/u/230935834?v=4" width="100px;" alt=""/><br /><sub><b>CypherHK</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/craigbekker"><img src="https://avatars.githubusercontent.com/u/1115912?v=4" width="100px;" alt=""/><br /><sub><b>Craig Bekker</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.peug.net/"><img src="https://avatars.githubusercontent.com/u/3845786?v=4" width="100px;" alt=""/><br /><sub><b>Christophe Peugnet</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/lechnerc77"><img src="https://avatars.githubusercontent.com/u/22294087?v=4" width="100px;" alt=""/><br /><sub><b>Christian Lechner</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/charris-msft"><img src="https://avatars.githubusercontent.com/u/74415662?v=4" width="100px;" alt=""/><br /><sub><b>Chris Harris</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/artemsaveliev"><img src="https://avatars.githubusercontent.com/u/15679218?v=4" width="100px;" alt=""/><br /><sub><b>Artem Saveliev</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://javaetmoi.com/"><img src="https://avatars.githubusercontent.com/u/838318?v=4" width="100px;" alt=""/><br /><sub><b>Antoine Rey</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/PiKa919"><img src="https://avatars.githubusercontent.com/u/96786190?v=4" width="100px;" alt=""/><br /><sub><b>Ankit Das</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/alineavila"><img src="https://avatars.githubusercontent.com/u/24813256?v=4" width="100px;" alt=""/><br /><sub><b>Aline Ávila</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/martin-cod"><img src="https://avatars.githubusercontent.com/u/33550246?v=4" width="100px;" alt=""/><br /><sub><b>Alexander Martinkevich</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/aldunchev"><img src="https://avatars.githubusercontent.com/u/4631021?v=4" width="100px;" alt=""/><br /><sub><b>Aleksandar Dunchev</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://www.qreate.it/"><img src="https://avatars.githubusercontent.com/u/1868590?v=4" width="100px;" alt=""/><br /><sub><b>Alan Sprecacenere</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/akashxlr8"><img src="https://avatars.githubusercontent.com/u/58072860?v=4" width="100px;" alt=""/><br /><sub><b>Akash Kumar Shaw</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/abdidaudpropel"><img src="https://avatars.githubusercontent.com/u/51310019?v=4" width="100px;" alt=""/><br /><sub><b>Abdi Daud</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/AIAlchemyForge"><img src="https://avatars.githubusercontent.com/u/253636689?v=4" width="100px;" alt=""/><br /><sub><b>AIAlchemyForge</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/4regab"><img src="https://avatars.githubusercontent.com/u/178603515?v=4" width="100px;" alt=""/><br /><sub><b>4regab</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/MiguelElGallo"><img src="https://avatars.githubusercontent.com/u/60221874?v=4" width="100px;" alt=""/><br /><sub><b>Miguel P Z</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://a11ysupport.io/"><img src="https://avatars.githubusercontent.com/u/498678?v=4" width="100px;" alt=""/><br /><sub><b>Michael Fairchild</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/michael-volz/"><img src="https://avatars.githubusercontent.com/u/129928?v=4" width="100px;" alt=""/><br /><sub><b>Michael A. Volz (Flynn)</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Mike-Hanna"><img src="https://avatars.githubusercontent.com/u/50142889?v=4" width="100px;" alt=""/><br /><sub><b>Michael</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://www.mehmetalierol.com/"><img src="https://avatars.githubusercontent.com/u/16721723?v=4" width="100px;" alt=""/><br /><sub><b>Mehmet Ali EROL</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://maxprilutskiy.com/"><img src="https://avatars.githubusercontent.com/u/5614659?v=4" width="100px;" alt=""/><br /><sub><b>Max Prilutskiy</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/mbianchidev"><img src="https://avatars.githubusercontent.com/u/37507190?v=4" width="100px;" alt=""/><br /><sub><b>Matteo Bianchi</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://marknoble.com/"><img src="https://avatars.githubusercontent.com/u/3819700?v=4" width="100px;" alt=""/><br /><sub><b>Mark Noble</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/ManishJayaswal"><img src="https://avatars.githubusercontent.com/u/9527491?v=4" width="100px;" alt=""/><br /><sub><b>Manish Jayaswal</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://linktr.ee/lukemurray"><img src="https://avatars.githubusercontent.com/u/24467442?v=4" width="100px;" alt=""/><br /><sub><b>Luke Murray</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/LouellaCreemers"><img src="https://avatars.githubusercontent.com/u/46204894?v=4" width="100px;" alt=""/><br /><sub><b>Louella Creemers</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/saikoumudi"><img src="https://avatars.githubusercontent.com/u/22682497?v=4" width="100px;" alt=""/><br /><sub><b>Sai Koumudi Kaluvakolanu</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/whiteken"><img src="https://avatars.githubusercontent.com/u/20211937?v=4" width="100px;" alt=""/><br /><sub><b>Kenny White</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/KaloyanGenev"><img src="https://avatars.githubusercontent.com/u/42644424?v=4" width="100px;" alt=""/><br /><sub><b>KaloyanGenev</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Ranrar"><img src="https://avatars.githubusercontent.com/u/95967772?v=4" width="100px;" alt=""/><br /><sub><b>Kim Skov Rasmussen</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.julien-dubois.com/"><img src="https://avatars.githubusercontent.com/u/316835?v=4" width="100px;" alt=""/><br /><sub><b>Julien Dubois</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://digio.es/"><img src="https://avatars.githubusercontent.com/u/173672918?v=4" width="100px;" alt=""/><br /><sub><b>José Antonio Garrido</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="http://www.sugbo4j.co.nz/"><img src="https://avatars.githubusercontent.com/u/15100839?v=4" width="100px;" alt=""/><br /><sub><b>Joseph Gonzales</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/yortch"><img src="https://avatars.githubusercontent.com/u/4576246?v=4" width="100px;" alt=""/><br /><sub><b>Jorge Balderas</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://johnpapa.net/"><img src="https://avatars.githubusercontent.com/u/1202528?v=4" width="100px;" alt=""/><br /><sub><b>John Papa</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.johnlokerse.dev/"><img src="https://avatars.githubusercontent.com/u/3514513?v=4" width="100px;" alt=""/><br /><sub><b>John</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://joe-watkins.io/"><img src="https://avatars.githubusercontent.com/u/3695795?v=4" width="100px;" alt=""/><br /><sub><b>Joe Watkins</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://jan-v.nl/"><img src="https://avatars.githubusercontent.com/u/462356?v=4" width="100px;" alt=""/><br /><sub><b>Jan de Vries</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/nohwnd"><img src="https://avatars.githubusercontent.com/u/5735905?v=4" width="100px;" alt=""/><br /><sub><b>Jakub Jareš</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/jaxn"><img src="https://avatars.githubusercontent.com/u/29095?v=4" width="100px;" alt=""/><br /><sub><b>Jackson Miller</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Ioana37"><img src="https://avatars.githubusercontent.com/u/69301842?v=4" width="100px;" alt=""/><br /><sub><b>Ioana A</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/hunterhogan"><img src="https://avatars.githubusercontent.com/u/2958419?v=4" width="100px;" alt=""/><br /><sub><b>Hunter Hogan</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/hashimwarren"><img src="https://avatars.githubusercontent.com/u/6027587?v=4" width="100px;" alt=""/><br /><sub><b>Hashim Warren</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Arggon"><img src="https://avatars.githubusercontent.com/u/20962238?v=4" width="100px;" alt=""/><br /><sub><b>Gonzalo</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://hachyderm.io/@0gis0"><img src="https://avatars.githubusercontent.com/u/175379?v=4" width="100px;" alt=""/><br /><sub><b>Gisela Torres</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/shibicr93"><img src="https://avatars.githubusercontent.com/u/6803434?v=4" width="100px;" alt=""/><br /><sub><b>Shibi Ramachandran</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/lupritz"><img src="https://avatars.githubusercontent.com/u/145381941?v=4" width="100px;" alt=""/><br /><sub><b>lupritz</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/bhect0"><img src="https://avatars.githubusercontent.com/u/96436904?v=4" width="100px;" alt=""/><br /><sub><b>Héctor Benedicte</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/tedvilutis"><img src="https://avatars.githubusercontent.com/u/69260340?v=4" width="100px;" alt=""/><br /><sub><b>Ted Vilutis</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://tonybaloney.github.io/"><img src="https://avatars.githubusercontent.com/u/1532417?v=4" width="100px;" alt=""/><br /><sub><b>Anthony Shaw</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/ChrisMcKee1"><img src="https://avatars.githubusercontent.com/u/25754153?v=4" width="100px;" alt=""/><br /><sub><b>Chris McKee</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/CASTResearchLabs"><img src="https://avatars.githubusercontent.com/u/23238546?v=4" width="100px;" alt=""/><br /><sub><b>CASTResearchLabs</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/jun-shiromizu"><img src="https://avatars.githubusercontent.com/u/211425548?v=4" width="100px;" alt=""/><br /><sub><b>白水淳</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://imransiddique.com/"><img src="https://avatars.githubusercontent.com/u/45405841?v=4" width="100px;" alt=""/><br /><sub><b>Imran Siddique</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/nblog"><img src="https://avatars.githubusercontent.com/u/10218627?v=4" width="100px;" alt=""/><br /><sub><b>共产主义接班人</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/av"><img src="https://avatars.githubusercontent.com/u/38184623?v=4" width="100px;" alt=""/><br /><sub><b>Ivan Charapanau</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/labudis"><img src="https://avatars.githubusercontent.com/u/2659733?v=4" width="100px;" alt=""/><br /><sub><b>Tadas Labudis</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.alvinashcraft.com/"><img src="https://avatars.githubusercontent.com/u/73072?v=4" width="100px;" alt=""/><br /><sub><b>Alvin Ashcraft</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://docs.microsoft.com/en-us/archive/blogs/jankrivanek/"><img src="https://avatars.githubusercontent.com/u/3809076?v=4" width="100px;" alt=""/><br /><sub><b>Jan Krivanek</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/DUBSOpenHub"><img src="https://avatars.githubusercontent.com/u/158339470?v=4" width="100px;" alt=""/><br /><sub><b>Gregg Cochran</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Jcardif"><img src="https://avatars.githubusercontent.com/u/29174946?v=4" width="100px;" alt=""/><br /><sub><b>Josh N</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.ianzhang.cn/"><img src="https://avatars.githubusercontent.com/u/3264250?v=4" width="100px;" alt=""/><br /><sub><b>ian zhang</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.garrettsiegel.com/"><img src="https://avatars.githubusercontent.com/u/46652519?v=4" width="100px;" alt=""/><br /><sub><b>Garrett Siegel</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/v-rperez030"><img src="https://avatars.githubusercontent.com/u/248766827?v=4" width="100px;" alt=""/><br /><sub><b>Roberto Perez</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/dvelton"><img src="https://avatars.githubusercontent.com/u/48307985?v=4" width="100px;" alt=""/><br /><sub><b>Dan Velton</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://leereilly.net/"><img src="https://avatars.githubusercontent.com/u/121322?v=4" width="100px;" alt=""/><br /><sub><b>Lee Reilly</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://bunnybox.info/"><img src="https://avatars.githubusercontent.com/u/743743?v=4" width="100px;" alt=""/><br /><sub><b>Daniel Coelho</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/vfaraji89"><img src="https://avatars.githubusercontent.com/u/62544375?v=4" width="100px;" alt=""/><br /><sub><b>Vahid Faraji</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/ashleywolf/"><img src="https://avatars.githubusercontent.com/u/10735907?v=4" width="100px;" alt=""/><br /><sub><b>Ashley Wolf</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://noahjenkins.com/"><img src="https://avatars.githubusercontent.com/u/41129202?v=4" width="100px;" alt=""/><br /><sub><b>Noah Jenkins</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/jeremykohn"><img src="https://avatars.githubusercontent.com/u/5316595?v=4" width="100px;" alt=""/><br /><sub><b>Jeremy Kohn</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Hakku"><img src="https://avatars.githubusercontent.com/u/5256151?v=4" width="100px;" alt=""/><br /><sub><b>Harri Sipola</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://torumakabe.github.io/"><img src="https://avatars.githubusercontent.com/u/993850?v=4" width="100px;" alt=""/><br /><sub><b>Toru Makabe</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/delee03"><img src="https://avatars.githubusercontent.com/u/202738606?v=4" width="100px;" alt=""/><br /><sub><b>Pham Tien Thuan Phat</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/benjisho"><img src="https://avatars.githubusercontent.com/u/97973081?v=4" width="100px;" alt=""/><br /><sub><b>Benji Shohet</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://about.me/amauryleve"><img src="https://avatars.githubusercontent.com/u/11340282?v=4" width="100px;" alt=""/><br /><sub><b>Amaury Levé</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://timdeschryver.dev/"><img src="https://avatars.githubusercontent.com/u/28659384?v=4" width="100px;" alt=""/><br /><sub><b>Tim Deschryver</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/AlahmadiQ8"><img src="https://avatars.githubusercontent.com/u/3461501?v=4" width="100px;" alt=""/><br /><sub><b>Mohammad Asad Alahmadi</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://aka.readspeak.cn/app"><img src="https://avatars.githubusercontent.com/u/22270677?v=4" width="100px;" alt=""/><br /><sub><b>fondoger</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://linktr.ee/yuvai"><img src="https://avatars.githubusercontent.com/u/48050809?v=4" width="100px;" alt=""/><br /><sub><b>Yuval Avidani</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://querypanel.io/"><img src="https://avatars.githubusercontent.com/u/7916051?v=4" width="100px;" alt=""/><br /><sub><b>Csaba Iváncza</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://timheuer.com/blog/"><img src="https://avatars.githubusercontent.com/u/4821?v=4" width="100px;" alt=""/><br /><sub><b>Tim Heuer</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/lance2k"><img src="https://avatars.githubusercontent.com/u/38002304?v=4" width="100px;" alt=""/><br /><sub><b>lance2k</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://ag11.dev/"><img src="https://avatars.githubusercontent.com/u/20666190?v=4" width="100px;" alt=""/><br /><sub><b>Andrea Liliana Griffiths</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/ajithraghavan"><img src="https://avatars.githubusercontent.com/u/37246967?v=4" width="100px;" alt=""/><br /><sub><b>Ajith Raghavan</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/ninihen1"><img src="https://avatars.githubusercontent.com/u/123369259?v=4" width="100px;" alt=""/><br /><sub><b>Catherine Han</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://twitter.com/specialforest"><img src="https://avatars.githubusercontent.com/u/581410?v=4" width="100px;" alt=""/><br /><sub><b>Igor Shishkin</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/verdantburrito"><img src="https://avatars.githubusercontent.com/u/130576273?v=4" width="100px;" alt=""/><br /><sub><b>Burrito Verde</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/jvanderwee"><img src="https://avatars.githubusercontent.com/u/3587922?v=4" width="100px;" alt=""/><br /><sub><b>Joseph Van der Wee</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="http://luizbon.com/"><img src="https://avatars.githubusercontent.com/u/292532?v=4" width="100px;" alt=""/><br /><sub><b>Luiz Bon</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://sanjay-rb.github.io/"><img src="https://avatars.githubusercontent.com/u/25894304?v=4" width="100px;" alt=""/><br /><sub><b>Sanjay Ramassery Babu</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/russrimm"><img src="https://avatars.githubusercontent.com/u/10841574?v=4" width="100px;" alt=""/><br /><sub><b>Russ Rimmerman [MSFT]</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/rperez030"><img src="https://avatars.githubusercontent.com/u/38786330?v=4" width="100px;" alt=""/><br /><sub><b>Roberto Perez</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/ShehabSherif0"><img src="https://avatars.githubusercontent.com/u/210266853?v=4" width="100px;" alt=""/><br /><sub><b>Shehab Sherif</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/beingsmit"><img src="https://avatars.githubusercontent.com/u/1781956?v=4" width="100px;" alt=""/><br /><sub><b>Smit Patel</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/StevenJV"><img src="https://avatars.githubusercontent.com/u/4377447?v=4" width="100px;" alt=""/><br /><sub><b>Steven Vore</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/subhashisbhowmikicpes"><img src="https://avatars.githubusercontent.com/u/233422801?v=4" width="100px;" alt=""/><br /><sub><b>Subhashis Bhowmik</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/tlmii"><img src="https://avatars.githubusercontent.com/u/9613109?v=4" width="100px;" alt=""/><br /><sub><b>Tim Mulholland</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/niels9001"><img src="https://avatars.githubusercontent.com/u/9866362?v=4" width="100px;" alt=""/><br /><sub><b>Niels Laute</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://pasul.medium.com/"><img src="https://avatars.githubusercontent.com/u/8143332?v=4" width="100px;" alt=""/><br /><sub><b>Pavel Sulimau</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/PrimedPaul"><img src="https://avatars.githubusercontent.com/u/29710834?v=4" width="100px;" alt=""/><br /><sub><b>PrimedPaul</b></sub></a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/REAL-Madrid01"><img src="https://avatars.githubusercontent.com/u/65749290?v=4" width="100px;" alt=""/><br /><sub><b>Zhiqi Pu</b></sub></a></td> </tr> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/ramyashreeradix"><img src="https://avatars.githubusercontent.com/u/202798545?v=4" width="100px;" alt=""/><br /><sub><b>Ramyashree Shetty</b></sub></a></td>Install the whole package (325 skills):
npx skills add https://github.com/github/awesome-copilotOr install a single skill:
npx skills add https://github.com/github/awesome-copilot --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.