coding-agent

Delegate coding tasks to interactive agents in PTY-enabled background sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates coding tasks to interactive agents to accelerate software development, freeing engineers from routine setup and execution chores.

Core Features & Use Cases

  • PTY-enforced bash sessions to run coding agents in background
  • Workflow patterns for feature development, PR reviews in temp dirs, and large refactors
  • Guardrails and monitoring to ensure safe and auditable agent runs

Quick Start

Start a coding agent in a project directory with PTY-enabled background sessions.

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 background agents for automated software development?

Delegating coding tasks to background agents requires PTY-enforced bash sessions to run interactive tools like Codex or Claude Code, enabling automated feature development and codebase refactoring while you monitor session progress.

Can I review PRs in temporary directories using interactive coding agents?

Yes, reviewing PRs in temporary directories is supported by launching interactive coding agents in PTY-enabled background sessions, allowing you to apply workflow patterns for iterative coding and safe file exploration without modifying your main workspace.

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

Yes, a bash tool with PTY support is a strict prerequisite, as the guardrails enforce PTY usage to ensure interactive coding agents function correctly within background sessions and maintain proper terminal context.

What is the best way to refactor large codebases using automated agents?

Refactoring large codebases with automated agents is best handled by running interactive tools in PTY-enforced background sessions with workdir context, ensuring safe, auditable runs while managing complex file exploration and iterative modifications.

How does session monitoring work for background coding agents?

Session monitoring for background coding agents works by tracking PTY-enforced bash sessions, providing guardrails that ensure safe and auditable agent runs while maintaining command and workdir context throughout the automated workflow.