AI / LLM
coding-agent
Delegate coding tasks to Codex, Claude Code, or Pi Agent via background processes for parallel execution.
Install
clawhub install coding-agent
Cross-tool: Claude Code ~/.claude/skills/ · Qoder ~/.qoder/skills/ · TRAE ~/.trae/skills/
When to Use
Trigger this skill when distributing coding tasks across different AI Agents or needing multi-model parallel processing.
Core Capabilities
Multi-model Delegation
- Supports Codex, Claude Code, Pi, and other agents
- Automatically selects the appropriate agent for each task
- Runs as background process, non-blocking
Task Management
- Submit coding tasks and get execution status
- View task output and results
- Support for multiple parallel tasks
Use Cases
- Large refactoring: delegate modules to different agents
- Code review: have multiple agents review independently and consolidate
- Rapid prototyping: generate multiple approaches simultaneously for comparison