·rails-jobs-patterns
</>

rails-jobs-patterns

ag0os/rails-dev-plugin

ActiveJob and background processing patterns for Rails. Automatically invoked when working with background jobs, Sidekiq, async processing, job queues, scheduling, or the app/jobs directory. Triggers on "job", "background job", "ActiveJob", "Sidekiq", "async", "queue", "perform_later", "worker", "scheduled job", "cron", "retry", "idempotent".

3Installs·0Trend·@ag0os

Installation

$npx skills add https://github.com/ag0os/rails-dev-plugin --skill rails-jobs-patterns

SKILL.md

Patterns for building reliable, efficient background jobs in Rails applications.

| retryon | Transient errors (network, timeout) | | discardon | Permanent failures (record deleted) | | withlock | Preventing concurrent execution | | Batch processing | Large datasets | | Result tracking | Job status reporting |

ActiveJob and background processing patterns for Rails. Automatically invoked when working with background jobs, Sidekiq, async processing, job queues, scheduling, or the app/jobs directory. Triggers on "job", "background job", "ActiveJob", "Sidekiq", "async", "queue", "perform_later", "worker", "scheduled job", "cron", "retry", "idempotent". Source: ag0os/rails-dev-plugin.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ag0os/rails-dev-plugin --skill rails-jobs-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ag0os/rails-dev-plugin --skill rails-jobs-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rails-jobs-patterns?

ActiveJob and background processing patterns for Rails. Automatically invoked when working with background jobs, Sidekiq, async processing, job queues, scheduling, or the app/jobs directory. Triggers on "job", "background job", "ActiveJob", "Sidekiq", "async", "queue", "perform_later", "worker", "scheduled job", "cron", "retry", "idempotent". Source: ag0os/rails-dev-plugin.

How do I install rails-jobs-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ag0os/rails-dev-plugin --skill rails-jobs-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ag0os/rails-dev-plugin