rails-background-jobs

Implement background jobs using ActiveJob for asynchronous task processing. Use when tasks are time-consuming, can be processed asynchronously, or should not block user requests (emails, reports, data processing).

$ Instalar

git clone https://github.com/nekorush14/dotfiles /tmp/dotfiles && cp -r /tmp/dotfiles/configs/claude/skills/rails-background-jobs ~/.claude/skills/dotfiles

// tip: Run this command in your terminal to install the skill