# Coding Agent

> Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent for programmatic code generation and review. Use when this capability is needed.

- Skill: `tomevault-io/coding-agent-10` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/coding-agent-10`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/coding-agent-10/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/coding-agent-10

---


# Coding Agent

Use coding agents (Codex, Claude Code, OpenCode, Pi) for automated development tasks.

## Quick Start

```bash
# Codex (needs git repo)
codex exec "Add error handling to API calls"

# Claude Code
claude "Refactor the auth module"

# OpenCode
opencode run "Write unit tests"

# Pi
pi "Add dark mode support"
```

## Background Mode

For longer tasks, run in background and monitor:

```bash
# Start in background
codex exec --full-auto "Build a REST API" &

# Monitor output
tail -f /tmp/codex-output.log
```

## Best Practices

- Always run in a git repository
- Use `--full-auto` for autonomous work
- Monitor progress for long-running tasks
- Review changes before committing

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/kody-w) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

