coding-agent

Delegate coding tasks to Codex, Claude Code, Pi, or OpenCode via background sessions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cploveless123/Dex-trading-bot --skill coding-agent-cploveless123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/cploveless123/Dex-trading-bot/tree/main/workspace-backup/openclaw_skills/coding-agent
Command: npx skills add https://github.com/cploveless123/Dex-trading-bot --skill coding-agent-cploveless123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate delegating coding tasks to AI agents via background processes to accelerate feature development and code reviews.

Core Features & Use Cases

  • Delegates coding tasks to Codex, Claude Code, Pi, or OpenCode via background sessions.
  • Orchestrates work in a focused directory (workdir) with foreground or background execution and session controls.
  • Useful for building new features, reviewing PRs in a temp directory, refactoring large codebases, and iterative code exploration; not intended for simple fixes or reading code.

Quick Start

Start a background coding session in your project directory and tell the agent your task.

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 starting a background session in a focused project directory and providing the agent with your development or code review instructions.

Can I use Claude Code or Codex for background code reviews in a temp directory?

Yes, background code reviews support Claude Code, Codex, Pi, and OpenCode, allowing you to review PRs directly within a temporary directory using interactive CLIs.

What is the best way to refactor large codebases using AI agents?

Refactoring large codebases with AI agents is best handled by orchestrating background sessions in a configurable workdir, enabling iterative code exploration and automated execution.

Does this background coding approach work for building new features and iterative exploration?

Yes, building new features and iterative code exploration are core use cases, utilizing session controls and PTY for interactive CLIs to accelerate development.

When should I not use background AI agents for coding tasks?

You should not use background AI agents for simple fixes or code-reading tasks, as the tool is designed for complex feature development, refactoring, and PR reviews.

Do I need PTY for interactive CLIs when running background coding sessions?

Yes, PTY is supported for interactive CLIs during background coding sessions, enabling proper interaction with agents like Codex, Claude Code, Pi, and OpenCode.