← all publishers

drvoss

@drvoss source repo

109 published skills · page 2 of 2

  1. Multi Model Strategy · drvoss
    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
    0
    installs
  2. Sub Agent Sandboxing · drvoss
    Use when delegated work needs runtime guardrails — constrain sub-agents with loop detection, circuit breakers, and escalating sandbox levels before accepting their output
    0
    installs
  3. Token Cost Optimizer · drvoss
    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
    0
    installs
  4. Pr Multi Perspective Review · drvoss
    Review a pull request from 6 perspectives (PM, Dev, QA, Security, DevOps, UX) for comprehensive, bias-free feedback
    0
    installs
  5. Finishing A Development Branch · drvoss
    Use when implementation is complete and tests pass but the branch itself is not yet resolved — verify tests, detect worktree vs. normal checkout, then present merge/PR/keep/discard options and execute the chosen cleanup
    0
    installs
  6. Verification Before Completion · drvoss
    Use before claiming any task is done — run the exact command that proves the fix works, read the output, and only then report success.
    0
    installs
  7. Improve Codebase Architecture · drvoss
    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.
    0
    installs
  8. MCP Implementation Security Review · drvoss
    Use when reviewing the source code of an MCP server or client implementation — not just its runtime config — for authentication, session, rate-limit, schema-validation, and SDK-usage vulnerabilities, with file/line-cited findings mapped to OWASP Top 10
    0
    installs
  9. Github Codespaces Efficiency · drvoss
    Use when optimizing GitHub Codespaces — faster startup times, lower spend, slimmer devcontainers, right-sizing machines, or scoping prebuilds.
    0
    installs