sidekiq-job-patterns
Installation
SKILL.md
Sidekiq Job Patterns
Skill Resources
- Activation and cross-agent notes: references/activation.md
- Use
ultrathinkor the deepest available reasoning mode before changing architecture, security, migration, or performance-critical paths.
Version-First Workflow
Sidekiq's API changed significantly across major versions. Before writing any job code, identify the exact version in Gemfile.lock and load the correct documentation:
# Check exact Sidekiq version
grep -i "^ sidekiq " Gemfile.lock
# e.g., " sidekiq (7.3.2)"
Then load the version-specific docs via Context7 before writing any job code. API differences that will break your code if you assume the wrong version: