← 返回 Skills 市场
gaurangbhattspaceo

Craftwork

作者 gaurangbhattspaceo · GitHub ↗ · v1.0.0
macoslinuxwin32 ✓ 安全检测通过
366
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install craftwork
功能描述
9 engineering disciplines for AI agents — TDD, debugging, code review, planning, and multi-agent coordination. Build software like it matters.
使用说明 (SKILL.md)

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

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.

安全使用建议
This skill is coherent and appears to do what it says: provide disciplined workflows for agent-driven development. Before installing, consider that the instructions expect access to your repository and developer tooling (git/gh, tests, local services) and will tell an agent to run commands like git push, run tests, and call local health endpoints. If you install it: 1) ensure the agent runs with least privilege (do not give it elevated access or unrestricted push permissions to critical repos), 2) prefer manual review or require human approval before any push/merge actions, and 3) verify that any automation spawned by the agent (subagents) is subject to the same safeguards. If you want stronger safety, disable autonomous invocation or require a human-in-the-loop for push/merge steps.
功能分析
Type: OpenClaw Skill Name: craftwork Version: 1.0.0 The OpenClaw AgentSkills skill bundle 'craftwork' and its sub-skills are designed to enforce good software engineering practices for AI agents, including test-driven development, systematic debugging, code review, and structured planning. The instructions for the AI agent primarily involve standard development commands (e.g., `git`, `npm test`, `pytest`, `curl localhost`) and structured communication templates. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts with harmful objectives. In fact, the `requesting-code-review` skill explicitly includes a security checklist, indicating a focus on secure development practices.
能力评估
Purpose & Capability
Name and description (TDD, debugging, code review, planning, multi-agent coordination) match the SKILL.md content. The skill only contains prose describing developer workflows and git/test commands; no unrelated credentials, binaries, or install steps are requested.
Instruction Scope
The instructions legitimately tell an agent to read the codebase, run git commands, run tests, spawn subagents, and call local health endpoints — all expected for a developer-discipline skill. Note: many runtime commands (git push, gh, curl, pm2) will act on the host environment and may require existing credentials/rights; the SKILL.md does not request additional env vars for these, which is reasonable but means the skill relies on the agent's existing shell/credentials.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to run. That minimizes disk writes and third-party downloads; low install risk.
Credentials
The skill does not declare or require any environment variables, credentials, or config paths. The actions it describes (git, gh, curl) will use whatever credentials/tools exist in the agent environment; that is proportional for a code-execution/repo-oriented skill but worth noting for permission control.
Persistence & Privilege
always is false and the skill is user-invocable. Autonomous invocation is allowed by default (disable-model-invocation is false) but this is the platform default and not by itself a red flag. The skill does not request permanent presence or attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install craftwork
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /craftwork 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — 9 engineering disciplines for AI agents: TDD, systematic debugging, verification, code review (both sides), brainstorming, planning, subagent-driven development, parallel agent dispatch
元数据
Slug craftwork
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Craftwork 是什么?

9 engineering disciplines for AI agents — TDD, debugging, code review, planning, and multi-agent coordination. Build software like it matters. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 366 次。

如何安装 Craftwork?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install craftwork」即可一键安装,无需额外配置。

Craftwork 是免费的吗?

是的,Craftwork 完全免费(开源免费),可自由下载、安装和使用。

Craftwork 支持哪些平台?

Craftwork 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, win32)。

谁开发了 Craftwork?

由 gaurangbhattspaceo(@gaurangbhattspaceo)开发并维护,当前版本 v1.0.0。

💬 留言讨论