coding-agent

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

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill coding-agent-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/coding-agent
Command: npx skills add https://github.com/malue-ai/dazee-small --skill coding-agent-malue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a unified interface to run various coding agents (like Codex, Claude Code, OpenCode, Pi Coding Agent) programmatically, enabling automated code generation, review, and refactoring.

Core Features & Use Cases

  • Unified CLI Access: Execute multiple coding agents through a consistent command-line interface.
  • Background Process Management: Run agents in the background for long-running tasks and monitor their progress.
  • PTY Support: Ensures interactive terminal applications work correctly by allocating a pseudo-terminal.
  • Use Case: Automate the process of reviewing all open pull requests in a repository by launching a coding agent for each PR in a background session.

Quick Start

Use the coding-agent skill to run codex with the command 'echo hello world' in a background session 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 coding agents like Codex or Claude Code programmatically?

Run coding agents like Codex or Claude Code programmatically through bash commands with PTY allocation. This unified interface supports automated code generation, review, and refactoring workflows.

What's the best way to automate pull request reviews using coding agents?

Automate pull request reviews by launching a coding agent for each PR in a background session. Background process management monitors progress for long-running tasks, while PTY support ensures interactive terminal applications function correctly.

Does this coding agent execution method support interactive terminal applications?

Yes, coding agent execution supports interactive terminal applications by allocating a pseudo-terminal (PTY). This ensures interactive processes run correctly within the automated code generation and refactoring workflows.

Can I execute multiple coding agents through a consistent command-line interface?

Yes, you can execute multiple coding agents including Codex, Claude Code, OpenCode, and Pi Coding Agent through a consistent CLI. This provides unified access for programmatic control and automated development tasks.

How do I manage long-running tasks when executing coding agents in the background?

Manage long-running coding agent tasks using background process management. This runs agents in the background and monitors their progress, preventing terminal blocking during extended code generation or refactoring sessions.