From jeremylongshore-claude-code-plugins-plus-skills
Generates background worker code and configurations for Node.js, Python, Go backends, covering database design, caching, messaging, and microservices architecture.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin langchain-py-packThis skill is limited to using the following tools:
This skill provides automated assistance for background worker creator tasks within the Backend Development domain.
Configures Render background workers for queue-based async job processing using Celery, Sidekiq, BullMQ, Asynq, Oban. Covers graceful shutdown with SIGTERM, Redis Key Value as broker with noeviction policy, and workers vs cron jobs.
Provides async job processing patterns with Celery, ARQ, Redis, and Temporal for background tasks, workflows, scheduling, retries, rate limiting, and monitoring. Use for task queues and distributed execution.
Implements Python background jobs with task queues (Celery, RQ), workers, idempotency, and state machines for async tasks like emails, reports, and media processing.
Share bugs, ideas, or general feedback.
This skill provides automated assistance for background worker creator tasks within the Backend Development domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with background worker creator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Backend Development skill category. Tags: nodejs, python, go, microservices, database