coding-agent

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

Updated May 18, 2022
One-click install
npx skills add https://github.com/kendreaditya/.config --skill coding-agent-kendreaditya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/kendreaditya/.config/tree/main/claude/skills/coding-agent
Command: npx skills add https://github.com/kendreaditya/.config --skill coding-agent-kendreaditya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Delegates coding tasks to AI agents (Codex, Claude Code, or Pi) via a background process to speed up development, PR reviews, and refactoring.

Core Features & Use Cases

  • Background task orchestration: Run coding tasks in parallel across multiple agents.
  • Agent diversity: Switch among Codex, Claude Code, Pi depending on task needs.
  • Use Case: When refactoring a large module, spawn agents to propose implementations and validate changes.

Quick Start

Describe the coding task to the coding-agent and start the background processing to begin work.

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 AI agents by describing the task to the coding-agent, which runs background processes for Codex, Claude Code, or Pi to handle feature development, PR reviews, and codebase refactoring.

Can I run multiple AI agents in parallel for code refactoring?

Yes, you can run multiple AI agents in parallel for code refactoring by using the background task orchestration feature, spawning agents to propose implementations and validate changes across a large codebase simultaneously.

What is background task orchestration for interactive PTY coding workflows?

Background task orchestration for interactive PTY coding workflows is a process that manages long-running AI agent tasks in the background, enabling interactive PTY-enabled workflows for coding assistants like Codex and Claude Code.

Does this method support reviewing pull requests in temporary workspaces?

Yes, this method supports reviewing pull requests in temporary workspaces by delegating the review tasks to AI agents via background processes, ensuring context-aware agent coordination for validating code changes.

What are the limitations of orchestrating AI agents for large-scale refactors?

The limitations of orchestrating AI agents for large-scale refactors include managing long-running tasks in the background and ensuring context-aware agent coordination across interactive PTY-enabled workflows without blocking your main development environment.

Which AI coding assistants can I switch between for task orchestration?

You can switch between Codex, Claude Code, and Pi AI coding assistants for task orchestration, allowing you to select the appropriate agent based on the specific requirements of your feature development or code review tasks.