coding-agent

Execute and generate code using coding agents like Codex and Claude Code.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill coding-agent-claudioceppi83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent
Source: https://github.com/ClaudioCeppi83/kora-os-kernel/tree/main/engines/openclaw/skills/coding-agent
Command: npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill coding-agent-claudioceppi83

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies programmatic control of various coding agents (Codex, Claude Code, OpenCode, Pi), enabling automated code generation and execution for streamlined development processes.

Core Features & Use Cases

  • Interactive Code Execution: Run coding agents like Codex, Claude Code, OpenCode, and Pi for code generation and execution.
  • Background Processing: Execute long-running tasks in the background with monitoring capabilities.
  • Customizable Parameters: Utilize parameters like workdir, background, timeout, and elevated to tailor agent behavior.
  • Use Case: Automate the building of a complex application using Codex, or perform quick code reviews with Claude Code.

Quick Start

Use the coding-agent skill to run a background task with Codex in your project directory:

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 code generation using multiple coding agents like Codex and Claude Code?

Automated code generation with coding agents like Codex and Claude Code is achieved by executing commands within a shell environment, allowing you to programmatically control code creation, review, and building processes for your development workflows.

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

Background processing for long-running code generation tasks is supported by setting the `background` parameter to true, enabling you to execute commands while monitoring capabilities track the ongoing automated development process.

What parameters are available to customize coding agent behavior?

Customizing coding agent behavior is done using parameters like `workdir` to set the project directory, `background` for task execution mode, `timeout` for limits, and `elevated` to tailor the automated code generation environment.

Does the coding-agent skill work with OpenCode and Pi for automated development?

OpenCode and Pi coding agents are fully supported alongside Codex and Claude Code, enabling interactive code execution and generation within your shell environment for streamlined software development workflows.

What's the best way to run Codex for an automated code review in my project directory?

Running Codex for an automated code review in your project directory is best done by setting the `workdir` parameter to your project path and executing the appropriate command, such as using `pty:true` to tailor the shell environment.