Clarify coding-agent skill trigger
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
---
|
||||
name: coding-agent
|
||||
description: Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
|
||||
description: Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control. Use when Mariano says give it to codex or asks for code to be built/reviewed.
|
||||
metadata: {"clawdbot":{"emoji":"🧩","requires":{"anyBins":["claude","codex","opencode","pi"]}}}
|
||||
---
|
||||
|
||||
# Coding Agent (background-first)
|
||||
|
||||
**When to use:** When Mariano says give it to codex, let codex handle this, or asks for code building/reviewing.
|
||||
|
||||
Use **bash background mode** for non-interactive coding work. For interactive coding sessions, use the **tmux** skill (always, except very simple one-shot prompts).
|
||||
|
||||
## The Pattern: workdir + background
|
||||
@@ -271,4 +273,4 @@ command example
|
||||
3. Timestamped prompt history
|
||||
4. Session logs if using Codex/agent
|
||||
|
||||
**Example:** https://github.com/steipete/bird/pull/22
|
||||
**Example:** https://github.com/steipete/bird/pull/22
|
||||
Reference in New Issue
Block a user