coding-agent

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

307|86|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/johnson7788/MultiUserClaw --skill coding-agent-johnson7788
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/johnson7788/MultiUserClaw/tree/main/openclaw/skills/coding-agent
Command: npx skills add https://github.com/johnson7788/MultiUserClaw --skill coding-agent-johnson7788

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 from repetitive or time-consuming coding work.

Core Features & Use Cases

  • Task Delegation: Offload building new features, reviewing PRs, refactoring code, and iterative development to AI agents.
  • Environment Control: Supports running agents in specific directories (workdir), using pseudo-terminals (pty:true) for interactive CLIs, and executing tasks in the background for long-running processes.
  • Use Case: When faced with refactoring a large, legacy codebase, you can use this Skill to spawn a coding agent in the project's directory, instructing it to systematically refactor modules while you focus on higher-level architectural decisions.

Quick Start

Use the coding agent to build a dark mode toggle for the current project directory.

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 an AI agent for code review and refactoring?

You can delegate coding tasks to AI agents like Codex, Claude Code, or Pi to automate code review, refactoring, and feature development. The agent runs within your git repository context to ensure safe execution.

Can I run long-running coding agent tasks in the background?

Yes, you can run long-running coding agent tasks in the background. This allows you to offload processes like refactoring large legacy codebases while continuing other work in your environment.

How do I use interactive terminal execution with AI coding agents?

You can use interactive terminal execution by enabling pseudo-terminal support, setting pty to true. This allows interactive command-line interfaces to function properly when controlling AI coding agents.

Does the coding agent require a git repository to function?

Yes, the coding agent requires a git repository context for security and functionality. Running agents within a git repository ensures safe execution and proper tracking of code modifications.

What execution modes are available when delegating code generation to Codex?

When delegating code generation to Codex, specific execution modes like --full-auto and --yolo are supported. These modes allow automated processing of coding tasks without continuous manual intervention.

How do I spawn an AI agent in a specific project directory for iterative development?

You can spawn an AI agent in a specific project directory by setting the workdir parameter. This directs the coding agent to operate within that exact environment for targeted iterative development.