Coding Agent

SkillProductivity

Use 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.

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:true for codex, pi, and opencode.
  • Do not use PTY for claude; use claude --permission-mode bypassPermissions --print.
  • Set workdir to 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:true and monitor with process.

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

  • list
  • poll
  • log
  • write
  • submit
  • kill

Signals

GitHub stars
30
Forks
1
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
coding-agent-qianleigood
Source
github.com/qianleigood/crawclaw