alphaclaw.md
šŸ“„ coding-agent.md
1# Coding Agent Skill
2
3> Delegate coding tasks to background agents (Codex, Claude Code, Pi).
4
5## Install
6
7Built-in skill. No installation needed.
8
9## What it does
10
11- Spawn background coding agents for complex tasks
12- Build new features and apps autonomously
13- Review pull requests in isolated environments
14- Refactor large codebases iteratively
15- File exploration and code analysis
16
17## When to use
18
19āœ… **Use for:**
20- Building new features or apps
21- Reviewing PRs (spawns in temp dir)
22- Refactoring large codebases
23- Iterative coding that needs file exploration
24
25āŒ **Don't use for:**
26- Simple one-liner fixes (just edit directly)
27- Reading code (use the read tool)
28- Quick file changes
29
30## Usage
31
32```
33"Build a REST API for user authentication"
34"Review PR #42 on the main repo"
35"Refactor the database module to use connection pooling"
36```
37
38## How it works
39
401. Spawns a background process with PTY
412. Agent works autonomously in an isolated environment
423. Reports back when complete
434. You review and approve changes
44
45## Tags
46
47`coding` `agents` `automation` `development`
48
🐾 alphaclaw.mdUTF-8Markdown