coding-agent

Delegate coding tasks to AI agents for features, reviews, and refactors.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ContractorKeith/openclaw-home --skill coding-agent-contractorkeith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/ContractorKeith/openclaw-home/tree/main/workspace-sean/skills/coding-agent
Command: npx skills add https://github.com/ContractorKeith/openclaw-home --skill coding-agent-contractorkeith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates coding tasks to AI agents to accelerate feature development, code review, and large-scale refactors without blocking your local environment.

Core Features & Use Cases

  • Background coding agents enable running Codex, Claude Code, or Pi in a controlled, non-blocking session during development.
  • PR reviews and refactors can be performed in a temporary directory to keep main worktree clean.
  • Safety and scope guards ensure tasks stay within defined project boundaries and follow agent guidelines.
  • Use Case: Imagine you need to implement a new feature across multiple files; you delegate the work to an agent that explores the repo and suggests cohesive changes.

Quick Start

Initiate a background coding session in your project directory and monitor progress until completion.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I run AI coding agents in the background while continuing local development?

You can delegate coding tasks to AI agents in non-blocking background sessions, enabling you to continue local development while the agent processes feature development or large-scale refactors in parallel.

Can I review pull requests in a temporary directory without modifying my main worktree?

Yes, you can perform PR reviews and refactors in a safe temporary directory, ensuring your main worktree remains clean and unaffected by the agent's exploratory code changes.

Does this coding assistant support running Codex, Claude Code, and Pi with PTY requirements?

The coding assistant enforces PTY requirements for running Codex, Claude Code, and Pi, ensuring these AI agents operate correctly within controlled background sessions.

What is the best way to delegate large-scale codebase refactoring to an AI agent?

The best approach is initiating a background coding session that allows the agent to safely explore project structure and execute iterative coding tasks within defined project boundaries and scope guards.

How do coding agents handle scope boundaries when modifying complex codebases?

Safety and scope guards ensure delegated coding tasks stay within defined project boundaries and follow agent guidelines, preventing unauthorized modifications when the agent explores and refactors complex codebases.

Can I use background coding sessions for iterative feature development across multiple files?

Yes, background coding sessions support iterative coding that explores project structure, allowing you to implement new features across multiple files while monitoring progress until completion.