| name | coding-agent |
| description | Spawn a sub-agent to handle complex coding tasks in the background |
| emoji | 💻 |
| version | 1.0.0 |
| requires | {"bins":["git"]} |
| invocation | {"userInvocable":true} |
Coding Agent
Delegates complex coding tasks to a background sub-agent with full tool access.
Usage
- "Write a REST API for user management"
- "Refactor the auth module to use JWT"
- "Fix the failing tests in the payment service"
How it works
- Analyzes the coding request and determines scope
- Spawns a background task with appropriate instructions
- The sub-agent reads relevant files, makes changes, and runs tests
- Reports results when complete