coding-agent

coding agent

steipete 384k ↓ 3.4k NOASSERTION updated 25d ago
Claude Code
View source ↗

What it does

  • Always launch with background:true.
  • Codex and OpenCode: use pty:true.
  • Claude Code: no PTY; use claude --permission-mode bypassPermissions --print.
  • Capture a real notification route before spawning.
  • Worker must send completion/failure via openclaw message send.
  • Do not rely on heartbeat, system events, or notify-on-exit.
  • Monitor with process; do not kill slow workers without cause.

Requirements & configuration

  • Codex needs a trusted git repo. This throwaway scaffold is not project work and has no canonical remote, so the Git preparation block does not apply:

Configuration: OPENCLAW_STATE_DIRHEADPROMPTSCRATCH

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

coding agent

Source

Repository: https://github.com/steipete/clawdis

coding-agent FAQ

What does the coding-agent skill do?

Delegate coding work to Codex, Claude Code, or OpenCode as background workers; not simple edits or read-only code lookup. Always launch with background:true. Codex and OpenCode: use pty:true.

What does coding-agent require?

Codex needs a trusted git repo. This throwaway scaffold is not project work and has no canonical remote, so the Git preparation block does not apply: Configuration keys: OPENCLAW_STATE_DIR, HEAD, PROMPT, SCRATCH.

How do I install coding-agent?

Run: npx -y skills add https://github.com/steipete/clawdis --skill coding-agent --agent claude-code — the source lives at github.com/steipete/clawdis.

Maintain coding-agent?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[coding-agent on getagentictools](https://getagentictools.com/skills/steipete-clawdis-coding-agent?ref=badge)
npx agentictools info skills/steipete-clawdis-coding-agent

The second line is the CLI lookup for this page — handy in READMEs and docs.