coding-agent

Execute AI coding agents via bash with PTY support.

1|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Rlier/clawdbot --skill coding-agent-rlier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/Rlier/clawdbot/tree/main/skills/coding-agent
Command: npx skills add https://github.com/Rlier/clawdbot --skill coding-agent-rlier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a unified interface to leverage various AI coding agents (Codex, Claude Code, OpenCode, Pi) directly from your terminal, enabling programmatic control over complex coding tasks.

Core Features & Use Cases

  • Interactive Coding Assistance: Run AI models for code generation, refactoring, and review within your development workflow.
  • Background Task Execution: Initiate long-running coding tasks in the background and monitor their progress.
  • Use Case: Automatically generate boilerplate code for a new API endpoint, refactor a legacy module, or get AI-powered code reviews for pull requests.

Quick Start

Use the coding-agent skill to execute 'build a snake game' in the background within your project directory.

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I run AI coding agents like Claude Code or Codex programmatically from bash?

You can execute AI coding agents like Claude Code, Codex, OpenCode, and Pi programmatically via bash commands. This enables direct input to AI processes for automated code generation, refactoring, and review within your terminal workflow.

Can I run long coding tasks in the background and monitor the AI agent session?

Yes, you can initiate long-running coding tasks in the background and monitor their progress. The session monitoring capability tracks the AI agent's status while it performs extended operations like generating boilerplate code or refactoring legacy modules.

Does this approach support interactive terminal applications requiring a pseudo-terminal (PTY)?

It supports interactive terminal applications requiring a pseudo-terminal (PTY) for correct operation. This ensures AI coding agents like Codex and Claude Code run seamlessly within your development environment without breaking interactive terminal sessions.

What is the best way to automate code generation and review across multiple AI models?

The best way to automate code generation and review is using a unified bash interface that controls multiple agents like Codex, Claude Code, and Pi. This provides programmatic control over complex coding tasks directly from your terminal.

Do I need any external dependencies to execute AI coding agents via bash?

No external dependencies are required to execute AI coding agents via bash. The skill operates independently with scripts and references to facilitate programmatic execution, background monitoring, and direct input to AI processes.