# Awesome GitHub Copilot > A community-driven collection of custom agents, instructions, and skills to enhance GitHub Copilot experiences across various domains, languages, and use cases. ## Overview This repository provides resources to customize and enhance GitHub Copilot: - **Agents**: Specialized GitHub Copilot agents that integrate with MCP servers - **Instructions**: Coding standards and best practices applied to specific file patterns - **Skills**: Self-contained folders with instructions and bundled resources for specialized tasks - **Learning Hub**: Curated guides, tutorials, and reference material published on the website ## Learning Hub - [Agentic Workflows](https://awesome-copilot.github.com/learning-hub/agentic-workflows/): Learn what GitHub Agentic Workflows are, how to use community workflows from Awesome Copilot, and how to contribute your own. - [Agents and Subagents](https://awesome-copilot.github.com/learning-hub/agents-and-subagents/): Learn how delegated subagents differ from primary agents, when to use them, and how to launch them in VS Code and Copilot CLI. - [Automating with Hooks](https://awesome-copilot.github.com/learning-hub/automating-with-hooks/): Learn how to use hooks to automate lifecycle events like formatting, linting, and governance checks during Copilot agent sessions. - [Before/After Customization Examples](https://awesome-copilot.github.com/learning-hub/before-after-customization-examples/): See real-world transformations showing how custom agents, skills, and instructions dramatically improve GitHub Copilot effectiveness. - [Building Custom Agents](https://awesome-copilot.github.com/learning-hub/building-custom-agents/): Learn how to create specialized GitHub Copilot agents with custom personas, tool integrations, and domain expertise. - [GitHub Copilot CLI for Beginners](https://awesome-copilot.github.com/learning-hub/cli-for-beginners/): A source-faithful mirror of the companion GitHub Copilot CLI for Beginners course. - [00 · Quick Start](https://awesome-copilot.github.com/learning-hub/cli-for-beginners/00-quick-start/): Install GitHub Copilot CLI, authenticate, and verify your environment with the same flow as the source course. - [01 · First Steps](https://awesome-copilot.github.com/learning-hub/cli-for-beginners/01-setup-and-first-steps/): Experience your first GitHub Copilot CLI demos and learn the three main interaction modes. - [02 · Context and Conversations](https://awesome-copilot.github.com/learning-hub/cli-for-beginners/02-context-and-conversations/): Learn how to give Copilot CLI richer context and build stronger multi-turn conversations. - [03 · Development Workflows](https://awesome-copilot.github.com/learning-hub/cli-for-beginners/03-development-workflows/): Mirror the source development workflow chapter covering review, debugging, testing, and git support. - [04 · Create Specialized AI Assistants](https://awesome-copilot.github.com/learning-hub/cli-for-beginners/04-agents-and-custom-instructions/): Mirror the source chapter on custom agents and custom instructions for GitHub Copilot CLI. - [05 · Automate Repetitive Tasks](https://awesome-copilot.github.com/learning-hub/cli-for-beginners/05-skills/): Mirror the source chapter on skills that load automatically for repeated GitHub Copilot CLI workflows. - [06 · Connect to GitHub, Databases & APIs](https://awesome-copilot.github.com/learning-hub/cli-for-beginners/06-mcp-servers/): Mirror the source chapter on MCP servers and external integrations for GitHub Copilot CLI. - [07 · Putting It All Together](https://awesome-copilot.github.com/learning-hub/cli-for-beginners/07-putting-it-all-together/): Mirror the source capstone chapter that combines the GitHub Copilot CLI workflow end to end. - [Copilot Configuration Basics](https://awesome-copilot.github.com/learning-hub/copilot-configuration-basics/): Learn how to configure GitHub Copilot at user, workspace, and repository levels to optimize your AI-assisted development experience. - [Creating Effective Skills](https://awesome-copilot.github.com/learning-hub/creating-effective-skills/): Master the art of writing reusable, shareable skill folders that deliver consistent results across your team. - [Defining Custom Instructions](https://awesome-copilot.github.com/learning-hub/defining-custom-instructions/): Learn how to create persistent, context-aware instructions that guide GitHub Copilot automatically across your codebase. - [Getting Started with the GitHub Copilot app](https://awesome-copilot.github.com/learning-hub/github-copilot-app/): Learn about the GitHub Copilot app, a desktop experience built for agent-native development. Understand its key features and who it's for. - [GitHub Copilot Terminology Glossary](https://awesome-copilot.github.com/learning-hub/github-copilot-terminology-glossary/): A quick reference guide defining common GitHub Copilot and platform-specific terms. - [Installing and Using Plugins](https://awesome-copilot.github.com/learning-hub/installing-and-using-plugins/): Learn how to find, install, and manage plugins that extend GitHub Copilot CLI with reusable agents, skills, hooks, and integrations. - [Understanding Copilot Context](https://awesome-copilot.github.com/learning-hub/understanding-copilot-context/): Learn how GitHub Copilot uses context from your code, workspace, and conversation to generate relevant suggestions. - [Understanding MCP Servers](https://awesome-copilot.github.com/learning-hub/understanding-mcp-servers/): Learn how Model Context Protocol servers extend GitHub Copilot with access to external tools, databases, and APIs. - [Using the Copilot Coding Agent](https://awesome-copilot.github.com/learning-hub/using-copilot-coding-agent/): Learn how to use GitHub Copilot coding agent to autonomously work on issues, generate pull requests, and automate development tasks. - [What are Agents, Skills, and Instructions](https://awesome-copilot.github.com/learning-hub/what-are-agents-skills-instructions/): Understand the primary customization primitives that extend GitHub Copilot for specific workflows. ## Agents - [.NET Self Learning Architect](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/dotnet-self-learning-architect.agent.md): Senior .NET architect for complex delivery: designs .NET 6+ systems, decides between parallel subagents and orchestrated team execution, documents lessons learned, and captures durable project memory for future work. - [.NET Upgrade](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/dotnet-upgrade.agent.md): Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation. - [Accessibility Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/accessibility.agent.md): Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing - [Accessibility Runtime Tester](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/accessibility-runtime-tester.agent.md): Runtime accessibility specialist for keyboard flows, focus management, dialog behavior, form errors, and evidence-backed WCAG validation in the browser. - [ADR Generator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/adr-generator.agent.md): Expert agent for creating comprehensive Architectural Decision Records (ADRs) with structured formatting optimized for AI consumption and human readability. - [AEM Front End Specialist](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/aem-frontend-specialist.agent.md): Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration - [Agent Governance Reviewer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/agent-governance-reviewer.agent.md): AI agent governance expert that reviews code for safety issues, missing governance controls, and helps implement policy enforcement, trust scoring, and audit trails in agent systems. - [Ai Readiness Reporter](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/ai-readiness-reporter.agent.md): Runs the AgentRC readiness assessment on the current repository and produces a self-contained, static HTML dashboard at reports/index.html. Explains every readiness pillar, the maturity level, and an actionable remediation plan, framed by AgentRC measure → generate → maintain loop. Use when asked to assess, audit, score, report on, or visualise the AI readiness of a repo. - [Ai Team Dev](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/ai-team-dev.agent.md): AI development team agent (Nova, Sage, Milo). Use when: building features, writing application code, fixing bugs, implementing UI components, creating APIs, styling with CSS, writing database queries, or executing sprint plans. The team switches between frontend, backend, and design roles as needed. - [Ai Team Producer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/ai-team-producer.agent.md): AI team producer agent (Remy). Use when: planning sprints, creating PROJECT_BRIEF.md, triaging bugs, merging PRs, coordinating between dev and QA teams, filing GitHub Issues, writing sprint plans, running brainstorms, or recovering project context. NEVER writes application code. - [Ai Team Qa](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/ai-team-qa.agent.md): AI QA engineer agent (Ivy). Use when: testing features, running E2E tests, playtesting, filing bug reports, writing test automation, creating QA sign-off documents, or verifying bug fixes. Reports bugs as GitHub Issues. - [Amplitude Experiment Implementation](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/amplitude-experiment-implementation.agent.md): This custom agent uses Amplitude's MCP tools to deploy new experiments inside of Amplitude, enabling seamless variant testing capabilities and rollout of product features. - [API Architect](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/api-architect.agent.md): Your role is that of an API architect. Help mentor the engineer by providing guidance, support, and working code. - [Apify Integration Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/apify-integration-expert.agent.md): Expert agent for integrating Apify Actors into codebases. Handles Actor selection, workflow design, implementation across JavaScript/TypeScript and Python, testing, and production-ready deployment. - [Arch Linux Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/arch-linux-expert.agent.md): Arch Linux specialist focused on pacman, rolling-release maintenance, and Arch-centric system administration workflows. - [Arm Migration Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/arm-migration.agent.md): Arm Cloud Migration Assistant accelerates moving x86 workloads to Arm infrastructure. It scans the repository for architecture assumptions, portability issues, container base image and dependency incompatibilities, and recommends Arm-optimized changes. It can drive multi-arch container builds, validate performance, and guide optimization, enabling smooth cross-platform deployment directly inside GitHub. - [Atlassian Requirements to Jira](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/atlassian-requirements-to-jira.agent.md): Transform requirements documents into structured Jira epics and user stories with intelligent duplicate detection, change management, and user-approved creation workflow. - [AVM Owner Triage](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-verified-modules-owner-triage.agent.md): Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval. - [Aws Cloud Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/aws-cloud-expert.agent.md): AWS Cloud Expert provides deep, hands-on guidance for designing, building, and operating AWS workloads. Covers the full AWS ecosystem — serverless, containers, databases, networking, IaC, security, and cost optimization — grounded in the AWS Well-Architected Framework. - [Aws Principal Architect](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/aws-principal-architect.agent.md): Provide expert AWS Principal Architect guidance using AWS Well-Architected Framework principles and AWS best practices. - [Aws Serverless Architect](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/aws-serverless-architect.agent.md): Provide expert AWS Serverless Architect guidance focusing on event-driven architectures, Lambda, API Gateway, and serverless best practices. - [Azure AVM Bicep mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-verified-modules-bicep.agent.md): Create, update, or review Azure IaC in Bicep using Azure Verified Modules (AVM). - [Azure AVM Terraform mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-verified-modules-terraform.agent.md): Create, update, or review Azure IaC in Terraform using Azure Verified Modules (AVM). - [Azure Iac Exporter](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-iac-exporter.agent.md): Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates, Terraform, Pulumi). - [Azure Iac Generator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-iac-generator.agent.md): Central hub for generating Infrastructure as Code (Bicep, ARM, Terraform, Pulumi) with format-specific validation and best practices. Use this skill when the user asks to generate, create, write, or build infrastructure code, deployment code, or IaC templates in any format (Bicep, ARM Templates, Terraform, Pulumi). - [Azure Logic Apps Expert Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-logic-apps-expert.agent.md): Expert guidance for Azure Logic Apps development focusing on workflow design, integration patterns, and JSON-based Workflow Definition Language. - [Azure Policy Analyzer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-policy-analyzer.agent.md): Analyze Azure Policy compliance posture (NIST SP 800-53, MCSB, CIS, ISO 27001, PCI DSS, SOC 2), auto-discover scope, and return a structured single-pass risk report with evidence and remediation commands. - [Azure Principal Architect mode instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-principal-architect.agent.md): Provide expert Azure Principal Architect guidance using Azure Well-Architected Framework principles and Microsoft best practices. - [Azure SaaS Architect mode instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-saas-architect.agent.md): Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices. - [Azure Smart City IoT Architect](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-smart-city-iot-architect.agent.md): Design Azure IoT and Smart City architectures with clear platform engineering reasoning, requiring mandatory review of Azure IoT Edge documentation before recommending edge solutions. - [Azure Terraform IaC Implementation Specialist](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/terraform-azure-implement.agent.md): Act as an Azure Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for Azure resources. - [Azure Terraform Infrastructure Planning](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/terraform-azure-planning.agent.md): Act as implementation planner for your Azure Terraform Infrastructure as Code task. - [Bicep Planning](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/bicep-plan.agent.md): Act as implementation planner for your Azure Bicep Infrastructure as Code task. - [Bicep Specialist](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/bicep-implement.agent.md): Act as an Azure Bicep Infrastructure as Code coding specialist that creates Bicep templates. - [Blueprint Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/blueprint-mode.agent.md): Executes structured workflows (Debug, Express, Main, Loop) with strict correctness and maintainability. Enforces an improved tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling. - [C# Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/CSharpExpert.agent.md): An agent designed to assist with software development tasks for .NET projects. - [C# MCP Server Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/csharp-mcp-expert.agent.md): Expert assistant for developing Model Context Protocol (MCP) servers in C# - [C#/.NET Janitor](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/csharp-dotnet-janitor.agent.md): Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation. - [C++ Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/expert-cpp-software-engineer.agent.md): Provide expert C++ software engineering guidance using modern C++ and industry best practices. - [CAST Imaging Impact Analysis Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/cast-imaging-impact-analysis.agent.md): Specialized agent for comprehensive change impact assessment and risk analysis in software systems using CAST Imaging - [CAST Imaging Software Discovery Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/cast-imaging-software-discovery.agent.md): Specialized agent for comprehensive software application discovery and architectural mapping through static code analysis using CAST Imaging - [CAST Imaging Structural Quality Advisor Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/cast-imaging-structural-quality-advisor.agent.md): Specialized agent for identifying, analyzing, and providing remediation guidance for code quality issues using CAST Imaging - [Caveman Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/caveman-mode.agent.md): Terse, low-token responses. Minimal words, no fluff. Full capabilities preserved. Use when: optimize token usage, low-token mode, concise output, caveman mode, reduce verbosity, token-efficient, brief responses. - [CentOS Linux Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/centos-linux-expert.agent.md): CentOS (Stream/Legacy) Linux specialist focused on RHEL-compatible administration, yum/dnf workflows, and enterprise hardening. - [Clojure Interactive Programming](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/clojure-interactive-programming.agent.md): Expert Clojure pair programmer with REPL-first methodology, architectural oversight, and interactive problem-solving. Enforces quality standards, prevents workarounds, and develops solutions incrementally through live REPL evaluation before file modifications. - [Comet Opik](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/comet-opik.agent.md): Unified Comet Opik agent for instrumenting LLM apps, managing prompts/projects, auditing prompts, and investigating traces/metrics via the latest Opik MCP server. - [Context Architect](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/context-architect.agent.md): An agent that helps plan and execute multi-file changes by identifying relevant context and dependencies - [Context7 Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/context7.agent.md): Expert in latest library versions, best practices, and correct syntax using up-to-date documentation - [Create PRD Chat Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/prd.agent.md): Generate a comprehensive Product Requirements Document (PRD) in Markdown, detailing user stories, acceptance criteria, technical considerations, and metrics. Optionally create GitHub issues upon user confirmation. - [Critical thinking mode instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/critical-thinking.agent.md): Challenge assumptions and encourage critical thinking to ensure the best possible solution and outcomes. - [Custom Agent Foundry](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/custom-agent-foundry.agent.md): Expert at designing and creating VS Code custom agents with optimal configurations - [Debian Linux Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/debian-linux-expert.agent.md): Debian Linux specialist focused on stable system administration, apt-based package management, and Debian policy-aligned practices. - [Debug Mode Instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/debug.agent.md): Debug your application to find and fix a bug - [Declarative Agents Architect](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/declarative-agents-architect.agent.md): No description available - [Defender Scout KQL](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/defender-scout-kql.agent.md): Generates, validates, and optimizes KQL queries for Microsoft Defender XDR Advanced Hunting across Endpoint, Identity, Office 365, Cloud Apps, and Identity. - [Delphi Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/delphi-expert.agent.md): An agent designed to assist with software development tasks for Delphi/Object Pascal projects. - [Demonstrate Understanding mode instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/demonstrate-understanding.agent.md): Validate user understanding of code, design patterns, and implementation details through guided questioning. - [Devils Advocate](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/devils-advocate.agent.md): I play the devil's advocate to challenge and stress-test your ideas by finding flaws, risks, and edge cases - [DevOps Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/devops-expert.agent.md): DevOps specialist following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor) with focus on automation, collaboration, and continuous improvement - [DevTools Regression Investigator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/devtools-regression-investigator.agent.md): Browser regression specialist for reproducing broken user flows, collecting console and network evidence, and narrowing likely root causes with Chrome DevTools MCP. - [DiffblueCover](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/diffblue-cover.agent.md): Expert agent for creating unit tests for java applications using Diffblue Cover. - [Dotnet Fullstack Mentor](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/dotnet-fullstack-mentor.agent.md): Opinionated mentor for .NET full-stack development, guiding career progression from junior to staff levels with expertise in Clean Architecture, Aspire, and C# best practices. - [Doublecheck](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/doublecheck.agent.md): Interactive verification agent for AI-generated output. Runs a three-layer pipeline (self-audit, source verification, adversarial review) and produces structured reports with source links for human review. - [Droid](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/droid.agent.md): Provides installation guidance, usage examples, and automation patterns for the Droid CLI, with emphasis on droid exec for CI/CD and non-interactive automation - [Drupal Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/drupal-expert.agent.md): Expert assistant for Drupal development, architecture, and best practices using PHP 8.3+ and modern Drupal patterns - [Dynatrace Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/dynatrace-expert.agent.md): The Dynatrace Expert Agent integrates observability and security capabilities directly into GitHub workflows, enabling development teams to investigate incidents, validate deployments, triage errors, detect performance regressions, validate releases, and manage security vulnerabilities by autonomously analysing traces, logs, and Dynatrace findings. This enables targeted and precise remediation of identified issues directly within the repository. - [Elasticsearch Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/elasticsearch-observability.agent.md): Our expert AI assistant for debugging code (O11y), optimizing vector search (RAG), and remediating security threats using live Elastic data. - [Electron Code Review Mode Instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/electron-angular-native.agent.md): Code Review Mode tailored for Electron app with Node.js backend (main), Angular frontend (render), and native integration layer (e.g., AppleScript, shell, or native tooling). Services in other repos are not reviewed here. - [Ember](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/ember.agent.md): An AI partner, not an assistant. Ember carries fire from person to person — helping humans discover that AI partnership isn't something you learn, it's something you find. - [Expert .NET software engineer mode instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/expert-dotnet-software-engineer.agent.md): Provide expert .NET software engineering guidance using modern software design patterns. - [Expert Embedded C Engineer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/expert-embedded-c-engineer.agent.md): Expert embedded C guidance for safety-critical systems — covers MISRA C:2012/2025 rule compliance, CERT C secure coding, static analysis tooling (Coverity, QAC, PC-lint), and defensive programming patterns that frontier models do not handle reliably by default. - [Expert Nuxt Developer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/nuxt-expert.agent.md): Expert Nuxt developer specializing in Nuxt 3, Nitro, server routes, data fetching strategies, and performance optimization with Vue 3 and TypeScript - [Expert React Frontend Engineer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/expert-react-frontend-engineer.agent.md): Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization - [Expert Vue.js Frontend Engineer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/vuejs-expert.agent.md): Expert Vue.js frontend engineer specializing in Vue 3 Composition API, reactivity, state management, testing, and performance with TypeScript - [Fedora Linux Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/fedora-linux-expert.agent.md): Fedora (Red Hat family) Linux specialist focused on dnf, SELinux, and modern systemd-based workflows. - [Frontend Performance Investigator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/frontend-performance-investigator.agent.md): Runtime web-performance specialist for diagnosing Core Web Vitals, Lighthouse regressions, layout shifts, long tasks, and slow network paths with Chrome DevTools MCP. - [Gem Browser Tester](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-browser-tester.agent.md): E2E browser testing, UI/UX validation, visual regression. - [Gem Code Simplifier](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-code-simplifier.agent.md): Refactoring specialist — removes dead code, reduces complexity, consolidates duplicates. - [Gem Critic](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-critic.agent.md): Challenges assumptions, finds edge cases, spots over-engineering and logic gaps. - [Gem Debugger](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-debugger.agent.md): Root-cause analysis, stack trace diagnosis, regression bisection, error reproduction. - [Gem Designer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-designer.agent.md): UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility. - [Gem Designer Mobile](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-designer-mobile.agent.md): Mobile UI/UX specialist — HIG, Material Design, safe areas, touch targets. - [Gem Devops](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-devops.agent.md): Infrastructure deployment, CI/CD pipelines, container management. - [Gem Documentation Writer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-documentation-writer.agent.md): Technical documentation, README files, API docs, diagrams, walkthroughs. - [Gem Implementer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-implementer.agent.md): TDD code implementation — features, bugs, refactoring. Never reviews own work. - [Gem Implementer Mobile](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-implementer-mobile.agent.md): Mobile implementation — React Native, Expo, Flutter with TDD. - [Gem Mobile Tester](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-mobile-tester.agent.md): Mobile E2E testing — Detox, Maestro, iOS/Android simulators. - [Gem Orchestrator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-orchestrator.agent.md): The team lead: Orchestrates planning, implementation, and verification. - [Gem Planner](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-planner.agent.md): DAG-based execution plans — task decomposition, wave scheduling, risk analysis. - [Gem Researcher](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-researcher.agent.md): Codebase exploration — patterns, dependencies, architecture discovery. Supports multiple exploration modes for cost-controlled research. - [Gem Reviewer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-reviewer.agent.md): Security auditing, code review, OWASP scanning, PRD compliance verification. - [Gem Skill Creator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-skill-creator.agent.md): Pattern-to-skill extraction — creates agent skills files from high-confidence learnings. - [Gilfoyle Code Review Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gilfoyle.agent.md): Code review and analysis with the sardonic wit and technical elitism of Bertram Gilfoyle from Silicon Valley. Prepare for brutal honesty about your code. - [GitHub Actions Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/github-actions-expert.agent.md): GitHub Actions specialist focused on secure CI/CD workflows, action pinning, OIDC authentication, permissions least privilege, and supply-chain security - [GitHub Actions Node Runtime Upgrade](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/github-actions-node-upgrade.agent.md): Upgrade a GitHub Actions JavaScript/TypeScript action to a newer Node runtime version (e.g., node20 to node24) with major version bump, CI updates, and full validation - [Go MCP Server Development Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/go-mcp-expert.agent.md): Expert assistant for building Model Context Protocol (MCP) servers in Go using the official SDK. - [High Level Big Picture Architect (HLBPA)](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/hlbpa.agent.md): Your perfect AI chat mode for high-level architectural documentation and review. Perfect for targeted updates after a story or researching that legacy system when nobody remembers what it's supposed to be doing. - [Idea Generator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/simple-app-idea-generator.agent.md): Brainstorm and develop new application ideas through fun, interactive questioning until ready for specification creation. - [Implementation Plan Generation Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/implementation-plan.agent.md): Generate an implementation plan for new features or refactoring existing code. - [Java MCP Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/java-mcp-expert.agent.md): Expert assistance for building Model Context Protocol servers in Java using reactive streams, the official MCP Java SDK, and Spring Boot integration. - [JFrog Security Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/jfrog-sec.agent.md): The dedicated Application Security agent for automated security remediation. Verifies package and version compliance, and suggests vulnerability fixes using JFrog security intelligence. - [Kotlin MCP Server Development Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/kotlin-mcp-expert.agent.md): Expert assistant for building Model Context Protocol (MCP) servers in Kotlin using the official SDK. - [KubeStellar Console](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/kubestellar-console.agent.md): Kubernetes operations expert for KubeStellar Console — helps you set up the console, configure kc-agent (MCP server), connect clusters, deploy workloads, and query live Kubernetes data via AI chat. - [Kusto Assistant](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/kusto-assistant.agent.md): Expert KQL assistant for live Azure Data Explorer analysis via Azure MCP server - [Laravel Expert Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/laravel-expert-agent.agent.md): Expert Laravel development assistant specializing in modern Laravel 12+ applications with Eloquent, Artisan, testing, and best practices - [Launchdarkly Flag Cleanup](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/launchdarkly-flag-cleanup.agent.md): A specialized GitHub Copilot agent that uses the LaunchDarkly MCP server to safely automate feature flag cleanup workflows. This agent determines removal readiness, identifies the correct forward value, and creates PRs that preserve production behavior while removing obsolete flags and updating stale defaults. - [Lingo.dev Localization (i18n) Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/lingodotdev-i18n.agent.md): Expert at implementing internationalization (i18n) in web applications using a systematic, checklist-driven approach. - [LinkedIn Post Writer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/linkedin-post-writer.agent.md): Draft and format compelling LinkedIn posts with Unicode bold/italic styling, visual separators, and engagement-optimized structure. Transforms raw content, technical material, images, or ideas into copy-paste-ready LinkedIn posts. - [Markdown Accessibility Assistant](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/markdown-accessibility-assistant.agent.md): Improves the accessibility of markdown files using five GitHub best practices - [MAUI Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/dotnet-maui.agent.md): Support development of .NET MAUI cross-platform apps with controls, XAML, handlers, and performance best practices. - [MCP M365 Agent Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/mcp-m365-agent-expert.agent.md): Expert assistant for building MCP-based declarative agents for Microsoft 365 Copilot with Model Context Protocol integration - [Mentor mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/mentor.agent.md): Help mentor the engineer by providing guidance and support. - [Meta Agentic Project Scaffold](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/meta-agentic-project-scaffold.agent.md): Meta agentic project creation assistant to help users create and manage project workflows effectively. - [Microsoft Learn Contributor](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/microsoft_learn_contributor.agent.md): Microsoft Learn Contributor chatmode for editing and writing Microsoft Learn documentation following Microsoft Writing Style Guide and authoring best practices. - [Microsoft Study and Learn](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/microsoft-study-mode.agent.md): Activate your personal Microsoft/Azure tutor - learn through guided discovery, not just answers. - [Modernization Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/modernization.agent.md): Human-in-the-loop modernization assistant for analyzing, documenting, and planning complete project modernization with architectural recommendations. - [Monday Bug Context Fixer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/monday-bug-fixer.agent.md): Elite bug-fixing agent that enriches task context from Monday.com platform data. Gathers related items, docs, comments, epics, and requirements to deliver production-quality fixes with comprehensive PRs. - [Mongodb Performance Advisor](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/mongodb-performance-advisor.agent.md): Analyze MongoDB database performance, offer query and index optimization insights and provide actionable recommendations to improve overall usage of the database. - [MS SQL Database Administrator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/ms-sql-dba.agent.md): Work with Microsoft SQL Server databases using the MS SQL extension. - [Neo4j Docker Client Generator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/neo4j-docker-client-generator.agent.md): AI agent that generates simple, high-quality Python Neo4j client libraries from GitHub issues with proper best practices - [Neon Migration Specialist](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/neon-migration-specialist.agent.md): Safe Postgres migrations with zero-downtime using Neon's branching workflow. Test schema changes in isolated database branches, validate thoroughly, then apply to production—all automated with support for Prisma, Drizzle, or your favorite ORM. - [Neon Performance Analyzer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/neon-optimization-analyzer.agent.md): Identify and fix slow Postgres queries automatically using Neon's branching workflow. Analyzes execution plans, tests optimizations in isolated database branches, and provides clear before/after performance metrics with actionable code fixes. - [New Relic Incident Response Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/new-relic-incident-response.agent.md): Identify and fix production issues by correlating New Relic observability data with code changes. Analyze alerts, transaction traces, error analytics, and deployments to find root causes and suggest code fixes. - [Next.js Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/expert-nextjs-developer.agent.md): Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript - [Octopus Release Notes With Mcp](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/octopus-deploy-release-notes-mcp.agent.md): Generate release notes for a release in Octopus Deploy. The tools for this MCP server provide access to the Octopus Deploy APIs. - [One Shot Feature Issue Planner](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/one-shot-feature-issue-planner.agent.md): Cloud Agent to Turn a single new-feature request into a complete, issue-ready implementation plan without follow-up questions. - [OpenAPI to Application Generator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/openapi-to-application.agent.md): Expert assistant for generating working applications from OpenAPI specifications - [Oracle To PostgreSQL Migration Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/oracle-to-postgres-migration-expert.agent.md): Agent for Oracle-to-PostgreSQL application migrations. Educates users on migration concepts, pitfalls, and best practices; makes code edits and runs commands directly; and invokes extension tools on user confirmation. - [PagerDuty Incident Responder](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/pagerduty-incident-responder.agent.md): Responds to PagerDuty incidents by analyzing incident context, identifying recent code changes, and suggesting fixes via GitHub PRs. - [PHP MCP Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/php-mcp-expert.agent.md): Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery - [Pimcore Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/pimcore-expert.agent.md): Expert Pimcore development assistant specializing in CMS, DAM, PIM, and E-Commerce solutions with Symfony integration - [Plan Mode Strategic Planning & Architecture](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/plan.agent.md): Strategic planning and architecture assistant focused on thoughtful analysis before implementation. Helps developers understand codebases, clarify requirements, and develop comprehensive implementation strategies. - [Planning mode instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/planner.agent.md): Generate an implementation plan for new features or refactoring existing code. - [Platform SRE for Kubernetes](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/platform-sre-kubernetes.agent.md): SRE-focused Kubernetes specialist prioritizing reliability, safe rollouts/rollbacks, security defaults, and operational verification for production-grade deployments - [Playwright Tester Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/playwright-tester.agent.md): Testing mode for Playwright tests - [PostgreSQL Database Administrator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/postgresql-dba.agent.md): Work with PostgreSQL databases using the PostgreSQL extension. - [Power BI Data Modeling Expert Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/power-bi-data-modeling-expert.agent.md): Expert Power BI data modeling guidance using star schema principles, relationship design, and Microsoft best practices for optimal model performance and usability. - [Power BI DAX Expert Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/power-bi-dax-expert.agent.md): Expert Power BI DAX guidance using Microsoft best practices for performance, readability, and maintainability of DAX formulas and calculations. - [Power BI Performance Expert Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/power-bi-performance-expert.agent.md): Expert Power BI performance optimization guidance for troubleshooting, monitoring, and improving the performance of Power BI models, reports, and queries. - [Power BI Visualization Expert Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/power-bi-visualization-expert.agent.md): Expert Power BI report design and visualization guidance using Microsoft best practices for creating effective, performant, and user-friendly reports and dashboards. - [Power Platform Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/power-platform-expert.agent.md): Power Platform expert providing guidance on Code Apps, canvas apps, Dataverse, connectors, and Power Platform best practices - [Power Platform MCP Integration Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/power-platform-mcp-integration-expert.agent.md): Expert in Power Platform custom connector development with MCP integration for Copilot Studio - comprehensive knowledge of schemas, protocols, and integration patterns - [Principal software engineer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/principal-software-engineer.agent.md): Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation. - [Project Architecture Planner](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/project-architecture-planner.agent.md): Holistic software architecture planner that evaluates tech stacks, designs scalability roadmaps, performs cloud-agnostic cost analysis, reviews existing codebases, and delivers interactive Mermaid diagrams with HTML preview and draw.io export - [Project Documenter](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/project-documenter.agent.md): Generates professional MS Word project documentation with draw.io architecture diagrams and embedded PNG images. Automatically discovers any project's technology stack, architecture, and code structure. Produces Markdown, draw.io diagrams, PNG exports, and .docx output. - [Prompt Builder](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/prompt-builder.agent.md): Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai - [Prompt Engineer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/prompt-engineer.agent.md): A specialized chat mode for analyzing and improving prompts. Every user input is treated as a prompt to be improved. It first provides a detailed analysis of the original prompt within a tag, evaluating it against a systematic framework based on OpenAI's prompt engineering best practices. Following the analysis, it generates a new, improved prompt. - [PySpark Expert Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/spark-performance.agent.md): Diagnose PySpark performance bottlenecks, distributed execution pitfalls, and suggest Spark-native rewrites and safer distributed patterns (incl. mapInPandas guidance). - [Python MCP Server Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/python-mcp-expert.agent.md): Expert assistant for developing Model Context Protocol (MCP) servers in Python - [Python Notebook Sample Builder](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/python-notebook-sample-builder.agent.md): Custom agent for building Python Notebooks in VS Code that demonstrate Azure and AI features - [QA](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/qa-subagent.agent.md): Meticulous QA subagent for test planning, bug hunting, edge-case analysis, and implementation verification. - [Quality Playbook](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/quality-playbook.agent.md): Run a complete quality engineering audit on any codebase. Orchestrates six phases — explore, generate, review, audit, reconcile, verify — each in its own context window for maximum depth. Then runs iteration strategies to find even more bugs. Finds the 35% of real defects that structural code review alone cannot catch. - [React18 Auditor](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/react18-auditor.agent.md): Deep-scan specialist for React 16/17 class-component codebases targeting React 18.3.1. Finds unsafe lifecycle methods, legacy context, batching vulnerabilities, event delegation assumptions, string refs, and all 18.3.1 deprecation surface. Reads everything, touches nothing. Saves .github/react18-audit.md. - [React18 Batching Fixer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/react18-batching-fixer.agent.md): Automatic batching regression specialist. React 18 batches ALL setState calls including those in Promises, setTimeout, and native event handlers - React 16/17 did NOT. Class components with async state chains that assumed immediate intermediate re-renders will produce wrong state. This agent finds every vulnerable pattern and fixes with flushSync where semantically required. - [React18 Class Surgeon](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/react18-class-surgeon.agent.md): Class component migration specialist for React 16/17 → 18.3.1. Migrates all three unsafe lifecycle methods with correct semantic replacements (not just UNSAFE_ prefix). Migrates legacy context to createContext, string refs to React.createRef(), findDOMNode to direct refs, and ReactDOM.render to createRoot. Uses memory to checkpoint per-file progress. - [React18 Commander](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/react18-commander.agent.md): Master orchestrator for React 16/17 → 18.3.1 migration. Designed for class-component-heavy codebases. Coordinates audit, dependency upgrade, class component surgery, automatic batching fixes, and test verification. Uses memory to gate each phase and resume interrupted sessions. 18.3.1 is the target - it surface-exposes every deprecation that React 19 will remove, so the output is a codebase ready for the React 19 orchestra next. - [React18 Dep Surgeon](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/react18-dep-surgeon.agent.md): Dependency upgrade specialist for React 16/17 → 18.3.1. Pins to 18.3.1 exactly (not 18.x latest). Upgrades RTL to v14, Apollo 3.8+, Emotion 11.10+, react-router v6. Detects and blocks on Enzyme (no React 18 support). Returns GO/NO-GO to commander. - [React18 Test Guardian](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/react18-test-guardian.agent.md): Test suite fixer and verifier for React 16/17 → 18.3.1 migration. Handles RTL v14 async act() changes, automatic batching test regressions, StrictMode double-invoke count updates, and Enzyme → RTL rewrites if Enzyme is present. Loops until zero test failures. Invoked as subagent by react18-commander. - [React19 Auditor](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/react19-auditor.agent.md): Deep-scan specialist that identifies every React 19 breaking change and deprecated pattern across the entire codebase. Produces a prioritized migration report at .github/react19-audit.md. Reads everything, touches nothing. Invoked as a subagent by react19-commander. - [React19 Commander](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/react19-commander.agent.md): Master orchestrator for React 19 migration. Invokes specialist subagents in sequence - auditor, dep-surgeon, migrator, test-guardian - and gates advancement between steps. Uses memory to track migration state across the pipeline. Zero tolerance for incomplete migrations. - [React19 Dep Surgeon](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/react19-dep-surgeon.agent.md): Dependency upgrade specialist. Installs React 19, resolves all peer dependency conflicts, upgrades testing-library, Apollo, and Emotion. Uses memory to log each upgrade step. Returns GO/NO-GO to the commander. Invoked as a subagent by react19-commander. - [React19 Migrator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/react19-migrator.agent.md): Source code migration engine. Rewrites every deprecated React pattern to React 19 APIs - forwardRef, defaultProps, ReactDOM.render, legacy context, string refs, useRef(). Uses memory to checkpoint progress per file. Never touches test files. Returns zero-deprecated-pattern confirmation to commander. - [React19 Test Guardian](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/react19-test-guardian.agent.md): Test suite fixer and verification specialist. Migrates all test files to React 19 compatibility and runs the suite until zero failures. Uses memory to track per-file fix progress and failure history. Does not stop until npm test reports 0 failures. Invoked as a subagent by react19-commander. - [Reepl Linkedin](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/reepl-linkedin.agent.md): AI-powered LinkedIn content creation, scheduling, and analytics agent. Create posts, carousels, and manage your LinkedIn presence with GitHub Copilot. - [Refine Requirement or Issue](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/refine-issue.agent.md): Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs - [Repo Architect Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/repo-architect.agent.md): Bootstraps and validates agentic project structures for GitHub Copilot (VS Code) and OpenCode CLI workflows. Run after `opencode /init` or VS Code Copilot initialization to scaffold proper folder hierarchies, instructions, agents, skills, and prompts. - [Ruby MCP Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/ruby-mcp-expert.agent.md): Expert assistance for building Model Context Protocol servers in Ruby using the official MCP Ruby SDK gem with Rails integration. - [RUG](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/rug-orchestrator.agent.md): Pure orchestration agent that decomposes requests, delegates all work to subagents, validates outcomes, and repeats until complete. - [Rust MCP Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/rust-mcp-expert.agent.md): Expert assistant for Rust MCP server development using the rmcp SDK with tokio async runtime - [Salesforce Apex & Triggers Development](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/salesforce-apex-triggers.agent.md): Implement Salesforce business logic using Apex classes and triggers with production-quality code following Salesforce best practices. - [Salesforce Expert Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/salesforce-expert.agent.md): Provide expert Salesforce Platform guidance, including Apex Enterprise Patterns, LWC, integration, and Aura-to-LWC migration. - [Salesforce Flow Development](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/salesforce-flow.agent.md): Implement business automation using Salesforce Flow following declarative automation best practices. - [Salesforce UI Development (Aura & LWC)](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/salesforce-aura-lwc.agent.md): Implement Salesforce UI components using Lightning Web Components and Aura components following Lightning framework best practices. - [Salesforce Visualforce Development](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/salesforce-visualforce.agent.md): Implement Visualforce pages and controllers following Salesforce MVC architecture and best practices. - [Sast Sca Security Analyzer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/sast-sca-security-analyzer.agent.md): Use when: performing SAST (Static Application Security Testing), SCA (Software Composition Analysis), scanning source code or binaries for security flaws, auditing third-party dependency vulnerabilities, checking policy compliance, generating structured security reports, identifying CWE-mapped flaws with file/line precision, reviewing open-source license risk, or producing CI/CD-gate security findings. - [Scientific Paper Research](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/scientific-paper-research.agent.md): Research agent that searches scientific papers and retrieves structured experimental data from full-text studies using the BGPT MCP server. - [SE: Architect](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/se-system-architecture-reviewer.agent.md): System architecture review specialist with Well-Architected frameworks, design validation, and scalability analysis for AI and distributed systems - [SE: DevOps/CI](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/se-gitops-ci-specialist.agent.md): DevOps specialist for CI/CD pipelines, deployment debugging, and GitOps workflows focused on making deployments boring and reliable - [SE: Product Manager](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/se-product-manager-advisor.agent.md): Product management guidance for creating GitHub issues, aligning business value with user needs, and making data-driven product decisions - [SE: Responsible AI](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/se-responsible-ai-code.agent.md): Responsible AI specialist ensuring AI works for everyone through bias prevention, accessibility compliance, ethical development, and inclusive design - [SE: Security](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/se-security-reviewer.agent.md): Security-focused code review specialist with OWASP Top 10, Zero Trust, LLM security, and enterprise security standards - [SE: Tech Writer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/se-technical-writer.agent.md): Technical writing specialist for creating developer documentation, technical blogs, tutorials, and educational content - [SE: UX Designer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/se-ux-ui-designer.agent.md): Jobs-to-be-Done analysis, user journey mapping, and UX research artifacts for Figma and design workflows - [Search & AI Optimization Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/search-ai-optimization-expert.agent.md): Expert guidance for modern search optimization: SEO, Answer Engine Optimization (AEO), and Generative Engine Optimization (GEO) with AI-ready content strategies - [Senior Cloud Architect](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/arch.agent.md): Expert in modern architecture design patterns, NFR requirements, and creating comprehensive architectural diagrams and documentation - [Sensei Junior Mentor](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/mentoring-juniors.agent.md): Socratic mentor for junior developers. Guides through questions, never gives direct answers. Helps beginners understand code, debug issues, and build autonomy using the PEAR Loop and progressive clue systems. - [Shopify Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/shopify-expert.agent.md): Expert Shopify development assistant specializing in theme development, Liquid templating, app development, and Shopify APIs - [Software Engineer Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/software-engineer-agent-v1.agent.md): Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively. - [Specification](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/specification.agent.md): Generate or update specification documents for new or existing functionality. - [Stackhawk Security Onboarding](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/stackhawk-security-onboarding.agent.md): Automatically set up StackHawk security testing for your repository with generated configuration and GitHub Actions workflow - [SWE](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/swe-subagent.agent.md): Senior software engineer subagent for implementation tasks: feature development, debugging, refactoring, and testing. - [Swift MCP Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/swift-mcp-expert.agent.md): Expert assistance for building Model Context Protocol servers in Swift using modern concurrency features and the official MCP Swift SDK. - [Task Planner Instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/task-planner.agent.md): Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai - [Task Researcher Instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/task-researcher.agent.md): Task research specialist for comprehensive project analysis - Brought to you by microsoft/edge-ai - [TaxCore Technical Writer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/taxcore-technical-writer.agent.md): A domain-expert technical writer for the TaxCore electronic fiscal invoicing ecosystem. Use this agent to create, improve, or review documentation for TaxCore applications — including the Secure Element Reader, smart card workflows, fiscal invoicing concepts, audit processes, and PKI/SE security topics. Covers end-user guides, developer docs, reference material, and setup guides across all TaxCore-related surfaces. - [TDD Green Phase Make Tests Pass Quickly](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/tdd-green.agent.md): Implement minimal code to satisfy GitHub issue requirements and make failing tests pass without over-engineering. - [TDD Red Phase Write Failing Tests First](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/tdd-red.agent.md): Guide test-first development by writing failing tests that describe desired behaviour from GitHub issue context before implementation exists. - [TDD Refactor Phase Improve Quality & Security](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/tdd-refactor.agent.md): Improve code quality, apply security best practices, and enhance design whilst maintaining green tests and GitHub issue compliance. - [Technical Content Evaluator](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/technical-content-evaluator.agent.md): Elite technical content editor and curriculum architect for evaluating technical training materials, documentation, and educational content. Reviews for technical accuracy, pedagogical excellence, content flow, code validation, and ensures A-grade quality standards. - [Technical Debt Remediation Plan](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/tech-debt-remediation-plan.agent.md): Generate technical debt remediation plans for code, tests, and documentation. - [Technical spike research mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/research-technical-spike.agent.md): Systematically research and validate technical spike documents through exhaustive investigation and controlled experimentation. - [Terminal Helper](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/terminal-helper.agent.md): Fast terminal syntax and command helper for PowerShell and Bash - [Terraform Agent](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/terraform.agent.md): Terraform infrastructure specialist with automated HCP Terraform workflows. Leverages Terraform MCP server for registry integration, workspace management, and run orchestration. Generates compliant code using latest provider/module versions, manages private registries, automates variable sets, and orchestrates infrastructure deployments with proper validation and security practices. - [Terraform Aws Implement](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/terraform-aws-implement.agent.md): Act as an AWS Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for AWS resources. - [Terraform Aws Planning](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/terraform-aws-planning.agent.md): Act as implementation planner for your AWS Terraform Infrastructure as Code task. - [Terraform IaC Reviewer](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/terraform-iac-reviewer.agent.md): Terraform-focused agent that reviews and creates safer IaC changes with emphasis on state safety, least privilege, module patterns, drift detection, and plan/apply discipline - [Terratest Module Testing](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/terratest-module-testing.agent.md): Generate and refactor Go Terratest suites for Terraform modules, including CI-safe patterns, staged tests, and negative-path validation. - [Thinking Beast Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/Thinking-Beast-Mode.agent.md): A transcendent coding agent with quantum cognitive architecture, adversarial intelligence, and unrestricted creative freedom. - [TypeScript MCP Server Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/typescript-mcp-expert.agent.md): Expert assistant for developing Model Context Protocol (MCP) servers in TypeScript - [Ultimate Transparent Thinking Beast Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md): Ultimate Transparent Thinking Beast Mode - [Universal Janitor](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/janitor.agent.md): Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation. - [Universal PR Comment Addresser](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/address-comments.agent.md): Address PR comments - [VS Code Insiders Accessibility Tracker](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/insiders-a11y-tracker.agent.md): Specialized agent for tracking and analyzing accessibility improvements in VS Code Insiders builds - [VSCode Tour Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/code-tour.agent.md): Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices - [WG Code Alchemist](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/wg-code-alchemist.agent.md): Ask WG Code Alchemist to transform your code with Clean Code principles and SOLID design - [WG Code Sentinel](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/wg-code-sentinel.agent.md): Ask WG Code Sentinel to review your code for security issues. - [WinForms Expert](https://raw.githubusercontent.com/github/awesome-copilot/main/agents/WinFormsExpert.agent.md): Support development of .NET (OOP) WinForms Designer compatible Apps. ## Instructions - [.NET Framework Upgrade Specialist](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dotnet-upgrade.instructions.md): Specialized agent for comprehensive .NET framework upgrades with progressive tracking and validation - [A11y](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/a11y.instructions.md): Comprehensive web accessibility standards based on WCAG 2.2 AA, with 38+ anti-patterns, legal enforcement context (EAA, ADA Title II), WAI-ARIA patterns, and framework-specific fixes for modern web frameworks and libraries. - [Agent Safety](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/agent-safety.instructions.md): Guidelines for building safe, governed AI agent systems. Apply when writing code that uses agent frameworks, tool-calling LLMs, or multi-agent orchestration to ensure proper safety boundaries, policy enforcement, and auditability. - [Agent Skills](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/agent-skills.instructions.md): Guidelines for creating high-quality Agent Skills for GitHub Copilot - [Agents](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/agents.instructions.md): Guidelines for creating custom agent files for GitHub Copilot - [Ai Prompt Engineering Safety Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/ai-prompt-engineering-safety-best-practices.instructions.md): Comprehensive best practices for AI prompt engineering, safety frameworks, bias mitigation, and responsible AI usage for Copilot and LLMs. - [Ansible](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/ansible.instructions.md): Ansible conventions and best practices - [Apex](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/apex.instructions.md): Guidelines and best practices for Apex development on the Salesforce Platform - [Arch Linux](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/arch-linux.instructions.md): Guidance for Arch Linux administration, pacman workflows, and rolling-release best practices. - [Aspnet Rest Apis](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/aspnet-rest-apis.instructions.md): Guidelines for building REST APIs with ASP.NET - [Astro](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/astro.instructions.md): Astro development standards and best practices for content-driven websites - [Aws Appsync](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/aws-appsync.instructions.md): Production-grade guidance for AWS AppSync Event API handlers using APPSYNC_JS runtime restrictions, utilities, modules, and datasource patterns - [Azure Devops Pipelines](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/azure-devops-pipelines.instructions.md): Best practices for Azure DevOps Pipeline YAML files - [Azure Durable Functions Csharp](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/azure-durable-functions-csharp.instructions.md): Guidelines and best practices for building Azure Durable Functions in C# using the isolated worker model - [Azure Functions Csharp](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/azure-functions-csharp.instructions.md): Guidelines and best practices for building Azure Functions in C# using the isolated worker model - [Azure Functions Typescript](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/azure-functions-typescript.instructions.md): TypeScript patterns for Azure Functions - [Azure Iot Edge Architecture](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/azure-iot-edge-architecture.instructions.md): Require Azure IoT Edge documentation review before proposing edge IoT architectures or Azure implementation guidance. - [Azure Logic Apps Power Automate](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/azure-logic-apps-power-automate.instructions.md): Guidelines for developing Azure Logic Apps and Power Automate workflows with best practices for Workflow Definition Language (WDL), integration patterns, and enterprise automation - [Azure Naming](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/azure-naming.instructions.md): Azure resource naming conventions based on Microsoft CAF (Cloud Adoption Framework). Use when creating, reviewing, or suggesting names for Azure resources. - [Azure Verified Modules Bicep](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/azure-verified-modules-bicep.instructions.md): Azure Verified Modules (AVM) and Bicep - [Azure Verified Modules Terraform](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/azure-verified-modules-terraform.instructions.md): Azure Verified Modules (AVM) and Terraform - [Bicep Code Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/bicep-code-best-practices.instructions.md): Infrastructure as Code with Bicep - [Blazor](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/blazor.instructions.md): Blazor component and application patterns - [Caveman Mode](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/caveman-mode.instructions.md): Terse, low-token responses. Minimal words, no fluff. Full capabilities preserved. Use when: optimize token usage, low-token mode, concise output, caveman mode, reduce verbosity, token-efficient, brief responses. - [Centos Linux](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/centos-linux.instructions.md): Guidance for CentOS administration, RHEL-compatible tooling, and SELinux-aware operations. - [Clojure](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/clojure.instructions.md): Clojure-specific coding patterns, inline def usage, code block templates, and namespace handling for Clojure development. - [Cmake Vcpkg](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/cmake-vcpkg.instructions.md): C++ project configuration and package management - [Code Review Generic](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/code-review-generic.instructions.md): Generic code review instructions that can be customized for any project using GitHub Copilot - [Codexer](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/codexer.instructions.md): Advanced Python research assistant with Context 7 MCP integration, focusing on speed, reliability, and 10+ years of software development expertise - [Coldfusion Cfc](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/coldfusion-cfc.instructions.md): ColdFusion Coding Standards for CFC component and application patterns - [Coldfusion Cfm](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/coldfusion-cfm.instructions.md): ColdFusion cfm files and application patterns - [Containerization Docker Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/containerization-docker-best-practices.instructions.md): Comprehensive best practices for creating optimized, secure, and efficient Docker images and managing containers. Covers multi-stage builds, image layer optimization, security scanning, and runtime best practices. - [Context Engineering](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/context-engineering.instructions.md): Guidelines for structuring code and projects to maximize GitHub Copilot effectiveness through better context management - [Context7](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/context7.instructions.md): Use Context7 for authoritative external docs and API references when local context is insufficient - [Convert Cassandra To Spring Data Cosmos](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/convert-cassandra-to-spring-data-cosmos.instructions.md): Step-by-step guide for converting Spring Boot Cassandra applications to use Azure Cosmos DB with Spring Data Cosmos - [Convert Jpa To Spring Data Cosmos](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/convert-jpa-to-spring-data-cosmos.instructions.md): Step-by-step guide for converting Spring Boot JPA applications to use Azure Cosmos DB with Spring Data Cosmos - [Copilot Thought Logging](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/copilot-thought-logging.instructions.md): See process Copilot is following where you can edit this to reshape the interaction or save when follow up may be needed - [Cpp Language Service Tools](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/cpp-language-service-tools.instructions.md): You are an expert at using C++ language service tools (GetSymbolReferences_CppTools, GetSymbolInfo_CppTools, GetSymbolCallHierarchy_CppTools). Instructions for calling C++ Tools for Copilot. When working with C++ code, you have access to powerful language service tools that provide accurate, IntelliSense-powered analysis. **Always prefer these tools over manual code inspection, text search, or guessing.** - [Csharp](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/csharp.instructions.md): Guidelines for building C# applications - [Csharp Ja](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/csharp-ja.instructions.md): C# アプリケーション構築指針 by @tsubakimoto - [Csharp Ko](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/csharp-ko.instructions.md): C# 애플리케이션 개발을 위한 코드 작성 규칙 by @jgkim999 - [Csharp Mcp Server](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/csharp-mcp-server.instructions.md): Instructions for building Model Context Protocol (MCP) servers using the C# SDK - [Csharp Razorpages](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/csharp-razorpages.instructions.md): Razor Pages component and application patterns - [Dart N Flutter](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dart-n-flutter.instructions.md): Instructions for writing Dart and Flutter code following the official recommendations. - [Dataverse Python](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python.instructions.md): No description available - [Dataverse Python Advanced Features](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-advanced-features.instructions.md): No description available - [Dataverse Python Agentic Workflows](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-agentic-workflows.instructions.md): No description available - [Dataverse Python Api Reference](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-api-reference.instructions.md): No description available - [Dataverse Python Authentication Security](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-authentication-security.instructions.md): No description available - [Dataverse Python Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-best-practices.instructions.md): No description available - [Dataverse Python Error Handling](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-error-handling.instructions.md): No description available - [Dataverse Python File Operations](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-file-operations.instructions.md): No description available - [Dataverse Python Modules](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-modules.instructions.md): No description available - [Dataverse Python Pandas Integration](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-pandas-integration.instructions.md): No description available - [Dataverse Python Performance Optimization](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-performance-optimization.instructions.md): No description available - [Dataverse Python Real World Usecases](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-real-world-usecases.instructions.md): No description available - [Dataverse Python Sdk](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-sdk.instructions.md): No description available - [Dataverse Python Testing Debugging](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dataverse-python-testing-debugging.instructions.md): No description available - [Debian Linux](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/debian-linux.instructions.md): Guidance for Debian-based Linux administration, apt workflows, and Debian policy conventions. - [Declarative Agents Microsoft365](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/declarative-agents-microsoft365.instructions.md): Comprehensive development guidelines for Microsoft 365 Copilot declarative agents with schema v1.5, TypeSpec integration, and Microsoft 365 Agents Toolkit workflows - [Devbox Image Definition](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/devbox-image-definition.instructions.md): Authoring recommendations for creating YAML based image definition files for use with Microsoft Dev Box Team Customizations - [Devops Core Principles](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/devops-core-principles.instructions.md): Foundational instructions covering core DevOps principles, culture (CALMS), and key metrics (DORA) to guide GitHub Copilot in understanding and promoting effective software delivery. - [Dotnet Architecture Good Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dotnet-architecture-good-practices.instructions.md): DDD and .NET architecture guidelines - [Dotnet Framework](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dotnet-framework.instructions.md): Guidance for working with .NET Framework projects. Includes project structure, C# language version, NuGet management, and best practices. - [Dotnet Maui](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dotnet-maui.instructions.md): .NET MAUI component and application patterns - [Dotnet Maui 9 To Dotnet Maui 10 Upgrade](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dotnet-maui-9-to-dotnet-maui-10-upgrade.instructions.md): Instructions for upgrading .NET MAUI applications from version 9 to version 10, including breaking changes, deprecated APIs, and migration strategies for ListView to CollectionView. - [Dotnet Wpf](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dotnet-wpf.instructions.md): .NET WPF component and application patterns - [Draw Io](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/draw-io.instructions.md): Use when creating, editing, or reviewing draw.io diagrams and mxGraph XML in .drawio, .drawio.svg, or .drawio.png files. - [Exclude Prompt Data](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/exclude-prompt-data.instructions.md): Write only the resulting content into files. Never echo prompt instructions, rationale, or meta-commentary into documentation, comments, or code being produced from a prompt. - [Fedora Linux](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/fedora-linux.instructions.md): Guidance for Fedora (Red Hat family) systems, dnf workflows, SELinux, and modern systemd practices. - [Genaiscript](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/genaiscript.instructions.md): AI-powered script generation guidelines - [Generate Modern Terraform Code For Azure](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/generate-modern-terraform-code-for-azure.instructions.md): Guidelines for generating modern Terraform code for Azure - [Gilfoyle Code Review](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/gilfoyle-code-review.instructions.md): Gilfoyle-style code review instructions that channel the sardonic technical supremacy of Silicon Valley's most arrogant systems architect. - [Github Actions Ci Cd Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/github-actions-ci-cd-best-practices.instructions.md): Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies. - [GitHub Copilot SDK C# Instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/copilot-sdk-csharp.instructions.md): This file provides guidance on building C# applications using GitHub Copilot SDK. - [GitHub Copilot SDK Go Instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/copilot-sdk-go.instructions.md): This file provides guidance on building Go applications using GitHub Copilot SDK. - [GitHub Copilot SDK Java Instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/copilot-sdk-java.instructions.md): This file provides guidance on building Java applications using GitHub Copilot SDK for Java. - [GitHub Copilot SDK Node.js Instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/copilot-sdk-nodejs.instructions.md): This file provides guidance on building Node.js/TypeScript applications using GitHub Copilot SDK. - [GitHub Copilot SDK Python Instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/copilot-sdk-python.instructions.md): This file provides guidance on building Python applications using GitHub Copilot SDK. - [Go](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/go.instructions.md): Instructions for writing Go code following idiomatic Go practices and community standards - [Go Mcp Server](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/go-mcp-server.instructions.md): Best practices and patterns for building Model Context Protocol (MCP) servers in Go using the official github.com/modelcontextprotocol/go-sdk package. - [Hooks](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/hooks.instructions.md): Portable guidance for authoring safe, fast, and clear hooks and reusable hook examples - [Html Css Style Color Guide](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/html-css-style-color-guide.instructions.md): Color usage guidelines and styling rules for HTML elements to ensure accessible, professional designs. - [Instructions](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/instructions.instructions.md): Guidelines for creating high-quality custom instruction files for GitHub Copilot - [Java 11 To Java 17 Upgrade](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/java-11-to-java-17-upgrade.instructions.md): Comprehensive best practices for adopting new Java 17 features since the release of Java 11. - [Java 17 To Java 21 Upgrade](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/java-17-to-java-21-upgrade.instructions.md): Comprehensive best practices for adopting new Java 21 features since the release of Java 17. - [Java 21 To Java 25 Upgrade](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/java-21-to-java-25-upgrade.instructions.md): Comprehensive best practices for adopting new Java 25 features since the release of Java 21. - [Java Junit5 Assertions](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/java-junit5-assertions.instructions.md): Standardizes JUnit 5 (Jupiter) assertions with best practices for performance, readability, and modern features (5.8+). Covers Supplier messages, assertAll, assertThrowsExactly, and performance-critical timeouts. - [Java Mcp Server](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/java-mcp-server.instructions.md): Best practices and patterns for building Model Context Protocol (MCP) servers in Java using the official MCP Java SDK with reactive streams and Spring integration. - [Joyride User Project](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/joyride-user-project.instructions.md): Expert assistance for Joyride User Script projects - REPL-driven ClojureScript and user space automation of VS Code - [Joyride Workspace Automation](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/joyride-workspace-automation.instructions.md): Expert assistance for Joyride Workspace automation - REPL-driven and user space ClojureScript automation within specific VS Code workspaces - [Kotlin Mcp Server](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/kotlin-mcp-server.instructions.md): Best practices and patterns for building Model Context Protocol (MCP) servers in Kotlin using the official io.modelcontextprotocol:kotlin-sdk library. - [Kubernetes Deployment Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/kubernetes-deployment-best-practices.instructions.md): Comprehensive best practices for deploying and managing applications on Kubernetes. Covers Pods, Deployments, Services, Ingress, ConfigMaps, Secrets, health checks, resource limits, scaling, and security contexts. - [Kubernetes Manifests](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/kubernetes-manifests.instructions.md): Best practices for Kubernetes YAML manifests including labeling conventions, security contexts, pod security, resource management, probes, and validation commands - [Langchain Python](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/langchain-python.instructions.md): Instructions for using LangChain with Python - [Localization](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/localization.instructions.md): Guidelines for localizing markdown documents - [Lwc](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/lwc.instructions.md): Guidelines and best practices for developing Lightning Web Components (LWC) on Salesforce Platform. - [Makefile](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/makefile.instructions.md): Best practices for authoring GNU Make Makefiles - [Markdown](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/markdown.instructions.md): Markdown formatting aligned to the CommonMark specification (0.31.2) - [Markdown Accessibility](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/markdown-accessibility.instructions.md): Markdown accessibility guidelines based on GitHub's 5 best practices for inclusive documentation - [Markdown Content Creation](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/markdown-content-creation.instructions.md): Markdown guidelines and content creation standards for blog posts - [Markdown Gfm](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/markdown-gfm.instructions.md): Markdown formatting for GitHub-flavored markdown (GFM) files - [Mcp M365 Copilot](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/mcp-m365-copilot.instructions.md): Best practices for building MCP-based declarative agents and API plugins for Microsoft 365 Copilot with Model Context Protocol integration - [Memory Bank](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/memory-bank.instructions.md): No description available - [Mongo Dba](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/mongo-dba.instructions.md): Instructions for customizing GitHub Copilot behavior for MONGODB DBA chat mode. - [Moodle](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/moodle.instructions.md): Instructions for GitHub Copilot to generate code in a Moodle project context. - [Ms Sql Dba](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/ms-sql-dba.instructions.md): Instructions for customizing GitHub Copilot behavior for MS-SQL DBA chat mode. - [Mvvm Toolkit](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/mvvm-toolkit.instructions.md): CommunityToolkit.Mvvm (MVVM Toolkit) coding conventions for ViewModels, commands, messaging, validation, and DI across WPF, WinUI 3, .NET MAUI, Uno Platform, and Avalonia. - [Nestjs](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/nestjs.instructions.md): NestJS development standards and best practices for building scalable Node.js server-side applications - [Nextjs](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/nextjs.instructions.md): Best practices for building Next.js (App Router) apps with modern caching, tooling, and server/client boundaries (aligned with Next.js 16.1.1). - [Nextjs Tailwind](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/nextjs-tailwind.instructions.md): Next.js + Tailwind development standards and instructions - [No Heredoc File Operations](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/no-heredoc.instructions.md): Prevents terminal heredoc file corruption in VS Code Copilot by enforcing use of file editing tools instead of shell redirections - [Nodejs Javascript Vitest](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/nodejs-javascript-vitest.instructions.md): Guidelines for writing Node.js and JavaScript code with Vitest testing - [Object Calisthenics](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/object-calisthenics.instructions.md): Enforces Object Calisthenics principles for business domain code to ensure clean, maintainable, and robust code - [Oop Design Patterns](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/oop-design-patterns.instructions.md): Best practices for applying Object-Oriented Programming (OOP) design patterns, including Gang of Four (GoF) patterns and SOLID principles, to ensure clean, maintainable, and scalable code. - [Oqtane](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/oqtane.instructions.md): Oqtane Module patterns - [Pcf Alm](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-alm.instructions.md): Application lifecycle management (ALM) for PCF code components - [Pcf Api Reference](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-api-reference.instructions.md): Complete PCF API reference with all interfaces and their availability in model-driven and canvas apps - [Pcf Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-best-practices.instructions.md): Best practices and guidance for developing PCF code components - [Pcf Canvas Apps](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-canvas-apps.instructions.md): Code components for canvas apps implementation, security, and configuration - [Pcf Code Components](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-code-components.instructions.md): Understanding code components structure and implementation - [Pcf Community Resources](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-community-resources.instructions.md): PCF community resources including gallery, videos, blogs, and development tools - [Pcf Dependent Libraries](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-dependent-libraries.instructions.md): Using dependent libraries in PCF components - [Pcf Events](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-events.instructions.md): Define and handle custom events in PCF components - [Pcf Fluent Modern Theming](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-fluent-modern-theming.instructions.md): Style components with modern theming using Fluent UI - [Pcf Limitations](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-limitations.instructions.md): Limitations and restrictions of Power Apps Component Framework - [Pcf Manifest Schema](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-manifest-schema.instructions.md): Complete manifest schema reference for PCF components with all available XML elements - [Pcf Model Driven Apps](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-model-driven-apps.instructions.md): Code components for model-driven apps implementation and configuration - [Pcf Overview](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-overview.instructions.md): Power Apps Component Framework overview and fundamentals - [Pcf Power Pages](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-power-pages.instructions.md): Using code components in Power Pages sites - [Pcf React Platform Libraries](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-react-platform-libraries.instructions.md): React controls and platform libraries for PCF components - [Pcf Sample Components](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-sample-components.instructions.md): How to use and run PCF sample components from the PowerApps-Samples repository - [Pcf Tooling](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/pcf-tooling.instructions.md): Get Microsoft Power Platform CLI tooling for Power Apps Component Framework - [Performance Optimization](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/performance-optimization.instructions.md): Comprehensive web performance standards based on Core Web Vitals (LCP, INP, CLS), with 50+ anti-patterns, detection regex, framework-specific fixes for modern web frameworks, and modern API guidance. - [Php Mcp Server](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/php-mcp-server.instructions.md): Best practices for building Model Context Protocol servers in PHP using the official PHP SDK with attribute-based discovery and multiple transport options - [Php Symfony](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/php-symfony.instructions.md): Symfony development standards aligned with official Symfony Best Practices - [Playwright Dotnet](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/playwright-dotnet.instructions.md): Playwright .NET test generation instructions - [Playwright Python](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/playwright-python.instructions.md): Playwright Python AI test generation instructions based on official documentation. - [Playwright Typescript](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/playwright-typescript.instructions.md): Playwright test generation instructions - [Power Apps Canvas Yaml](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/power-apps-canvas-yaml.instructions.md): Comprehensive guide for working with Power Apps Canvas Apps YAML structure based on Microsoft Power Apps YAML schema v3.0. Covers Power Fx formulas, control structures, data types, and source control best practices. - [Power Apps Code Apps](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/power-apps-code-apps.instructions.md): Power Apps Code Apps development standards and best practices for TypeScript, React, and Power Platform integration - [Power Bi Custom Visuals Development](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/power-bi-custom-visuals-development.instructions.md): Comprehensive Power BI custom visuals development guide covering React, D3.js integration, TypeScript patterns, testing frameworks, and advanced visualization techniques. - [Power Bi Data Modeling Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/power-bi-data-modeling-best-practices.instructions.md): Comprehensive Power BI data modeling best practices based on Microsoft guidance for creating efficient, scalable, and maintainable semantic models using star schema principles. - [Power Bi Dax Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/power-bi-dax-best-practices.instructions.md): Comprehensive Power BI DAX best practices and patterns based on Microsoft guidance for creating efficient, maintainable, and performant DAX formulas. - [Power Bi Devops Alm Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/power-bi-devops-alm-best-practices.instructions.md): Comprehensive guide for Power BI DevOps, Application Lifecycle Management (ALM), CI/CD pipelines, deployment automation, and version control best practices. - [Power Bi Report Design Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/power-bi-report-design-best-practices.instructions.md): Comprehensive Power BI report design and visualization best practices based on Microsoft guidance for creating effective, accessible, and performant reports and dashboards. - [Power Bi Security Rls Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/power-bi-security-rls-best-practices.instructions.md): Comprehensive Power BI Row-Level Security (RLS) and advanced security patterns implementation guide with dynamic security, best practices, and governance strategies. - [Power Platform Connector](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/power-platform-connector.instructions.md): Comprehensive development guidelines for Power Platform Custom Connectors using JSON Schema definitions. Covers API definitions (Swagger 2.0), API properties, and settings configuration with Microsoft extensions. - [Power Platform Mcp Development](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/power-platform-mcp-development.instructions.md): Instructions for developing Power Platform custom connectors with Model Context Protocol (MCP) integration for Microsoft Copilot Studio - [Powershell](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/powershell.instructions.md): PowerShell cmdlet and scripting best practices based on Microsoft guidelines - [Powershell Pester 5](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/powershell-pester-5.instructions.md): PowerShell Pester testing best practices based on Pester v5 conventions - [Prompt](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/prompt.instructions.md): Guidelines for creating high-quality prompt files for GitHub Copilot - [Python Mcp Server](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/python-mcp-server.instructions.md): Instructions for building Model Context Protocol (MCP) servers using the Python SDK - [Qa Engineering Best Practices](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/qa-engineering-best-practices.instructions.md): Comprehensive QA engineering best practices covering test strategy, test pyramid, naming conventions, assertion patterns, bug reporting, and automation guidelines for modern software projects. - [Quarkus](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/quarkus.instructions.md): Quarkus development standards and instructions - [Quarkus Mcp Server Sse](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/quarkus-mcp-server-sse.instructions.md): Quarkus and MCP Server with HTTP SSE transport development standards and instructions - [R](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/r.instructions.md): R language and document formats (R, Rmd, Quarto): coding standards and Copilot guidance for idiomatic, safe, and consistent code generation. - [Ruby Mcp Server](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/ruby-mcp-server.instructions.md): Best practices and patterns for building Model Context Protocol (MCP) servers in Ruby using the official MCP Ruby SDK gem. - [Ruby On Rails](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/ruby-on-rails.instructions.md): Ruby on Rails coding conventions and guidelines - [Rust](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/rust.instructions.md): Rust programming language coding conventions and best practices - [Rust Mcp Server](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/rust-mcp-server.instructions.md): Best practices for building Model Context Protocol servers in Rust using the official rmcp SDK with async/await patterns - [Scala Spark](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/scala-spark.instructions.md): Best practices for building Apache Spark applications in Scala, covering DataFrames, Datasets, SparkSQL, performance tuning, testing, and production deployment patterns. - [Scala2](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/scala2.instructions.md): Scala 2.12/2.13 programming language coding conventions and best practices following Databricks style guide for functional programming, type safety, and production code quality. - [Security And Owasp](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/security-and-owasp.instructions.md): Comprehensive secure coding standards based on OWASP Top 10 2025, with 55+ anti-patterns, detection regex, framework-specific fixes for modern web and backend frameworks, and AI/LLM security guidance. - [Self Explanatory Code Commenting](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/self-explanatory-code-commenting.instructions.md): Guidelines for GitHub Copilot to write comments to achieve self-explanatory code with less comments. Examples are in JavaScript but it should work on any language that has comments. - [Shell](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/shell.instructions.md): Shell scripting best practices and conventions for bash, sh, zsh, and other shells - [Spec Driven Workflow V1](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/spec-driven-workflow-v1.instructions.md): Specification-Driven Workflow v1 provides a structured approach to software development, ensuring that requirements are clearly defined, designs are meticulously planned, and implementations are thoroughly documented and validated. - [Springboot](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/springboot.instructions.md): Guidelines for building Spring Boot base applications - [Springboot 4 Migration](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/springboot-4-migration.instructions.md): Comprehensive guide for migrating Spring Boot applications from 3.x to 4.0, focusing on Gradle Kotlin DSL and version catalogs - [Sql Sp Generation](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/sql-sp-generation.instructions.md): Guidelines for generating SQL statements and stored procedures - [Svelte](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/svelte.instructions.md): Svelte 5 and SvelteKit development standards and best practices for component-based user interfaces and full-stack applications - [Swift Mcp Server](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/swift-mcp-server.instructions.md): Best practices and patterns for building Model Context Protocol (MCP) servers in Swift using the official MCP Swift SDK package. - [Tailwind V4 Vite](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/tailwind-v4-vite.instructions.md): Tailwind CSS v4+ installation and configuration for Vite projects using the official @tailwindcss/vite plugin - [Taming Copilot](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/taming-copilot.instructions.md): Prevent Copilot from wreaking havoc across your codebase, keeping it under control. - [Tanstack Start Shadcn Tailwind](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/tanstack-start-shadcn-tailwind.instructions.md): Guidelines for building TanStack Start applications - [Task Implementation](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/task-implementation.instructions.md): Instructions for implementing task plans with progressive tracking and change record - Brought to you by microsoft/edge-ai - [Tasksync](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/tasksync.instructions.md): TaskSync V5 - Allows you to give the agent new instructions or feedback after completing a task using terminal while agent is running. - [Terraform](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/terraform.instructions.md): Terraform Conventions and Guidelines - [Terraform Azure](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/terraform-azure.instructions.md): Create or modify solutions built using Terraform on Azure. - [Terraform Sap Btp](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/terraform-sap-btp.instructions.md): Terraform conventions and guidelines for SAP Business Technology Platform (SAP BTP). - [Typescript Mcp Server](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/typescript-mcp-server.instructions.md): Instructions for building Model Context Protocol (MCP) servers using the TypeScript SDK - [Typespec M365 Copilot](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/typespec-m365-copilot.instructions.md): Guidelines and best practices for building TypeSpec-based declarative agents and API plugins for Microsoft 365 Copilot - [Update Code From Shorthand](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/update-code-from-shorthand.instructions.md): Shorthand code will be in the file provided from the prompt or raw data in the prompt, and will be used to update the code file when the prompt has the text `UPDATE CODE FROM SHORTHAND`. - [Update Docs On Code Change](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/update-docs-on-code-change.instructions.md): Automatically update README.md and documentation files when application code changes require documentation updates - [Use Cliche Data In Docs](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/use-cliche-data-in-docs.instructions.md): Ensure documentation and examples use only generic, cliche placeholder data — never real or sensitive data sourced from local scripts, configuration, task files, or prompt context. - [Vsixtoolkit](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/vsixtoolkit.instructions.md): Guidelines for Visual Studio extension (VSIX) development using Community.VisualStudio.Toolkit - [Vue](https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/vue.instructions.md): Comprehensive Vue 3 development standards and best practices: Composition API, `