coding-agent

Execute AI coding agents via bash commands for code generation and review.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/lehalpaul/agents --skill coding-agent-lehalpaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/lehalpaul/agents/tree/main/skills/coding-agent
Command: npx skills add https://github.com/lehalpaul/agents --skill coding-agent-lehalpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a robust interface for interacting with various AI coding agents, enabling programmatic code generation, review, and refactoring directly from your terminal.

Core Features & Use Cases

  • Multi-Agent Support: Integrates with Codex, Claude Code, OpenCode, and Pi Coding Agent.
  • Interactive & Background Modes: Supports both one-shot commands and long-running background processes with session management.
  • Use Case: Automatically refactor a legacy Python codebase by instructing Codex to apply modern best practices, or have Claude Code generate unit tests for a new API endpoint.

Quick Start

Use the coding-agent skill to run codex exec 'Add error handling to the API calls' in the ~/Projects/myproject directory with PTY enabled.

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 from a bash terminal?

You can execute AI coding agents like Claude Code or Codex via bash commands for programmatic code generation and review directly from your terminal. This skill supports interactive sessions with PTY and background execution with session monitoring.

Can I automate code refactoring using an AI coding agent programmatically?

Yes, automating code refactoring is supported by instructing agents like Codex to apply modern best practices. You can programmatically generate code, review outputs, and refactor legacy codebases by passing specific instructions through bash commands.

Do I need specific CLI tools installed to use AI coding agents for code generation?

Yes, using these AI coding agents requires specific CLI tools to be installed and configured on your host system. The skill interfaces with existing command-line integrations for Codex, Claude Code, OpenCode, and Pi to execute tasks.

What is the difference between interactive and background modes for terminal code generation?

Interactive mode supports one-shot commands using PTY for direct terminal sessions, while background mode enables long-running processes with session management and monitoring. Both modes facilitate programmatic code generation and review.

How do I manage long-running code generation sessions in the background?

Background execution provides session management and monitoring for long-running code generation processes. This allows you to start extensive code refactoring or unit test generation tasks and monitor their progress without blocking your terminal.

Does this support generating unit tests for new API endpoints using Claude Code?

Yes, you can use Claude Code to generate unit tests for new API endpoints. By executing the agent via bash commands, you can programmatically instruct it to review your code and output the corresponding test files.