coding-agent
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.
适合你,如果依靠不同编码AI完成不同任务
/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/coding-agent/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/coding-agent/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/coding-agent安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~367上下文体积 · 单文件
索引托管
怎么用
商店整理自技能原文 · 版本 f27e175 · 表述以原文为准它做什么
装上后,当你要求处理编码任务时,Claude 会通过 bash 命令将任务交给 Codex、Claude Code、OpenCode 或 Pi 等专用工具,在独立的工作目录、临时审查工作区或后台中执行,并返回结果。
什么时候触发
当你提出编码任务(如编写代码、审查代码、重构、运行脚本),且需要独立环境或后台执行时触发。
装好后可以这样说
Claude 会调用 Codex 在独立目录执行。
Claude 会使用 Claude Code 进行审查。
任务会后台运行,可后续查看日志。
技能原文 SKILL.md
Coding Agent
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
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…