nguyengiatam

Exec — Productivity skill for Claude Code

Productivity community

Dispatch a coding task to the Devin CLI as a background or foreground executor.

How to install Exec

Installs to ~/.claude/skills/nguyengiatam-devin-executor-exec/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nguyengiatam-devin-executor-exec && curl -fsSL https://raw.githubusercontent.com/nguyengiatam/devin-executor/HEAD/commands/exec.md -o ~/.claude/skills/nguyengiatam-devin-executor-exec/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Exec does


description: Dispatch a coding task to the Devin CLI as a background or foreground executor argument-hint: "[--wait|--background] [--resume|--fresh|--session ] [--model ] [--dangerous] [--timeout ] " allowed-tools: Bash(node:*)

!`node "${CLAUDE_PLUGIN_ROOT}/scripts/devin-runtime.mjs" exec $ARGUMENTS`

Present the command output verbatim. If a background job was dispatched, tell the user the job id and the `/devin-executor:status ` and `/devin-executor:result

Alternatives in Productivity

  • Task Exec — タスクの作業を実施する 974 ★
  • Agentacct — See what your coding agents did and what it cost 665 ★
  • Chief — CLI that wraps Claude Code in a loop 396 ★

Full documentation available on GitHub

View Source Repository