coding-agent

Execute AI coding agents like Codex and Claude Code via bash commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/StanH123h/clawdbot-self-use --skill coding-agent-stanh123h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/StanH123h/clawdbot-self-use/tree/main/skills/coding-agent
Command: npx skills add https://github.com/StanH123h/clawdbot-self-use --skill coding-agent-stanh123h

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides programmatic control over various AI coding agents, enabling automated code generation, review, and refactoring through a unified bash interface.

Core Features & Use Cases

  • Unified Agent Access: Interact with Codex, Claude Code, OpenCode, and Pi Coding Agent via bash commands.
  • Interactive & Background Modes: Run one-shot tasks or long-running processes in the background with session monitoring.
  • Use Case: Automate the process of generating boilerplate code for new API endpoints, refactoring legacy modules, or performing batch code reviews across multiple pull requests.

Quick Start

Use the coding-agent skill to execute 'pnpm install && codex --yolo 'Fix issue #78: <description>. Commit and push.' in the /tmp/issue-78 directory.

Frequently Asked Questions about coding-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code generation and refactoring using AI coding agents via bash?

Automating AI coding agents via bash allows you to programmatically execute Codex, Claude Code, OpenCode, and Pi for code generation and refactoring. You run one-shot tasks or background processes with session monitoring to handle automated workflows.

Can I run long-running AI coding agents in the background and monitor their sessions?

Yes, you can manage long-running AI coding agents in the background using session IDs. The system supports background process management and interactive terminal sessions using PTY, allowing you to monitor ongoing automated tasks.

Does this unified bash interface support interactive terminal sessions with Codex and Claude Code?

Yes, the unified bash interface supports interactive terminal sessions using PTY for Codex, Claude Code, OpenCode, and Pi. You can execute commands with task-specific parameters like workdir and timeout to control the automated coding workflow.

What is the best way to execute a one-shot task like fixing a GitHub issue with an AI coding agent?

The best way to execute a one-shot task is to run a targeted bash command in your specified workdir. For example, you can run 'codex --yolo 'Fix issue #78: <description>. Commit and push.'' in the /tmp/issue-78 directory to automate the fix.

What task-specific parameters can I configure when running AI coding agents programmatically?

When running AI coding agents programmatically, you can configure task-specific parameters such as workdir and timeout. These parameters allow you to precisely control one-shot tasks and background process management within your automated code generation workflows.