drvoss/everything-copilot-cli

The definitive guide & configuration system for GitHub Copilot CLI — agents, skills, rules, multi-AI orchestration, and more

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

scope-guard

25

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a task must stay inside a narrow file or directory boundary, or when risky commands need an explicit stop rule — define the writable surface first so the agent does not drift.

not rated 45 7d ago D 40 tokens original MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when delegated work needs runtime guardrails — constrain sub-agents with loop detection, circuit breakers, and escalating sandbox levels before accepting their output.

not rated 45 7d ago A 34 tokens original MIT

task-intake-router

27

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a request arrives and the right execution path is unclear — routes the work to the correct mode, agent type, model tier, and delegation pattern before implementation starts.

not rated 45 7d ago A 39 tokens original MIT

team-planner

28

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a task is too large or multi-domain for a single agent — assemble a specialist team, assign work via SQL tracking, dispatch with /fleet or task tool, and synthesize results.

not rated 45 7d ago A 42 tokens original MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use before a large Copilot task when model choice, context size, or parallelism could drive up billed usage — estimate cost pressure early and apply Copilot-specific reduction tactics before you run.

not rated 45 7d ago A 42 tokens original MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when defining a public API, CLI, webhook, or SDK surface — lock the contract first so compatibility, validation, and versioning stay intentional instead of accidental.

not rated 45 7d ago A 37 tokens original MIT

code-review

31

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when reviewing code changes for quality, correctness, and security — runs a structured checklist with severity-rated findings.

not rated 45 7d ago A 24 tokens original MIT

context-engineering

32

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when designing prompts or agent tasks to optimize information delivery — minimize noise, maximize signal for AI agents.

not rated 45 7d ago A 24 tokens original MIT

cpp-debugging

33

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a C++ failure involves memory lifetime, undefined behavior, native crashes, or debugger-only state — debug with symbols, sanitizers, and platform-native debuggers before patching symptoms.

not rated 45 7d ago A 42 tokens original MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when removing old APIs, migrating to new patterns, or cleaning up legacy code — treats code as liability and follows a structured removal process.

not rated 45 7d ago A 33 tokens original MIT

diagnose

35

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a bug or performance issue is still fuzzy — build the fastest feedback loop first, rank the leading hypotheses, and instrument only what narrows the search.

not rated 45 7d ago A 34 tokens original MIT

fix-build-errors

36

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a build, compilation, or type-check fails — diagnose the error, identify root cause, and apply the minimal fix to get green.

not rated 45 7d ago A 32 tokens original MIT

fix-github-issue

37

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you have a GitHub Issue number or link and want it resolved end-to-end — reads the issue, locates the bug, applies a fix, writes tests, and opens a PR from the terminal.

not rated 45 7d ago A 49 tokens original MIT

implement

38

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when starting implementation work from a PRD, spec, or set of issues — to follow a structured TDD → validate → review → commit loop.

not rated 45 7d ago A 33 tokens original MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a codebase feels hard to change, test, or navigate — surface architectural friction, identify deeper module seams, and walk one candidate into a concrete refactoring direction.

not rated 45 7d ago A 42 tokens original MIT

nestjs-prisma

40

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when building a NestJS application with Prisma — covers PrismaService setup as an injectable singleton, repository pattern integration, and testing with Prisma mocks.

not rated 45 7d ago A 33 tokens original MIT

nextjs-prisma

41

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when working on a Next.js App Router project that uses Prisma as the ORM — covers server component data fetching, singleton client setup, and type-safe query patterns.

not rated 45 7d ago A 38 tokens original MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when performance is a real concern — measure first, isolate the bottleneck, and prove the improvement instead of guessing.

not rated 45 7d ago A 27 tokens original MIT

prototype

44

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when a design question is still fuzzy — build a throwaway logic or UI prototype that answers one question fast, stays easy to run, and is meant to be deleted or absorbed.

not rated 45 7d ago A 39 tokens original MIT

react-vitest

45

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when adding or improving tests in a React project that uses Vitest — covers component testing with Testing Library, mocking hooks, and coverage configuration.

not rated 45 7d ago A 33 tokens original MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you have just received code review feedback (human or agent) and are about to act on it — verify each item against the codebase before implementing, and push back with technical reasoning instead of performative agreement.

not rated 45 7d ago A 48 tokens original MIT

refactor-clean

47

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when code has grown complex, duplicated, or cluttered — clean up structure and remove dead code without changing observable behavior.

not rated 45 7d ago A 28 tokens original MIT

review

48

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you want to check whether a code change follows the repository's documented conventions (Standards) and aligns with the originating issue or PRD (Spec) — compared against a pinned git reference.

not rated 45 7d ago A 41 tokens original 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: