coding-agent

Delegate coding tasks to background AI agents with workdir boundaries.

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/enclawed/enclawed-oss --skill coding-agent-enclawed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/enclawed/enclawed-oss/tree/main/skills/coding-agent
Command: npx skills add https://github.com/enclawed/enclawed-oss --skill coding-agent-enclawed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you delegate substantial coding work to a dedicated AI agent process instead of doing every edit, review, or refactor manually.

Core Features & Use Cases

  • Feature building: Spawn Codex, Claude Code, Pi, or OpenCode to implement new functionality.
  • PR review and refactoring: Run agents in isolated temp directories or worktrees for safe code review and large-scale cleanup.
  • Operational guardrails: Chooses the right execution mode for each agent and explains when to use background monitoring.

Quick Start

Ask the coding-agent skill to spawn the right CLI agent for my task in a safe workdir and report back when the work is complete.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I delegate large refactoring tasks to a background AI coding agent?

You can delegate large refactoring tasks to a background AI coding agent by spawning a dedicated CLI process in an isolated worktree, allowing the agent to execute code changes autonomously while you monitor the session.

What is the best way to run Claude Code for automated feature development?

The best way to run Claude Code for automated feature development is using its specific print mode execution format, which allows the background agent to process coding tasks and report back upon completion.

Can I use Codex for PR review in isolated work directories?

Yes, you can use Codex for PR review by running the agent in isolated temp directories or worktrees, ensuring safe code review boundaries while requiring proper PTY handling for reliable operation.

Does background coding agent execution require specific CLI setup for OpenCode and Pi?

Background coding agent execution does require specific CLI setup for OpenCode and Pi, specifically involving proper PTY handling and background session monitoring to maintain reliable operation across local projects.

Why do my background coding agents fail to maintain workdir boundaries during repository exploration?

Background coding agents fail to maintain workdir boundaries during repository exploration when correct CLI execution modes are not applied, making proper PTY handling and session monitoring essential for reliable operation.