From role-backend
Implements background job processing using Bull/BullMQ (Node.js), Celery (Python), Sidekiq (Ruby), and cron scheduling. Covers job prioritization, retry strategies (exponential backoff), dead letter handling, job monitoring, rate-limited queues, and graceful shutdown. Use when offloading work from request handlers, scheduling tasks, or building job pipelines.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-backendThis skill is limited to using the following tools:
- Offloading slow or unreliable work from HTTP request handlers
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
references/job-design-retries-dlq.md — technology selection table, idempotency/atomicity/serialization rules, exponential backoff formula, retry config by job type, non-retryable error classification, DLQ setup, job prioritization, and cron scheduling with distributed locksreferences/pipelines-shutdown-monitoring.md — BullMQ Flows and Celery chain examples for multi-step workflows, graceful SIGTERM shutdown patterns for Node.js and Python workers, metrics and alerting guidance, and structured log field conventions