Delegate coding tasks to Codex, Claude Code, or Pi agents via background host sessions. Use when: (1) building or creating new features or apps, (2) reviewing PRs or parallel coding with managed worktree isolation when subagents are available, (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat, or any work in ~/clawd workspace (never spawn agents here). Requires OpenClaw host tools with exec_command plus write_stdin.
$npx -y skills add trpc-group/trpc-agent-go --skill coding-agentInstalls into the current project.
Run `npx skills use "https://github.com/trpc-group/trpc-agent-go" --skill "trpc-group/trpc-agent-go/coding-agent"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/trpc-group/trpc-agent-go" that are relevant to the current task. Run `npx skills add "https://github.com/trpc-group/trpc-agent-go"` and select the relevant skills, then follow their instructions.