Craftwork

Craftwork from modbender/skill-library-mcp.

by @modbender 6 skills

Skills in this plugin

6
  1. Systematic Debugging · modbender
    Find root cause before attempting fixes — 4-phase investigation, never guess-fix
    12 repo stars
  2. Receiving Code Review · modbender
    Handle code review feedback with technical rigor — verify before implementing, push back if incorrect, no performative agreement
    12 repo stars
  3. Requesting Code Review · modbender
    Review diffs with structured checklist — spec compliance, security, tests, breaking changes, code quality
    12 repo stars
  4. Test Driven Development · modbender
    Write failing test first, then implement minimal code to pass, then refactor — no production code without a failing test
    12 repo stars
  5. Dispatching Parallel Agents · modbender
    Spawn multiple subagents simultaneously for independent tasks with no shared state — maximize throughput safely
    12 repo stars
  6. Verification Before Completion · modbender
    Run verification commands and confirm output before claiming any work is complete — evidence before assertions
    12 repo stars