Craftwork
Craftwork from modbender/skill-library-mcp.
Skills in this plugin
6- ▌ Systematic Debugging · modbenderFind root cause before attempting fixes — 4-phase investigation, never guess-fix
- ▌ Receiving Code Review · modbenderHandle code review feedback with technical rigor — verify before implementing, push back if incorrect, no performative agreement
- ▌ Requesting Code Review · modbenderReview diffs with structured checklist — spec compliance, security, tests, breaking changes, code quality
- ▌ Test Driven Development · modbenderWrite failing test first, then implement minimal code to pass, then refactor — no production code without a failing test
- ▌ Dispatching Parallel Agents · modbenderSpawn multiple subagents simultaneously for independent tasks with no shared state — maximize throughput safely
- ▌ Verification Before Completion · modbenderRun verification commands and confirm output before claiming any work is complete — evidence before assertions