coding-agent

Delegate coding tasks to Codex, Claude Code, or Pi agents in background processes.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/jason9693/Open-Jordy --skill coding-agent-jason9693
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/jason9693/Open-Jordy/tree/main/openjordy/skills/coding-agent
Command: npx skills add https://github.com/jason9693/Open-Jordy --skill coding-agent-jason9693

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill delegates complex coding tasks to AI agents (Codex, Claude Code, or Pi) acting in the background, enabling faster feature development, code reviews, and refactoring without blocking your main workflow.

Core Features & Use Cases

  • Background execution: Run coding tasks in a detached, PTY-enabled environment to preserve interactive capabilities.
  • Agent orchestration: Seamlessly switch between Codex, Claude Code, and Pi based on task needs and availability.
  • Use Case: Ideal for building new features, reviewing PRs in isolated directories, or refactoring large codebases with live prompts and iterative exploration.

Quick Start

Start a background coding session with PTY enabled and let the agent handle your feature development tasks.

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 in the background?

You can delegate coding tasks to background AI agents by using a PTY-enabled environment that automates work via Codex, Claude Code, or Pi, allowing feature development and refactoring without blocking your main workflow.

Can I run Claude Code asynchronously for large project refactoring?

Yes, running Claude Code asynchronously is supported for large project refactoring. The skill executes coding tasks in a detached, PTY-enabled background process, preserving interactive capabilities while handling file-system context.

What is the best way to automate code reviews with Codex or Pi agents?

Automating code reviews with Codex or Pi agents is best handled by orchestrating the agents in a background session, which enables iterative exploration and live prompting across isolated directories.

Does background AI agent execution require a PTY-enabled Bash tool?

Yes, background AI agent execution requires a PTY-enabled Bash tool to run tasks in a detached environment. This setup preserves interactive capabilities and satisfies the asynchronous execution requirements.

How do I switch between Codex and Claude Code for different coding tasks?

You can switch between Codex and Claude Code through explicit agent-selection semantics, allowing seamless orchestration based on specific task needs and agent availability during background execution.

When should I not use asynchronous AI agents for coding?

You should not use asynchronous AI agents for coding when your task requires blocking, synchronous feedback within your main workflow, as this skill is designed for detached, non-blocking background execution.