agentsclimarketplace

Build for openclaw

Skill LeoYeAI/openclaw-coding-skills/skills/build-for-openclaw

Production-grade coding workflow, execution scaffolding, and tuning skills for OpenClaw agents, part of the MyClaw.ai ecosystem.

Install
npx -y skills add LeoYeAI/openclaw-coding-skills --skill build-for-openclaw

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Execute implementation work in small, reviewable slices inside OpenClaw. Use when the request is to "implement this", "make the code change", "add this behavior", "wire this up", or "patch this without rewriting everything", especially when the change should stay narrow and be verified immediately.

SKILL.md

1.4 KB, as published. Nobody here has run it

Build For OpenClaw

Implement in slices, not in bursts.

Process

  1. Select the smallest meaningful slice from the plan.
  2. Read only the files needed for that slice.
  3. Reuse local patterns before introducing new abstractions.
  4. Edit the narrowest possible surface.
  5. Verify immediately after the slice.
  6. Update progress before starting the next slice.

Implementation Rules

  • Prefer precise edits over broad rewrites.
  • Preserve existing design systems and conventions unless the task explicitly changes them.
  • If the change becomes wider than expected, stop and re-plan.
  • If there is a specialist skill for the domain, combine it with this one.

Reference Files

Read references/slice-patterns.md when the right slice boundary is unclear or when work is expanding unexpectedly.

Anti-Rationalization

RationalizationResponse
"I will clean it all up in one pass."Large passes hide regressions. Keep the diff narrow.
"I already know the pattern."Verify the local pattern before copying it in spirit.
"Testing can wait until the end."Verify per slice to catch breakage early.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.