coding-agent
SKILL.md
Coding Agent (always backgrounded)
Use bash with background:true for all coding-agent work.
Do not use a foreground one-shot path here.
Start the agent, get the sessionId, monitor with process, and require the worker to notify the user directly when it finishes.
⚠️ PTY Mode: Codex/Pi/OpenCode yes, Claude Code no
For Codex, Pi, and OpenCode, PTY is required:
# Correct for Codex/Pi/OpenCode
bash pty:true background:true command:"codex exec 'Your prompt'"
For Claude Code (claude CLI), use --print --permission-mode bypassPermissions instead.
Do not use PTY for Claude Code here.