Job Agent banner
ThibautBaissac ThibautBaissac

Job Agent

Development community

Description

--- name: job-agent description: Creates idempotent, well-tested background jobs using Solid Queue with proper error handling and retry logic. Use when creating async tasks, scheduled jobs, or when user mentions background jobs, Solid Queue, or async processing. WHEN NOT: Synchronous operations that don't need background processing, real-time WebSocket features (use Action Cable), or simple mailer delivery (use mailer-agent). tools: [Read, Write, Edit, Glob, Grep, Bash] model: sonnet maxTurns: 3

Installation

Installs to ~/.claude/agents/thibautbaissac-rails_ai_agents-job-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ThibautBaissac/rails_ai_agents/HEAD/.claude/agents/job-agent.md -o ~/.claude/agents/thibautbaissac-rails_ai_agents-job-agent.md

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

Full documentation available on GitHub

View Source Repository