coding-agent

Delegate coding tasks to Codex, Claude Code, Pi, and OpenCode agents.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/pertain99/openclaw-better --skill coding-agent-pertain99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/pertain99/openclaw-better/tree/main/skills/coding-agent
Command: npx skills add https://github.com/pertain99/openclaw-better --skill coding-agent-pertain99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates coding tasks to AI agents to accelerate feature development and code reviews.

Core Features & Use Cases

  • Cross-provider automation: Codex, Claude Code, Pi, and OpenCode can perform coding tasks in background or foreground.
  • PR reviews and refactoring: spawn in temp dirs, explore repo, and apply changes.
  • Use Case: Imagine you need to implement a new feature across modules; the Coding Agent can autonomously wire up changes and propose PRs.

Quick Start

Launch a background coding session in a project workspace and run Codex or Claude Code to begin implementing a feature.

Frequently Asked Questions about coding-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate coding tasks to AI agents in the background?

You can delegate coding tasks to AI agents in the background by launching a session in a git-enabled project directory. The agent autonomously performs feature work, PR reviews, and refactors while you continue other work.

Can I use Claude Code and Codex for automated PR reviews?

Yes, automated PR reviews support Claude Code and Codex. Claude Code operates with bypass permissions, while Codex uses PTY requirements to explore repositories and apply proposed changes in temporary directories.

How do I manage long-running background coding sessions?

You manage long-running background coding sessions using built-in session commands. You can list, log, poll, write, submit, and kill sessions to maintain reliable control over autonomous agents and monitor their progress.

Does background coding agent automation work across multiple providers?

Background coding agent automation works across multiple providers including Codex, Claude Code, Pi, and OpenCode. It handles PTY requirements per agent to execute tasks in both background and interactive sessions.

How do I autonomously wire up changes across multiple modules?

To autonomously wire up changes across modules, launch a background coding session in your project workspace. The agent implements features and proposes PRs by interacting directly with your git-enabled project directory.

When should I not use background AI agents for refactoring?

You should avoid background AI agents for refactoring when a task requires strict manual oversight or lacks a git-enabled directory. Background sessions operate autonomously, which may not suit highly sensitive or complex architectural changes.