# drvoss

> Open-source publisher. Listings imported from github.com/drvoss — credited to the original author with their license.

- **Listings:** 50
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/drvoss
- **Website:** https://github.com/drvoss

## Published listings

- [Fix Build Errors](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-fix-build-errors) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-fix-build-errors`
  Use when a build, compilation, or type-check fails — diagnose the error, identify root cause, and apply the minimal fix to get green
- [Ai Visibility](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-ai-visibility) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-ai-visibility`
  Use when you want your product to surface in AI-generated answers (ChatGPT, Perplexity, Gemini) — creates llms.txt, optimizes structured data, and configures AI crawler access for GEO.
- [Api And Interface Design](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-api-and-interface-design) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-api-and-interface-design`
  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
- [Session Management](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-session-management) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-session-management`
  Use when a task spans multiple steps or sessions and needs structured state tracking — leverages the built-in SQLite session database for todos, dependencies, and batch operation progress.
- [Team Planner](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-team-planner) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-team-planner`
  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
- [Review](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-review) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-review`
  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
- [Knowledge Curator](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-knowledge-curator) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-knowledge-curator`
  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.
- [Nextjs Prisma](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-nextjs-prisma) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-nextjs-prisma`
  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.
- [Autopilot Patterns](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-autopilot-patterns) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-autopilot-patterns`
  Use when you're ready to let Copilot execute a multi-step plan autonomously — configures appropriate guardrails, handles plan-to-autopilot transitions, and sets safety boundaries.
- [Systematic Debugging](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-systematic-debugging) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-systematic-debugging`
  Use when a bug is non-obvious or has resisted quick fixes — applies a 4-phase root cause analysis to find and permanently resolve the issue rather than patching symptoms
- [React Vitest](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-react-vitest) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-react-vitest`
  Use when adding or improving tests in a React project that uses Vitest — covers component testing with Testing Library, mocking hooks, and coverage configuration.
- [Actions Debugging](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-actions-debugging) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-actions-debugging`
  Use when a GitHub Actions workflow fails — diagnose the run log, identify the root cause, and apply a targeted fix
- [Copilot Memory](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-copilot-memory) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-copilot-memory`
  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
- [Source Driven Development](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-source-driven-development) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-source-driven-development`
  Use when implementing framework-specific or library-specific code — verify non-trivial APIs against official documentation before writing them, and record the source in task notes, docs, or the PR.
- [Ide Switching](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-ide-switching) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-ide-switching`
  Use when moving between VS Code and Copilot CLI in the same session — transfers context between environments so you don't lose state when switching from editor to terminal.
- [Sub Agent Sandboxing](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-sub-agent-sandboxing) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-sub-agent-sandboxing`
  Use when delegated work needs runtime guardrails — constrain sub-agents with loop detection, circuit breakers, and escalating sandbox levels before accepting their output
- [Fleet Parallel](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-fleet-parallel) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-fleet-parallel`
  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.
- [Refactor Clean](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-refactor-clean) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-refactor-clean`
  Use when code has grown complex, duplicated, or cluttered — clean up structure and remove dead code without changing observable behavior
- [Context Prime](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-context-prime) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-context-prime`
  Invoke when starting a session (or resuming after a break) on a repo before making changes, to load live project context (structure, recent commits, test status)
- [Scope Guard](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-scope-guard) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-scope-guard`
  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.
- [Spec Driven Development](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-spec-driven-development) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-spec-driven-development`
  Use before starting any non-trivial feature to write a technical spec first — prevents misaligned implementation and scope creep
- [Stack Detector](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-stack-detector) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-stack-detector`
  Scan the current project's tech stack (package.json, config files, lockfiles) and recommend the most relevant skills and rules from this collection for the detected technologies.
- [Pr Multi Perspective Review](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-pr-multi-perspective-review) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-pr-multi-perspective-review`
  Review a pull request from 6 perspectives (PM, Dev, QA, Security, DevOps, UX) for comprehensive, bias-free feedback
- [Mcp Builder](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-mcp-builder) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-mcp-builder`
  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.
- [Performance Optimization](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-performance-optimization) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-performance-optimization`
  Use when performance is a real concern — measure first, isolate the bottleneck, and prove the improvement instead of guessing
- [Mcp Ecosystem](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-mcp-ecosystem) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-mcp-ecosystem`
  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.
- [Token Cost Optimizer](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-token-cost-optimizer) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-token-cost-optimizer`
  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
- [Github Issue Triage](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-github-issue-triage) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-github-issue-triage`
  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.
- [Background Agent](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-background-agent) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-background-agent`
  Use when a task is too long to block the current session or should run autonomously — delegates to a cloud background agent via & or /delegate so work can continue on GitHub while you keep moving locally, not in a local async PowerShell session.
- [Fix Github Issue](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-fix-github-issue) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-fix-github-issue`
  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.
- [Diagnose](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-diagnose) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-diagnose`
  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
- [Deprecation And Migration](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-deprecation-and-migration) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-deprecation-and-migration`
  Use when removing old APIs, migrating to new patterns, or cleaning up legacy code — treats code as liability and follows a structured removal process
- [Context Engineering](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-context-engineering) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-context-engineering`
  Use when designing prompts or agent tasks to optimize information delivery — minimize noise, maximize signal for AI agents
- [Github Codespaces Efficiency](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-github-codespaces-efficiency) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-github-codespaces-efficiency`
  >
- [Ecosystem Intake](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-ecosystem-intake) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-ecosystem-intake`
  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.
- [Cpp Debugging](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-cpp-debugging) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-cpp-debugging`
  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
- [Nestjs Prisma](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-nestjs-prisma) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-nestjs-prisma`
  Use when building a NestJS application with Prisma — covers PrismaService setup as an injectable singleton, repository pattern integration, and testing with Prisma mocks.
- [Github Code Search](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-github-code-search) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-github-code-search`
  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.
- [Agentic Engineering](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-agentic-engineering) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-agentic-engineering`
  Use when designing or decomposing a task for agent execution — applies 15-minute task units, eval-first loops, and explicit input/output contracts so agents work reliably without implicit state
- [Content Strategy](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-content-strategy) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-content-strategy`
  Use when you need a content plan to grow organic traffic for a product or new area — produces keyword research, topic clusters, and a content calendar targeting your category.
- [Improve Codebase Architecture](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-improve-codebase-architecture) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-improve-codebase-architecture`
  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.
- [Seo](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-seo) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-seo`
  Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping — audits and implements technical SEO, on-page optimization, Core Web Vitals, and structured data
- [Task Intake Router](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-task-intake-router) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-task-intake-router`
  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.
- [Plan Mode Mastery](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-plan-mode-mastery) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-plan-mode-mastery`
  Use when starting a complex multi-step task to create an approved plan, track todos in SQL, and execute with checkpoints
- [Skill Creator](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-skill-creator) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-skill-creator`
  Use when you want to create a new SKILL.md file — describe a workflow and this skill generates a properly structured, frontmatter-complete SKILL.md that follows this repository's conventions
- [Code Review](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-code-review) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-code-review`
  Use when reviewing code changes for quality, correctness, and security — runs a structured checklist with severity-rated findings
- [Multi Model Strategy](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-multi-model-strategy) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-multi-model-strategy`
  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
- [Cross Session Memory](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-cross-session-memory) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-cross-session-memory`
  Use when you need to recover context, decisions, or artifacts across multiple Copilot CLI sessions — search prior session history and resume with the right files, notes, and state.
- [Github Pr Workflow](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-github-pr-workflow) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-github-pr-workflow`
  Use when creating, updating, or managing pull requests — automates the full PR lifecycle (open, review requests, labels, merge) via GitHub MCP
- [Prototype](https://agentstack.voostack.com/l/skill-drvoss-everything-copilot-cli-prototype) — Skill · Free · security-reviewed — `agentstack add skill-drvoss-everything-copilot-cli-prototype`
  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.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
