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.
Celery task patterns including task definition, retry strategies, periodic tasks, and best practices. Use when implementing background tasks, scheduled jobs, or async processing.
Quickly install celery-patterns AI skill to your development environment via command line
Source: kjnez/claude-code-django.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/kjnez/claude-code-django --skill celery-patternsCelery 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.
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
https://github.com/kjnez/claude-code-django