django-pro

18.0k
sickn33sickn33

Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment.

192 days ago

rag-skills

819
llama-farmllama-farm

RAG-specific best practices for LlamaIndex, ChromaDB, and Celery workers. Covers ingestion, retrieval, embeddings, and performance.

192 days ago

server-skills

819
llama-farmllama-farm

Server-specific best practices for FastAPI, Celery, and Pydantic. Extends python-skills with framework-specific patterns.

192 days ago

enferno-dev

565
level09level09

Development skill for Enferno Flask framework. Use when implementing features, fixing bugs, or writing code for Enferno-based applications. This includes creating models, API endpoints, Vue.js frontend components, database operations, or any development task within the Enferno ecosystem. Triggers: creating blueprints, adding models, building APIs, Vue/Vuetify components, Celery tasks, database migrations.

192 days ago

using-message-queues

296
ancolemanancoleman

Async communication patterns using message brokers and task queues. Use when building event-driven systems, background job processing, or service decoupling. Covers Kafka (event streaming), RabbitMQ (complex routing), NATS (cloud-native), Redis Streams, Celery (Python), BullMQ (TypeScript), Temporal (workflows), and event sourcing patterns.

192 days ago

async-jobs

97
yonatangrossyonatangross

Async job processing patterns for background tasks, Celery workflows, task scheduling, retry strategies, and distributed task execution. Use when implementing background job processing, task queues, or scheduled task systems.

asyncjobscelery+3
192 days ago

background-job-orchestrator

43
curiositechcuriositech

Expert in background job processing with Bull/BullMQ (Redis), Celery, and cloud queues. Implements retries, scheduling, priority queues, and worker management. Use for async task processing, email campaigns, report generation, batch operations. Activate on "background job", "async task", "queue", "worker", "BullMQ", "Celery". NOT for real-time WebSocket communication, synchronous API calls, or simple setTimeout operations.

192 days ago

message_queues

39
vuralserhat86vuralserhat86

Async communication patterns using message brokers and task queues. Use when building event-driven systems, background job processing, or service decoupling. Covers Kafka (event streaming), RabbitMQ (complex routing), NATS (cloud-native), Redis Streams, Celery (Python), BullMQ (TypeScript), Temporal (workflows), and event sourcing patterns.

192 days ago

background-jobs

27
cosmixcosmix

Background job processing patterns including job queues, scheduled jobs, worker pools, and retry strategies. Use when implementing async processing, job queues, workers, task queues, async tasks, delayed jobs, recurring jobs, scheduled tasks, ETL pipelines, data processing, ML training jobs, Celery, Bull, Sidekiq, Resque, cron jobs, retry logic, dead letter queues, DLQ, at-least-once delivery, exactly-once delivery, job monitoring, or worker management.

192 days ago

celery-expert

25
martinholovskymartinholovsky

Expert Celery distributed task queue engineer specializing in async task processing, workflow orchestration, broker configuration (Redis/RabbitMQ), Celery Beat scheduling, and production monitoring. Deep expertise in task patterns (chains, groups, chords), retries, rate limiting, Flower monitoring, and security best practices. Use when designing distributed task systems, implementing background job processing, building workflow orchestration, or optimizing task queue performance.

192 days ago

Django Celery Expert

18
vintasoftwarevintasoftware

Expert Django Celery guidance for asynchronous task processing. Use when designing background tasks, configuring Celery workers, handling task retries and errors, optimizing Celery performance, implementing periodic tasks with Celery Beat, or setting up production monitoring for Celery. Do not use for general Django questions unrelated to Celery, non-Celery task systems (Django Q, Huey, RQ), ML/data pipeline orchestration (Airflow, Prefect), or frontend and API-only concerns. Follows Vinta's Django Celery best practices.

192 days ago

Celery

15
bobmatnycbobmatnyc

Distributed task queue system for Python enabling asynchronous execution of background jobs, scheduled tasks, and workflows across multiple workers with Django, Flask, and FastAPI integration.

192 days ago

background-jobs-designer

12
patricio0312revpatricio0312rev

Designs background job processing systems with queue integration (BullMQ/Celery), job definitions, retry policies, exponential backoff, idempotent execution, and monitoring hooks. Use when implementing "background jobs", "task queues", "async processing", or "job workers".

192 days ago

trigger-dev

9
TerminalSkillsTerminalSkills

Build reliable background jobs with Trigger.dev. Use when a user asks to run long-running tasks in the background, process webhooks reliably, build async job queues for serverless, schedule recurring tasks, run AI/LLM pipelines in the background, process file uploads asynchronously, or replace BullMQ or Celery with a serverless-native solution. Covers task definition, triggers, scheduling, retries, concurrency control, and integration with Next.js, Remix, and Express.

192 days ago

inngest

9
TerminalSkillsTerminalSkills

Build reliable background jobs and workflows with Inngest. Use when a user asks to run background tasks, create event-driven workflows, build reliable job queues, set up step functions for long-running processes, schedule recurring jobs, handle webhook processing, build multi-step async workflows, add retries and error handling to background jobs, or replace BullMQ/Celery with a serverless-friendly alternative. Covers event sending, function definition, step orchestration, retries, scheduling, and fan-out patterns.

192 days ago

celery

9
TerminalSkillsTerminalSkills

Run background tasks in Python with Celery. Use when a user asks to process tasks asynchronously, schedule periodic jobs, run background workers, build task queues in Python, or offload heavy processing from web requests.

192 days ago

job-queue

9
TerminalSkillsTerminalSkills

Build job queues and background worker systems using BullMQ, Celery, or Sidekiq. Use when you need to offload slow tasks from request handlers — email sending, PDF generation, image processing, data exports, or any work that takes more than a few hundred milliseconds. Covers job priorities, concurrency control, scheduled jobs, progress tracking, and graceful shutdown. Trigger words: background job, worker, queue, async task, BullMQ, Celery, cron job, scheduled task, job retry.

192 days ago

hatchet

9
TerminalSkillsTerminalSkills

Orchestrate background jobs and workflows with Hatchet — open-source distributed task queue with DAG workflows. Use when someone asks to "run background jobs", "Hatchet", "workflow orchestration", "distributed task queue", "durable execution", "replace Celery/Bull", or "DAG workflow engine". Covers workflow definition, step functions, retries, concurrency control, and event-driven triggers.

192 days ago

django-pro

5
agent-skills-hubagent-skills-hub

Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment. Use PROACTIVELY for Django development, ORM optimization, or complex Django patterns.

192 days ago

new-task

2
vadim7j7vadim7j7

Generate a Celery task with retry configuration

192 days ago

python-messaging

1
mindcockpit-aimindcockpit-ai

Async messaging and middleware patterns for Python — in-process events, background tasks, Redis queues, Celery, Redis Streams, and Kafka. Graduated complexity from simple to enterprise scale.

192 days ago

django-design

1
Travis-GilbertTravis-Gilbert

This skill should be used when the user asks to build a Django project, design Django models or database schemas, create views and APIs, configure deployment or settings, set up authentication and permissions, customize the Django admin, optimize query performance, configure background tasks with Celery or django-rq, build CMS or content management features, integrate external APIs, create Django forms or templates, integrate HTMX or Unpoly, review Django migrations, or scaffold a new Django app. It covers the full Django backend lifecycle from project structure through production deployment. It does NOT cover pure frontend work (use frontend-design for that) unless Django templates are involved.

192 days ago

task-scheduling

sharp-skillssharp-skills

Runs recurring tasks (cron jobs), delayed tasks, and periodic background work reliably without missing executions or running duplicates. Use when you need to send daily emails, clean up stale data, run nightly reports, or trigger any action on a schedule. Triggers on: cron, scheduled task, periodic task, background job, Celery beat, APScheduler, cron job, daily report, cleanup job, reminder.

192 days ago

setup-celery-task-queue

Snehal707Snehal707

Set up and configure Celery distributed task queue for asynchronous job processing

192 days ago

async-job-status-tracking

sharp-skillssharp-skills

Provides clients with real-time status updates for long-running background jobs via polling or webhooks. Use when operations take longer than a few seconds, when synchronous timeouts are a problem, or when clients need to track progress. Triggers on: async job, background task, job status, polling endpoint, webhook callback, long-running operation, task ID, progress tracking, job queue, 202 Accepted, Celery task status.

192 days ago

django-pro

oki3505Foki3505F

Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment. Use PROACTIVELY for Django development, ORM optimization, or complex Django patterns.

192 days ago

Celery

sharp-skillssharp-skills

Work with Celery — integrate, configure, and automate. Use when asked to set up Celery, use the Celery API, integrate Celery into a project, troubleshoot Celery errors, or build Celery automation.

192 days ago

django-pro

haniakrim21haniakrim21

Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment. Use PROACTIVELY for Django development, ORM optimization, or complex Django patterns.

192 days ago

background-job-patterns

sharp-skillssharp-skills

Implements reliable background job processing for long-running tasks, scheduled work, and async operations that shouldn't block HTTP responses. Triggers on: background job, async task, queue, Celery, worker, cron job, job processing, task queue, deferred work, email sending, report generation.

192 days ago