14 production-tested agent workflow skills for disciplined, high-quality AI coding and task execution. Covers TDD, debugging, code review, planning, brainstorming, verification, subagent dispatch, and more. Built by operators who run agents in production daily.

Install

openclaw skills install @gvuckovich/superclaw-skills

SuperClaw by Kamir Labs

A collection of 14 OpenClaw skills that enforce disciplined, verifiable agent workflows.

What's Included

SkillWhen to Use
brainstormingBefore creative or feature-design work
dispatching-parallel-agents2+ independent tasks that can run in parallel
executing-plansExecute a written plan with checkpointed reviews
finishing-a-development-branchAfter implementation, choose merge/PR/cleanup path
receiving-code-reviewProcessing review feedback, especially ambiguous comments
requesting-code-reviewBefore merge to verify quality and requirements
subagent-driven-developmentExecute plans via independent subagent tasks
systematic-debuggingBugs and failures — root cause before fixes
test-driven-developmentBefore writing implementation code
using-git-worktreesFeature work that needs workspace isolation
using-superpowersSession start — identify the right skill first
verification-before-completionBefore any "done" claim — prove it works
writing-plansMulti-step tasks that need concrete execution plans
writing-skillsCreating, editing, or validating skills

Install

bash
npx clawhub@latest install superclaw

Philosophy

Stop guessing. Stop claiming "done" without evidence. Stop debugging by random changes. These skills enforce the patterns that separate reliable agent work from chaos.