GitHub Copilot Enhancer

Documentation

Welcome to the GitHub Copilot Enhancer documentation.

What is GitHub Copilot Enhancer?

GitHub Copilot Enhancer is a comprehensive toolkit of AI Agent templates with Skills, Agents, and Prompt Files designed to supercharge GitHub Copilot in VS Code. Whether you're an individual developer or part of a larger team, it helps you build better software faster.

What's Included

20+
Specialist Agents

Domain experts for frontend, backend, security, testing, and more

36+
Domain Skills

Knowledge modules for React, Next.js, testing, and more

11+
Prompt Files

Reusable slash-command prompts for common dev tasks

20+
Scripts

Validation, security, and quality automation scripts

How to Use These Docs

The docs are organized into 3 main sections:

Getting Started

Quick installation and setup guide to get you started

Core Concepts

Learn about Agents, Skills, Prompt Files, and Scripts

Guide

Usage patterns, tips, and validation workflows


Installation

Run the following command in your project's root directory to install GitHub Copilot Enhancer:

npx degit piyushkghosh/GithubCopilotEnhancer/.github .github

This downloads only the .github folder into your project. No account or login needed — just Node.js.


Agents

Specialist AI personas for different development domains. Invoke with @agent-name in VS Code Copilot Chat.

@orchestrator

Multi-agent coordination — delegates to the right specialist

@frontend-specialist

React, Next.js, UI/UX design systems

@backend-specialist

APIs, Node.js, server logic, authentication

@security-auditor

OWASP vulnerability review and compliance

@debugger

Root cause analysis and systematic debugging

…and 15 more agents covering database, mobile, DevOps, testing, SEO, and more.


Skills

Modular knowledge domains loaded on-demand by Copilot when relevant to your conversation. No manual selection needed — Copilot auto-detects the right skill.

react-best-practices

React & Next.js performance patterns from Vercel Engineering (57 rules)

vulnerability-scanner

OWASP 2025, supply chain security, attack surface mapping

clean-code

Global coding standards — concise, self-documenting, no over-engineering

…and 33 more skills across frontend, backend, database, mobile, security, and tooling.


Quick Start

After installing, open Copilot Chat in VS Code and use any agent:

@orchestrator Review and improve the authentication system
@frontend-specialist Build a responsive dashboard with dark mode
@debugger Fix the memory leak in the data processing pipeline

Validation Scripts

Run automated quality checks from your terminal:

python .github/scripts/checklist.py .
python .github/scripts/verify_all.py . --url http://localhost:3000