Coding Agent
SkillProductivityUse when a coding task should be delegated to Codex, Claude Code, OpenCode, or Pi in a separate workdir, temp review workspace, background run, or focused implementation agent.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Coding Agent skill
What this skill tells your AI
The instructions your AI receives, as published by qianleigood/crawclaw in skills/coding-agent/SKILL.md and read by ahel’s review.
Use bash to delegate coding work to Codex, Claude Code, OpenCode, or Pi.
Rules
- Use
pty:trueforcodex,pi, andopencode. - Do not use PTY for
claude; useclaude --permission-mode bypassPermissions --print. - Set
workdirto the project you want the agent to see. - For Codex scratch work, create a temp git repo first.
- For PR review, use a temp clone or git worktree, not the live checkout.
- For long jobs, use
background:trueand monitor withprocess.
Good defaults
# Codex
bash pty:true workdir:~/project command:"codex exec --full-auto 'Implement the fix'"
# Claude Code
bash workdir:~/project command:"claude --permission-mode bypassPermissions --print 'Review this module'"
# Background run
bash pty:true workdir:~/project background:true command:"codex exec --full-auto 'Refactor auth flow'"
process action:log sessionId:<id>
Process actions
listpolllogwritesubmitkill
Signals
- GitHub stars
- 30
- Forks
- 1
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
coding-agent-qianleigood- Source
- github.com/qianleigood/crawclaw