TopRank Skills

Home / Claw Skills / Autres / craftwork
Official OpenClaw rules 15%

craftwork

9 engineering disciplines for AI agents — TDD, debugging, code review, planning, and multi-agent coordination. Build software like it matters.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 craftwork 技能。 若已安装,则直接安装 craftwork 技能。

Overview

Skill Key
gaurangbhattspaceo/craftwork
Author
gaurangbhattspaceo
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/gaurangbhattspaceo/craftwork
Latest Commit SHA
ca219f8071e262d62bf34bc8add545b594c29033

Extracted Content

SKILL.md excerpt

# Craft — Engineering Discipline for AI Agents

9 skills that turn AI agents into disciplined software engineers. Battle-tested on a 4-agent team shipping production software.

## Skills

| Skill | What It Enforces |
|-------|-----------------|
| `craftwork:test-driven-development` | No production code without a failing test first |
| `craftwork:systematic-debugging` | No fixes without root cause investigation |
| `craftwork:verification-before-completion` | No "done" claims without fresh evidence |
| `craftwork:brainstorming` | No code without exploring approaches first |
| `craftwork:writing-plans` | No implementation without exact file paths, code, and tests |
| `craftwork:subagent-driven-development` | One subagent per task, structured review between each |
| `craftwork:dispatching-parallel-agents` | Safe parallel execution for independent tasks |
| `craftwork:requesting-code-review` | Structured diff review with security and spec checklist |
| `craftwork:receiving-code-review` | Technical rigor over performative agreement |

## Install

```bash
clawhub install craftwork
```

## Philosophy

Agents are fast but sloppy. They skip tests, guess at fixes, claim "done" without checking, and agree with every review comment. These skills add guardrails — not to slow agents down, but to make their speed count.

Every skill follows the same pattern: **stop, verify, then act.**

Related Claw Skills