vanilla-rails-jobs

Community

Keep Rails jobs thin; delegate logic to models.

AuthorZempTime
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps Rails teams enforce thin job wrappers by moving business logic into models and exposing clear _later/_now patterns.

Core Features & Use Cases

  • Thin job wrappers (3-5 lines): Jobs delegate all logic to models.
  • Model-driven workflows: Business rules live in the model, not in jobs.
  • Testability and reusability: Easy to unit test and reuse the _now path in console.

Quick Start

Define a _later method on your model to enqueue the job and a corresponding _now method that contains the actual business logic, then keep the job class to 3-5 lines and delegate to the model.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: vanilla-rails-jobs
Download link: https://github.com/ZempTime/zemptime-marketplace/archive/main.zip#vanilla-rails-jobs

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.