coding-agent

Execute coding agents like Codex and Claude Code via background processes.

23|10|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/deepgram/dglabs-deepclaw --skill coding-agent-deepgram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/deepgram/dglabs-deepclaw/tree/main/skills/coding-agent
Command: npx skills add https://github.com/deepgram/dglabs-deepclaw --skill coding-agent-deepgram

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude, codex, opencode, pi, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines coding tasks by allowing users to run and manage various coding agents (Codex, Claude Code, OpenCode, Pi) for programmatic control and automation.

Core Features & Use Cases

  • Run Coding Agents: Execute Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background processes.
  • Interactive Terminal: Supports interactive terminal applications with PTY for correct output and functionality.
  • Bash-first Approach: Utilizes bash for all coding agent work, ensuring simplicity and effectiveness.
  • Process Management: Offers actions to list, poll, log, write, submit, send-keys, paste, and kill running sessions.

Quick Start

Run a Codex command in the background within a specific directory using the following command:

bash pty:true workdir:~/project background:true command:"codex --yolo 'Refactor the auth module'"

Frequently Asked Questions about coding-agent

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

FAQPage Schema
How do I automate coding tasks with AI agents in the background?

You can automate coding tasks by executing AI agents like Codex, Claude Code, OpenCode, or Pi via background processes. This approach uses a bash-first workflow with interactive terminal support to manage programmatic code execution.

Can I run interactive terminal applications with AI coding agents?

Yes, interactive terminal applications are supported using PTY for correct output and functionality. This ensures that AI coding agents requiring interactive terminal sessions run properly within your bash environment.

Do I need Claude Code or Codex installed to run coding agent automation?

Yes, you must have Codex, Claude Code, OpenCode, or Pi Coding Agent installed locally. These external coding agents are required dependencies for the Skill to execute and manage your automated coding workflows.

How do I manage running AI coding agent sessions?

You can manage running sessions using built-in process management actions. The Skill allows you to list, poll, log, write, submit, send-keys, paste, and kill active background coding agent sessions directly.

What is the best way to execute a Codex command in a specific project directory?

Use the bash command with parameters like pty:true, workdir:~/project, background:true, and command:"codex --yolo 'Refactor the auth module'". This runs the Codex agent in the background within your specified directory.