Coding Agent Skill
Help agents delegate substantial coding work to Codex, Claude Code, or OpenCode as background workers — for feature builds, PR reviews, and large refactors.
What does this skill do?
How it works
Choose the worker
The agent selects Codex, Claude Code, or OpenCode and respects any user-specified preference, initializing in the background.
Prepare Git
For repository work it establishes the remote and default branch, classifies the source ref's trust, and spawns an isolated worktree.
Launch and notify
It launches the worker from a prompt file with a notification block, so the worker reports completion through the defined channel.
Monitor and report
It monitors the process, respawns or asks for guidance on failure, and reports status on milestones and completion.
Best use cases for this skill
Frequently asked questions
What does the Coding Agent skill do?
It delegates substantial coding work — feature development, PR reviews, large refactors, and issue-to-PR workflows — to Codex, Claude Code, or OpenCode running as background workers.
When should an agent use it?
Use it for background feature builds, PR reviews, comprehensive refactors, and issue-to-PR automation — not for simple edits or read-only code inspection.
How does it handle repository safety?
It classifies source references as trusted or untrusted, spawns isolated worktrees from canonical defaults, and avoids auto-rebasing existing branches.
How do workers report back?
Each worker prompt includes a notification block, and workers must report completion through the defined message channel rather than relying on heartbeats.
Use from source
Ask your Buda agent to install this community skill.
Copy this prompt into your own Buda agent. It includes the source repository and install command so the agent can complete the setup in natural language.
Please install the "Coding Agent Skill" skill into this Buda agent. Source repository: https://github.com/openclaw/openclaw Install command: npx skills add openclaw/openclaw --skill coding-agent -y -a universal Please run the install command, verify the skill is available, and tell me any setup notes or follow-up steps from the source repository.
Install workflow
- 1Copy the prompt
- 2Send it to your Buda agent
- 3Done