agent-job-background

Installation
SKILL.md

Usage

# Run an agent job in the background
node skills/agent-job-background/agent-job-background.js create "Update the README with installation instructions"

# With overrides
node skills/agent-job-background/agent-job-background.js create "Refactor the auth module" \
  --llm-model claude-opus-4-7 \
  --agent-backend claude-code \
  --scope agents/refactor

# Status of running jobs (all, or one by id)
node skills/agent-job-background/agent-job-background.js status
node skills/agent-job-background/agent-job-background.js status <agent_job_id>

Important: pass-through behavior for create

Installs
1
GitHub Stars
1.8K
First Seen
May 22, 2026
agent-job-background — stephengpope/thepopebot