Delegate coding tasks to external coding agents (Claude Code, Codex, Pi, OpenCode) via shell. Use when: (1) building new features or apps in a separate project, (2) reviewing PRs, (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit directly), reading code (use read/file tools), or work inside the SwarmClaw workspace itself.
$npx -y skills add swarmclawai/swarmclaw --skill coding-agentInstalls into the current project.
Run `npx skills use "https://github.com/swarmclawai/swarmclaw" --skill "swarmclawai/swarmclaw/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/swarmclawai/swarmclaw" that are relevant to the current task. Run `npx skills add "https://github.com/swarmclawai/swarmclaw"` and select the relevant skills, then follow their instructions.