OneLinersCommand workbench
AI
Instruction files

Repository instructions, without format guesswork.

Verified templates for AGENTS.md, Claude, Gemini CLI, and GitHub Copilot.

Results
150
Favorites
0
150 of 150 instruction files
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Repository setup, commands & validation

Repository-wide AGENTS.md baseline

A concise project contract covering setup, validation, architecture, safety, and commits.
AGENTS.override.md
Save to collectionCreate a collection in the sidebar first.

Monorepos & scoped instructions

Temporary AGENTS.override.md

A higher-priority local instruction layer for a focused migration or constrained task.
CLAUDE.md
Save to collectionCreate a collection in the sidebar first.

Code style, architecture & dependencies

Project CLAUDE.md

Persistent Claude Code project context with concise conventions and an AGENTS.md bridge.
CLAUDE.local.md
Save to collectionCreate a collection in the sidebar first.

Security, secrets & permissions

Private CLAUDE.local.md

Local-only preferences and environment notes that should stay outside version control.
.claude/rules/*.md
Save to collectionCreate a collection in the sidebar first.

Monorepos & scoped instructions

Path-scoped Claude rule

Loads focused instructions only when Claude works on matching files.
GEMINI.md
Save to collectionCreate a collection in the sidebar first.

Code style, architecture & dependencies

Project GEMINI.md

Hierarchical Gemini CLI context for architecture, commands, and behavioral rules.
.github/copilot-instructions.md
Save to collectionCreate a collection in the sidebar first.

Repository setup, commands & validation

Copilot repository instructions

Always-on repository guidance for GitHub Copilot and VS Code chat.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.

Language & framework patterns

Path-specific Copilot instructions

Apply language or module conventions only to matching files.
.github/prompts/*.prompt.md
Save to collectionCreate a collection in the sidebar first.

Product requirements & task planning

Reusable Copilot prompt file

A parameterized prompt command for a repeatable repository task.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.

Code review, pull requests & issues

VS Code custom review agent

A focused agent persona with bounded tools and a consistent review contract.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Monorepos & scoped instructions

Nested AGENTS.md for a monorepo service

Service-specific rules that refine the root contract without duplicating it.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.

Security, secrets & permissions

Security-focused instruction file

Path-scoped guardrails for authentication, authorization, secrets, and validation code.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Repository setup, commands & validation

Node.js repository operating contract

Repository-scoped Node.js 22 with npm workspaces instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Repository setup, commands & validation

Python repository operating contract

Repository-scoped Python 3.13 with a locked virtual environment instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Repository setup, commands & validation

Rust workspace operating contract

Repository-scoped stable Rust with Cargo workspace metadata instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Repository setup, commands & validation

Go module operating contract

Repository-scoped Go 1.24 module instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Repository setup, commands & validation

.NET solution operating contract

Repository-scoped .NET 9 solution with central package management instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Monorepos & scoped instructions

Scoped instructions for a monorepo web app

Repository-scoped React application inside a pnpm workspace instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Monorepos & scoped instructions

Scoped instructions for a monorepo API service

Repository-scoped TypeScript API service inside a pnpm workspace instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Monorepos & scoped instructions

Scoped instructions for a shared monorepo package

Repository-scoped Framework-neutral shared TypeScript package instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Monorepos & scoped instructions

Scoped instructions for infrastructure packages

Repository-scoped Terraform and deployment manifests in a polyglot monorepo instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Code style, architecture & dependencies

Hexagonal architecture boundary rules

Repository-scoped Service organized around ports and adapters instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Code style, architecture & dependencies

Clean-layer dependency contract

Repository-scoped Layered backend application instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Code style, architecture & dependencies

Feature-sliced frontend dependency rules

Repository-scoped Feature-oriented TypeScript frontend instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Code style, architecture & dependencies

Package dependency and upgrade policy

Repository-scoped Versioned application packages instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Code style, architecture & dependencies

Public API stability instructions

Repository-scoped Library with semver-governed public interfaces instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Testing, fixtures & quality gates

Unit test and fixture contract

Repository-scoped Repository with deterministic unit tests instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Testing, fixtures & quality gates

Integration test isolation instructions

Repository-scoped Service integration tests with disposable dependencies instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Testing, fixtures & quality gates

Browser test quality gate

Repository-scoped Playwright end-to-end suite instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Testing, fixtures & quality gates

Consumer contract test instructions

Repository-scoped Versioned HTTP API and generated consumers instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Testing, fixtures & quality gates

Snapshot test review policy

Repository-scoped UI or serializer snapshot suite instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Testing, fixtures & quality gates

Migration test quality gate

Repository-scoped Database migration suite instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Testing, fixtures & quality gates

Flaky test investigation instructions

Repository-scoped Mixed CI test suite instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Security, secrets & permissions

Repository secret-handling contract

Repository-scoped Application handling environment credentials instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Security, secrets & permissions

Authorization change instructions

Repository-scoped Multi-tenant application authorization layer instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Security, secrets & permissions

Cryptography change instructions

Repository-scoped Application using platform cryptographic libraries instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Security, secrets & permissions

Dependency supply-chain instructions

Repository-scoped Application with locked third-party dependencies instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Security, secrets & permissions

Untrusted content and prompt-injection boundary

Repository-scoped Agent-assisted repository workflows instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Frontend, design systems & accessibility

React design-system contribution rules

Repository-scoped React component library with semantic tokens instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Frontend, design systems & accessibility

Next.js UI implementation rules

Repository-scoped Next.js App Router application instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Frontend, design systems & accessibility

Accessible interaction implementation rules

Repository-scoped Web interface targeting WCAG 2.2 AA instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Frontend, design systems & accessibility

Responsive layout instructions

Repository-scoped Responsive web application instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Frontend, design systems & accessibility

Form UX and validation instructions

Repository-scoped Accessible form-heavy application instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Frontend, design systems & accessibility

Frontend performance budget instructions

Repository-scoped Web application with Core Web Vitals budgets instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Frontend, design systems & accessibility

Mobile web interaction rules

Repository-scoped Touch-first responsive application instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Backend APIs, schemas & compatibility

REST API compatibility instructions

Repository-scoped Versioned REST API described by OpenAPI instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Backend APIs, schemas & compatibility

GraphQL schema evolution instructions

Repository-scoped GraphQL service with persisted consumers instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Backend APIs, schemas & compatibility

gRPC and protobuf compatibility rules

Repository-scoped gRPC services using protobuf schemas instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Backend APIs, schemas & compatibility

Webhook delivery and consumer instructions

Repository-scoped Signed at-least-once webhook boundary instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Backend APIs, schemas & compatibility

Background job reliability instructions

Repository-scoped Durable asynchronous job processor instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Backend APIs, schemas & compatibility

Event schema evolution instructions

Repository-scoped Versioned event-driven integration instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Backend APIs, schemas & compatibility

Authentication API boundary instructions

Repository-scoped Session and token authentication service instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Databases, migrations & data safety

PostgreSQL migration safety instructions

Repository-scoped PostgreSQL 17 production schema instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Databases, migrations & data safety

MySQL migration safety instructions

Repository-scoped MySQL 8.4 production schema instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Databases, migrations & data safety

SQLite migration safety instructions

Repository-scoped Embedded SQLite application database instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Databases, migrations & data safety

ORM schema and generated migration rules

Repository-scoped Application using a schema-driven ORM instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Databases, migrations & data safety

Backup and restore verification instructions

Repository-scoped Stateful service with versioned backups instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Databases, migrations & data safety

Data retention and deletion instructions

Repository-scoped Application with user and audit data instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Databases, migrations & data safety

Analytics pipeline data-quality instructions

Repository-scoped Batch and streaming analytics pipeline instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

DevOps, CI/CD, containers & infrastructure

GitHub Actions workflow instructions

Repository-scoped GitHub Actions CI/CD workflows instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

DevOps, CI/CD, containers & infrastructure

Container image build instructions

Repository-scoped Multi-stage OCI image build instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

DevOps, CI/CD, containers & infrastructure

Kubernetes manifest change instructions

Repository-scoped Kubernetes workloads managed as code instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

DevOps, CI/CD, containers & infrastructure

Terraform module change instructions

Repository-scoped Versioned Terraform modules instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

DevOps, CI/CD, containers & infrastructure

Ansible role change instructions

Repository-scoped Idempotent Ansible roles instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

DevOps, CI/CD, containers & infrastructure

Production deployment change instructions

Repository-scoped Progressive application deployment instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

DevOps, CI/CD, containers & infrastructure

Cloud IAM change instructions

Repository-scoped Infrastructure-as-code IAM policies instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Documentation & release processes

README and quick-start instructions

Repository-scoped User-facing repository documentation instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Documentation & release processes

API documentation change instructions

Repository-scoped Versioned API reference and integration guides instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Documentation & release processes

Changelog and release-note instructions

Repository-scoped Semver-managed product releases instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Documentation & release processes

Technical tutorial authoring instructions

Repository-scoped Human-focused technical guides instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Documentation & release processes

Operational runbook documentation rules

Repository-scoped Incident-response runbooks instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Documentation & release processes

Deprecation and migration documentation rules

Repository-scoped Versioned public feature or API instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Documentation & release processes

Source and verification instructions

Repository-scoped Source-backed technical knowledge base instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Code review, pull requests & issues

Pull request review instructions

Repository-scoped Collaborative repository review workflow instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Code review, pull requests & issues

Issue triage instructions

Repository-scoped Product and engineering issue tracker instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Code review, pull requests & issues

Bug-fix implementation instructions

Repository-scoped Maintained application repository instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Code review, pull requests & issues

Review comment resolution instructions

Repository-scoped Pull request with actionable review threads instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Code review, pull requests & issues

Release pull request instructions

Repository-scoped Versioned release pull request instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Performance, observability & incidents

Performance investigation instructions

Repository-scoped Measured application performance workflow instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Performance, observability & incidents

Observability instrumentation rules

Repository-scoped Logs, metrics, and traces using OpenTelemetry instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Performance, observability & incidents

Incident remediation instructions

Repository-scoped Production incident follow-up work instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Performance, observability & incidents

SLO and alert change instructions

Repository-scoped Service-level objectives and burn-rate alerts instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Performance, observability & incidents

Memory regression investigation rules

Repository-scoped Long-running service or client instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Performance, observability & incidents

Distributed failure analysis instructions

Repository-scoped Multi-service request path instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

AI/ML, RAG, prompts & evaluation

RAG system change instructions

Repository-scoped Retrieval-augmented generation application instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

AI/ML, RAG, prompts & evaluation

Prompt change and evaluation instructions

Repository-scoped Versioned production prompt instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

AI/ML, RAG, prompts & evaluation

Agent tool safety instructions

Repository-scoped Tool-using AI agent instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

AI/ML, RAG, prompts & evaluation

Model provider integration instructions

Repository-scoped Application integrating hosted model APIs instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

AI/ML, RAG, prompts & evaluation

LLM evaluation suite instructions

Repository-scoped Versioned model evaluation pipeline instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

AI/ML, RAG, prompts & evaluation

AI data privacy instructions

Repository-scoped AI feature handling user content instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Product requirements & task planning

Decision-complete requirement instructions

Repository-scoped Product feature development instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Product requirements & task planning

Repository-grounded implementation planning

Repository-scoped Existing application repository instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Product requirements & task planning

Feature scope and non-goal instructions

Repository-scoped Incremental product delivery instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Product requirements & task planning

Product experiment instructions

Repository-scoped Feature experiment with measurable exposure instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Product requirements & task planning

Backlog task completion instructions

Repository-scoped Issue-driven engineering workflow instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Language & framework patterns

TypeScript repository patterns

Repository-scoped Strict TypeScript application instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Language & framework patterns

Python service repository patterns

Repository-scoped Typed Python service instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Language & framework patterns

Rust library repository patterns

Repository-scoped Semver-governed Rust crate instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Language & framework patterns

Go service repository patterns

Repository-scoped Go HTTP or RPC service instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.

Language & framework patterns

Java service repository patterns

Repository-scoped Java 21 service built with Gradle instructions with concrete setup, validation, safety, protected-path, and completion rules.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.
External repositoryopenai/codex

Repository setup, commands & validation

OpenAI Codex repository instructions

A reviewed real-world AGENTS.md example from the official Codex repository, with scoped Rust, testing, API, and platform guidance.
.github/copilot-instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Repository setup, commands & validation

Copilot Instructions

A reviewed .github/copilot-instructions.md example showing repository-specific copilot instructions guidance.
AGENTS.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Repository setup, commands & validation

Awesome Copilot AGENTS.md

A reviewed AGENTS.md example showing repository-specific agents guidance.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Monorepos & scoped instructions

Next.js Best Practices for LLMs (2026)

Best practices for building Next.js (App Router) apps with modern caching, tooling, and server/client boundaries (aligned with Next.js 16.1.1).
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Monorepos & scoped instructions

NestJS Development Best Practices

NestJS development standards and best practices for building scalable Node.js server-side applications.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Monorepos & scoped instructions

C# Development

Guidelines for building C# applications.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Code style, architecture & dependencies

DDD Systems & .NET Guidelines

DDD and .NET architecture guidelines.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Code style, architecture & dependencies

Generic Code Review Instructions

Generic code review instructions that can be customized for any project using GitHub Copilot.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Code style, architecture & dependencies

DevOps Core Principles

Foundational instructions covering core DevOps principles, culture (CALMS), and key metrics (DORA) to guide GitHub Copilot in understanding and promoting effective software delivery.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Testing, fixtures & quality gates

Playwright Typescript

Playwright test generation instructions.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Testing, fixtures & quality gates

Code Generation Guidelines

Guidelines for writing Node.js and JavaScript code with Vitest testing.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Testing, fixtures & quality gates

JUnit 5 Assertions Best Practices

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.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Security, secrets & permissions

Security Standards

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.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Security, secrets & permissions

Agent Safety & Governance

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.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Security, secrets & permissions

Exclude Prompt Data

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.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Frontend, design systems & accessibility

Accessibility Standards

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.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Frontend, design systems & accessibility

Next.js + Tailwind Development Instructions

Next.js + Tailwind development standards and instructions.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Frontend, design systems & accessibility

Markdown Accessibility Review Guidelines

Markdown accessibility guidelines based on GitHub''s 5 best practices for inclusive documentation.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Backend APIs, schemas & compatibility

ASP.NET REST API Development

Guidelines for building REST APIs with ASP.NET.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Backend APIs, schemas & compatibility

GitHub Copilot SDK Node.js Instructions

This file provides guidance on building Node.js/TypeScript applications using GitHub Copilot SDK.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Backend APIs, schemas & compatibility

Azure Functions Typescript

TypeScript patterns for Azure Functions.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Databases, migrations & data safety

MongoDB DBA Chat Mode Instructions

Instructions for customizing GitHub Copilot behavior for MONGODB DBA chat mode.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Databases, migrations & data safety

MS-SQL DBA Chat Mode Instructions

Instructions for customizing GitHub Copilot behavior for MS-SQL DBA chat mode.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Databases, migrations & data safety

SQL Development

Guidelines for generating SQL statements and stored procedures.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

DevOps, CI/CD, containers & infrastructure

Containerization & Docker Best Practices

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.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

DevOps, CI/CD, containers & infrastructure

Kubernetes Deployment Best Practices

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.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

DevOps, CI/CD, containers & infrastructure

Azure DevOps Pipeline YAML Best Practices

Best practices for Azure DevOps Pipeline YAML files.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Documentation & release processes

Markdown Content Rules

Markdown guidelines and content creation standards for blog posts.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Documentation & release processes

GitHub Flavored Markdown (GFM)

Markdown formatting for GitHub-flavored markdown (GFM) files.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Documentation & release processes

CommonMark Markdown

Markdown formatting aligned to the CommonMark specification (0.31.2).
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Code review, pull requests & issues

Agent Governance Reviewer

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.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Code review, pull requests & issues

SE: Security

Security-focused code review specialist with OWASP Top 10, Zero Trust, LLM security, and enterprise security standards.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Code review, pull requests & issues

Refine Requirement or Issue

Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Code review, pull requests & issues

one-shot-feature-issue-planner

Cloud Agent to Turn a single new-feature request into a complete, issue-ready implementation plan without follow-up questions.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Performance, observability & incidents

Frontend Performance Investigator

Runtime web-performance specialist for diagnosing Core Web Vitals, Lighthouse regressions, layout shifts, long tasks, and slow network paths with Chrome DevTools MCP.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Performance, observability & incidents

elasticsearch-agent

Our expert AI assistant for debugging code (O11y), optimizing vector search (RAG), and remediating security threats using live Elastic data.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Performance, observability & incidents

AWS Incident Triage

On-call SRE agent that drives structured CloudWatch-based incident investigation from alarms through root-cause hypothesis.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Performance, observability & incidents

New Relic Incident Response Agent

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.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

AI/ML, RAG, prompts & evaluation

Prompt Builder

Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

AI/ML, RAG, prompts & evaluation

Prompt Engineer

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 <reasoning> tag, evaluating it against a systematic framework based on…
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

AI/ML, RAG, prompts & evaluation

Agent Skills File Guidelines

Guidelines for creating high-quality Agent Skills for GitHub Copilot.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

AI/ML, RAG, prompts & evaluation

Context Engineering

Guidelines for structuring code and projects to maximize GitHub Copilot effectiveness through better context management.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Product requirements & task planning

Atlassian Requirements to Jira

Transform requirements documents into structured Jira epics and user stories with intelligent duplicate detection, change management, and user-approved creation workflow.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Product requirements & task planning

Implementation Plan Generation Mode

Generate an implementation plan for new features or refactoring existing code.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Product requirements & task planning

Task Planner Instructions

Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai.
.github/agents/*.agent.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Product requirements & task planning

SE: Product Manager

Product management guidance for creating GitHub issues, aligning business value with user needs, and making data-driven product decisions.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Language & framework patterns

Rust Coding Conventions and Best Practices

Rust programming language coding conventions and best practices.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Language & framework patterns

Dart and Flutter

Instructions for writing Dart and Flutter code following the official recommendations.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Language & framework patterns

GitHub Copilot SDK Python Instructions

This file provides guidance on building Python applications using GitHub Copilot SDK.
.github/instructions/*.instructions.md
Save to collectionCreate a collection in the sidebar first.
External repositorygithub/awesome-copilot

Language & framework patterns

TypeScript MCP Server Development

Instructions for building Model Context Protocol (MCP) servers using the TypeScript SDK.