coding-agent

Route coding prompts to Codex, Claude Code, Pi, or OpenCode agents for background execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the delegation of coding tasks to autonomous agents to accelerate feature development, code reviews, and refactoring without leaving the local environment.

Core Features & Use Cases

  • Background execution: Run coding tasks in background sessions with PTY when needed.
  • Multi-agent orchestration: Route prompts to Codex, Claude Code, Pi, or OpenCode and coordinate results.
  • PR reviews & refactoring: Use for reviews, refactoring, and large-scale exploration.
  • Safe workflow: Enforces working directory containment and session management.

Quick Start

Spawn a background coding session in your project and prompt the agent to implement a feature.

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 autonomous agents for background execution?

To delegate coding tasks for background execution, route your coding prompts to Codex, Claude Code, Pi, or OpenCode agents. This allows you to run features, PR reviews, and refactoring tasks in isolated background sessions using PTY without leaving your local environment.

Can I use Claude Code or Codex for automated PR reviews and large refactoring?

Yes, you can use Claude Code or Codex for automated PR reviews and large refactoring. The multi-agent orchestration routes prompts to these agents to coordinate results safely within your working directory.

What is the best way to manage multiple autonomous coding agents in one project?

The best way to manage multiple autonomous coding agents is through safe agent orchestration. It enforces working directory containment, applies session management, and logs status updates to coordinate results from Codex, Claude Code, Pi, or OpenCode.

Does background task delegation support interactive PTY sessions for exploratory coding?

Yes, background task delegation supports interactive PTY sessions for exploratory coding. It applies environment isolation and file traversal to handle large-scale exploration safely within your local setup.

Why should I use autonomous coding agents instead of manual file traversal for feature development?

Autonomous coding agents accelerate feature development by automating task delegation and applying environment isolation. They handle file traversal and background execution safely, enforcing working directory containment to prevent unintended modifications.

What are the limitations of using background execution for coding tasks?

Background execution for coding tasks requires enforcing working directory containment and following safe agent orchestration rules. You must manage PTY interactive sessions and status logging properly to ensure safe workflow during large refactoring or exploratory coding.