coding-agent

Control AI coding agents via bash commands with PTY support.

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

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 complex development tasks directly from your terminal.

Core Features & Use Cases

  • Code Generation: Generate code snippets, functions, or entire applications based on natural language prompts.
  • Code Review: Automate the review of pull requests and code changes using AI.
  • Background Execution: Run coding agents in the background for long-running tasks, with session monitoring and control.
  • Use Case: You need to refactor a Python module. You can use this Skill to instruct an AI agent to perform the refactoring in a specific working directory, monitor its progress, and even provide input if needed.

Quick Start

Use the coding-agent skill to execute 'codex exec "Build a dark mode toggle"' in the '~/project' 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 execute an AI coding agent like Codex or Claude Code from the terminal?

You can execute AI coding agents like Codex or Claude Code by running bash commands through this Skill. It provides programmatic control via a pseudo-terminal for interactive terminal applications.

How do I run long-running code generation tasks in the background?

Run long-running code generation tasks in the background using this Skill's background execution options. It supports session monitoring and control to track agent progress without blocking your terminal.

Can I scope AI code generation to a specific project directory?

Yes, you can scope AI code generation to a specific working directory. This Skill supports directory scoping to ensure the coding agent only operates within your defined project boundaries.

Does this support integrating AI code review with git workflows?

Yes, it integrates with git for code review and development workflows. You can automate the review of pull requests and code changes using AI agents like Claude Code.

Why do interactive AI coding agents require a pseudo-terminal (PTY)?

Interactive AI coding agents require a pseudo-terminal (PTY) to simulate a real terminal environment for handling user input and output streams. This Skill enables PTY for execution.

What is the best way to manage multiple AI coding agent sessions?

Manage multiple AI coding agent sessions using this Skill's session management features. It allows you to monitor active background processes and provide interactive input when needed.