KIMISKI33/awesome-copilot

Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.

This repository also configures its own agents. See what awesome-copilot tells them →

1Stars on the repository
200Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

KIMISKI33/awesome-copilot

Agent Claude Code

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.

not rated 1 4d ago C 44 tokens copy · 100% MIT

Project Documenter

146

KIMISKI33/awesome-copilot

Agent Claude Code needs its repo

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.

not rated 1 4d ago C 51 tokens copy · 100% MIT

Prompt Builder

147

KIMISKI33/awesome-copilot

Agent Claude Code

Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.

not rated 1 4d ago A 24 tokens copy · 100% MIT

Prompt Engineer

148

KIMISKI33/awesome-copilot

Agent Claude Code

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…

not rated 1 4d ago A 71 tokens copy · 100% MIT

QA

151

KIMISKI33/awesome-copilot

Agent Claude Code

Meticulous QA subagent for test planning, bug hunting, edge-case analysis, and implementation verification.

not rated 1 4d ago A 22 tokens copy · 100% MIT

quality-playbook

152

KIMISKI33/awesome-copilot

Agent Claude Code

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.

not rated 1 4d ago A 69 tokens copy · 100% MIT

react18-auditor

153

KIMISKI33/awesome-copilot

Agent Claude Code

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.

not rated 1 4d ago A 74 tokens copy · 100% MIT

KIMISKI33/awesome-copilot

Agent Claude Code

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…

not rated 1 4d ago A 76 tokens copy · 100% MIT

react18-class-surgeon

155

KIMISKI33/awesome-copilot

Agent Claude Code

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…

not rated 1 4d ago A 81 tokens copy · 100% MIT

react18-commander

156

KIMISKI33/awesome-copilot

Agent Claude Code

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…

not rated 1 4d ago A 101 tokens copy · 100% MIT

react18-dep-surgeon

157

KIMISKI33/awesome-copilot

Agent Claude Code

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.

not rated 1 4d ago C 87 tokens copy · 100% MIT

react18-test-guardian

158

KIMISKI33/awesome-copilot

Agent Claude Code

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.

not rated 1 4d ago A 81 tokens copy · 100% MIT

react19-auditor

159

KIMISKI33/awesome-copilot

Agent Claude Code

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.

not rated 1 4d ago A 61 tokens copy · 100% MIT

react19-commander

160

KIMISKI33/awesome-copilot

Agent Claude Code

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.

not rated 1 4d ago A 58 tokens copy · 100% MIT

react19-dep-surgeon

161

KIMISKI33/awesome-copilot

Agent Claude Code

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.

not rated 1 4d ago C 63 tokens copy · 100% MIT

react19-migrator

162

KIMISKI33/awesome-copilot

Agent Claude Code

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.

not rated 1 4d ago A 64 tokens copy · 100% MIT

react19-test-guardian

163

KIMISKI33/awesome-copilot

Agent Claude Code

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.

not rated 1 4d ago A 67 tokens copy · 100% MIT

reepl-linkedin

164

KIMISKI33/awesome-copilot

Agent Claude Code

AI-powered LinkedIn content creation, scheduling, and analytics agent. Create posts, carousels, and manage your LinkedIn presence with GitHub Copilot.

not rated 1 4d ago A 37 tokens copy · 100% MIT

Repo Architect Agent

166

KIMISKI33/awesome-copilot

Agent Claude Code

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.

not rated 1 4d ago A 59 tokens copy · 100% MIT

KIMISKI33/awesome-copilot

Agent Claude Code

Systematically research and validate technical spike documents through exhaustive investigation and controlled experimentation.

not rated 1 4d ago A 20 tokens copy · 100% MIT

Ruby MCP Expert

168

KIMISKI33/awesome-copilot

Agent Claude Code

Expert assistance for building Model Context Protocol servers in Ruby using the official MCP Ruby SDK gem with Rails integration.

not rated 1 4d ago A 25 tokens copy · 100% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: