coding-agent

Delegate coding tasks to AI agents via a bash interface.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/planetazuzu/planetazuzu-memory --skill coding-agent-planetazuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/planetazuzu/planetazuzu-memory/tree/main/skills/openclaws-kb/skills/coding-agent
Command: npx skills add https://github.com/planetazuzu/planetazuzu-memory --skill coding-agent-planetazuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates complex coding tasks by delegating them to specialized AI agents like Codex, Claude Code, or Pi, freeing up developers for higher-level problem-solving.

Core Features & Use Cases

  • Automated Code Generation & Refactoring: Build new features, refactor large codebases, or implement iterative coding with AI assistance.
  • Pull Request Reviews: Delegate code reviews to AI agents in a safe, temporary environment.
  • Background Processing: Run coding tasks in the background for long-running operations, with session monitoring.
  • Use Case: You need to add robust error handling to an existing API. You can use the coding-agent to instruct Codex to perform this refactoring within a specified working directory, ensuring the changes are made correctly and efficiently.

Quick Start

Use the coding-agent to have Codex add error handling to API calls in your project.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I delegate code refactoring to an AI agent like Claude or Codex?

You can delegate code refactoring to AI agents like Claude, Codex, or Pi by passing instructions through a bash interface. The coding-agent executes specific agent commands within a defined working directory to generate or modify code automatically.

Can I run long-running code generation tasks in the background?

Yes, you can run long-running code generation tasks in the background. The coding-agent supports background execution with PTY allocation and session monitoring, allowing you to continue working while the AI agent processes your coding tasks.

How do I automate pull request reviews using AI agents?

Automating pull request reviews is done by delegating the review task to an AI agent such as Codex or Claude Code via a bash command. The agent analyzes the PR changes in a safe, temporary environment and provides automated review feedback.

Do I need a specific bash environment to use AI coding agents?

Yes, you need a bash tool that supports PTY allocation with pty:true enabled. This environment is required for the coding-agent to properly interface with AI agents like Codex and Claude Code for executing coding tasks.

What parameters can I configure when automating coding tasks with AI?

When automating coding tasks, you can optionally configure the working directory, background execution mode, and timeout parameters. These settings control where the AI agent operates, how it runs, and how long it has to complete the task.