From b19620ac0d3beeac6bbe18b22e8a8164ad7b2ac6 Mon Sep 17 00:00:00 2001 From: Shadow Date: Wed, 14 Jan 2026 15:58:01 -0600 Subject: [PATCH] Revert "Clarify coding-agent skill trigger" This reverts commit 65cfcb3d51d680ed0d8f054baa18edd41a265946. --- skills/coding-agent/SKILL.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/skills/coding-agent/SKILL.md b/skills/coding-agent/SKILL.md index 701f2885c..2437d5184 100644 --- a/skills/coding-agent/SKILL.md +++ b/skills/coding-agent/SKILL.md @@ -1,13 +1,11 @@ --- name: coding-agent -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. +description: Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control. 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 @@ -273,4 +271,4 @@ command example 3. Timestamped prompt history 4. Session logs if using Codex/agent -**Example:** https://github.com/steipete/bird/pull/22 \ No newline at end of file +**Example:** https://github.com/steipete/bird/pull/22