coding-agent
Installation
SKILL.md
Coding Agent
Delegate coding tasks to external coding agents via shell tools.
Agent Execution Modes
Claude Code (recommended)
Use --print --permission-mode bypassPermissions for non-interactive execution:
cd /path/to/project && claude --permission-mode bypassPermissions --print 'Your task here'
For background execution, use the shell tool's background mode.
Do NOT use PTY mode with Claude Code — --print mode keeps full tool access and avoids interactive confirmation dialogs.