·celery-patterns
</>

celery-patterns

Celery task patterns including task definition, retry strategies, periodic tasks, and best practices. Use when implementing background tasks, scheduled jobs, or async processing.

5Installs·0Trend·@kjnez

Installation

$npx skills add https://github.com/kjnez/claude-code-django --skill celery-patterns

How to Install celery-patterns

Quickly install celery-patterns AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/kjnez/claude-code-django --skill celery-patterns
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: kjnez/claude-code-django.

SKILL.md

View raw

Check-Before-Process Query current state before processing; skip if already complete

Status Field Tracking Use status transitions (pending → processing → complete/failed) with selectforupdate() for race condition safety

Unique Constraints Use database constraints to prevent duplicate processing

Celery task patterns including task definition, retry strategies, periodic tasks, and best practices. Use when implementing background tasks, scheduled jobs, or async processing. Source: kjnez/claude-code-django.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kjnez/claude-code-django --skill celery-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from kjnez/claude-code-django

Quick answers

What is celery-patterns?

Celery task patterns including task definition, retry strategies, periodic tasks, and best practices. Use when implementing background tasks, scheduled jobs, or async processing. Source: kjnez/claude-code-django.

How do I install celery-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kjnez/claude-code-django --skill celery-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/kjnez/claude-code-django