From 0adcb680922f5c8cf373da35b4d53e66f0711b1b Mon Sep 17 00:00:00 2001 From: Mariano Belinky Date: Wed, 14 Jan 2026 19:08:29 +0100 Subject: [PATCH] Clarify coding-agent skill trigger --- skills/coding-agent/SKILL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/skills/coding-agent/SKILL.md b/skills/coding-agent/SKILL.md index 2437d5184..701f2885c 100644 --- a/skills/coding-agent/SKILL.md +++ b/skills/coding-agent/SKILL.md @@ -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 \ No newline at end of file