drvoss

120 mods across 2 repositories, 50 stars between them.

copilot-memory

25

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you need to understand, review, or curate GitHub Copilot's repository-level memory — the persistent facts Copilot reuses across CLI, cloud agent, and code review for the same repository.

45 5d ago A 44 tokens original MIT

ecosystem-intake

26

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when monitoring a curated ecosystem source and you need to turn new items into concrete adopt/adapt/reject backlog candidates — combines GitHub-native reading with SQL triage and repository-fit scoring.

45 5d ago A 43 tokens original MIT

fleet-parallel

27

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you need to run the same task across many files, components, or contexts in parallel — triggers /fleet mode for batch refactoring, mass testing, or bulk review. NOT when sequential order matters.

45 5d ago A 46 tokens original MIT

github-code-search

28

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you need real-world implementation examples or cross-repository context — search GitHub's global code index with the built-in MCP tools and reuse the results as grounded context.

45 5d ago A 39 tokens original MIT

github-issue-triage

30

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you have a backlog of unorganized GitHub Issues — bulk-reads, labels, prioritizes, and assigns issues at scale using Copilot's built-in GitHub MCP tools.

45 5d ago A 45 tokens original MIT

knowledge-curator

31

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when repeated lessons, pitfalls, or decisions should move from temporary session context into durable project guidance — curate what to keep, what to discard, and where it belongs.

45 5d ago A 38 tokens original MIT

mcp-builder

32

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when you need to build a new MCP server — plan the tool surface, implement the server, register it in Copilot CLI, inspect the config, and test the tools end to end.

45 5d ago A 43 tokens original MIT

mcp-ecosystem

33

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when Copilot CLI's built-in tools do not cover a service you need — for example PostgreSQL, Redis, Jira, Slack, or an internal API — and you need to add an MCP server beyond the default GitHub MCP. NOT when the built-in tools already cover the task.

45 5d ago A 65 tokens original MIT

drvoss/everything-copilot-cli

Skill Claude CodeCodex

Use when choosing which AI model to use for a task — pick the right model family and tier based on cost, speed, context needs, and reasoning depth.

45 5d ago A 36 tokens original MIT

scope-guard

35

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.

45 5d 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.

45 5d ago A 34 tokens original MIT

task-intake-router

37

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.

45 5d ago A 39 tokens original MIT

team-planner

38

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.

45 5d 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.

45 5d 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.

45 5d ago A 37 tokens original MIT

code-review

41

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.

45 5d ago A 24 tokens original MIT

context-engineering

42

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.

45 5d ago A 24 tokens original MIT

cpp-debugging

43

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.

45 5d 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.

45 5d ago A 33 tokens original MIT

diagnose

45

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.

45 5d ago A 34 tokens original MIT

fix-build-errors

46

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.

45 5d ago A 32 tokens original MIT

fix-github-issue

47

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.

45 5d ago A 49 tokens original MIT

implement

48

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.

45 5d ago A 33 tokens original MIT