coding-agent

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

121|17|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Zavianx/velaclaw --skill coding-agent-zavianx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/Zavianx/velaclaw/tree/main/skills/coding-agent
Command: npx skills add https://github.com/Zavianx/velaclaw --skill coding-agent-zavianx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates coding tasks to Codex, Claude Code, or Pi agents via background processes to accelerate feature development, code reviews, and large-scale refactoring without blocking your workstation.

Core Features & Use Cases

  • Background orchestration of coding tasks across Codex, Claude Code, and Pi.
  • Use cases include building new features, reviewing PRs in a temporary directory, and refactoring large codebases with file exploration.
  • Safety and usage guidelines to ensure prompts stay within workspace boundaries and avoid unsafe operations.

Quick Start

Instruct the coding agent to begin a background task for your current project to accelerate feature delivery.

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 without blocking my workstation?

You can delegate coding tasks to AI agents like Codex, Claude Code, or Pi via background processes. This allows feature development, PR reviews, and large-scale refactoring to run without blocking your workstation.

How do I review PRs in a temporary directory using an AI coding agent?

PR reviews are automated by delegating the task to Codex, Claude Code, or Pi agents. The agent reviews PRs within a temporary directory using background processing and file exploration to analyze the code.

Can I use Claude Code for background refactoring without interactive prompts?

Yes, Claude Code can be used for background refactoring. It runs with print and permission settings configured specifically to avoid interactive prompts during large-scale codebase refactoring operations.

Does Codex support PTY for background coding processes?

Yes, Codex supports PTY for background processing. Pi and OpenCode also support PTY, enabling efficient orchestration of automated coding tasks across these agents without requiring manual intervention.

What are the safety guidelines for delegating code refactoring to an AI agent?

Safety guidelines require that prompts stay within workspace boundaries and avoid unsafe operations. Following these guidelines ensures that background code refactoring and feature development tasks execute securely.

What is the best way to automate iterative coding that requires file exploration?

The best way to automate iterative coding with file exploration is delegating the work to Codex, Claude Code, or Pi agents via background processes, which handles file exploration and iterative coding tasks efficiently.