coding-agent

Delegate coding tasks to AI agents like Codex, Claude Code, or Pi via background processes.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Justicegaines03/OpenClaw_NIST-AI-RMF_Compliance --skill coding-agent-justicegaines03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/Justicegaines03/OpenClaw_NIST-AI-RMF_Compliance/tree/main/skills/coding-agent
Command: npx skills add https://github.com/Justicegaines03/OpenClaw_NIST-AI-RMF_Compliance --skill coding-agent-justicegaines03

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates complex coding tasks, code reviews, and refactoring 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: Build new features or entire applications.
  • Code Review & Refactoring: Improve code quality and maintainability.
  • Iterative Development: Explore and modify codebases efficiently.
  • Use Case: Delegate the task of refactoring a large legacy codebase to an AI agent, specifying the target directory and desired outcome.

Quick Start

Use the coding-agent skill to build a new feature by running the command 'build a dark mode toggle' in the '/home/user/myproject' directory.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I automate refactoring a large codebase using an AI agent?

Automate refactoring a large codebase by delegating the task to an AI agent like Codex or Claude Code. Specify the target directory and desired outcome, and the agent runs in a background process to modify files iteratively.

Can I use Claude Code to review pull requests in a temporary directory?

Yes, you can use Claude Code to review pull requests by running it in a temporary directory. The coding-agent requires the --print execution mode for Claude Code to process the review without active terminal interaction.

What execution modes are required for delegating coding tasks to Codex or Pi?

Delegating coding tasks to Codex or Pi requires PTY execution modes, while Claude Code uses the --print mode. These specific background execution settings ensure the AI agents can interact with the codebase properly.

How do I build new features by delegating code generation to an AI agent?

Build new features by delegating code generation to an AI agent via a command in your project's working directory. The agent uses the workdir for focused context to generate the required application code iteratively.

Does delegating iterative coding tasks to AI agents respect my current working directory?

Yes, delegating iterative coding tasks respects your working directory for focused context. This ensures the AI agent only explores and modifies files within the specified project path during code generation and refactoring.