coding-agent

Delegates coding tasks to AI agents via background processes.

3|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/SeanHogg/coderClaw --skill coding-agent-seanhogg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/SeanHogg/coderClaw/tree/main/product/skills/coding-agent
Command: npx skills add https://github.com/SeanHogg/coderClaw --skill coding-agent-seanhogg

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, streamlining development workflows.

Core Features & Use Cases

  • Task Delegation: Offload coding, refactoring, and review tasks to AI agents.
  • Background Processing: Run agents in the background for long-running operations.
  • Interactive Terminal Support: Ensures agents requiring a pseudo-terminal (PTY) function correctly.
  • Use Case: Refactor a large codebase by instructing the coding agent to identify and implement improvements, or have it review a pull request in a temporary directory.

Quick Start

Use the coding-agent skill to refactor the authentication module in your 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 AI agents like Codex or Claude Code?

You can delegate coding tasks to AI agents like Codex or Claude Code by running them as background processes. This allows the agents to handle long-running operations such as building features or refactoring codebases autonomously.

Can I use an interactive coding agent for refactoring a large codebase?

Yes, you can use an interactive coding agent for refactoring a large codebase. The skill supports agents requiring a pseudo-terminal by using a bash tool with pty:true support to ensure interactive terminals function correctly.

Do I need a bash tool with PTY support to run background coding agents?

Yes, you need a bash tool with pty:true support to run background coding agents. This requirement ensures that interactive agents like Codex, Claude Code, or Pi receive the correct pseudo-terminal inputs during task execution.

What is the best way to automate pull request reviews using AI agents?

The best way to automate pull request reviews is to instruct a coding agent to analyze the code in a temporary directory. The agent runs in the background to review the pull request, streamlining your development workflow.

Are there limitations when running long-running coding agents in the background?

A key limitation is the dependency on a bash tool with pty:true support for interactive agents. Without this specific terminal environment, background processes for iterative development and file exploration may fail to execute correctly.