CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. affaan-m
  4. /
  5. everything-claude-code
  6. /
  7. Django Celery

Django Celery

Editor's Note

This covers the standard Celery integration patterns you'll actually use in a Django production app: worker setup, task decorators with retries and timeouts, Beat scheduling for cron jobs, and canvas primitives like chains and chords. The examples are solid on the boring but critical stuff like idempotent task design, exponential backoff config, and using `acks_late` to handle worker crashes. If you're adding background jobs to Django or debugging why your tasks are piling up in the queue, this gives you the configuration and patterns without having to piece together Stack Overflow answers. The testing section appears cut off but the core implementation patterns are all here.

Install

npx skills add https://github.com/affaan-m/everything-claude-code --skill django-celery
Votes
0
Installs971
GitHub Stars202.7k
Categories
Python
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Python Skills

View all →
celery

bobmatnyc/claude-mpm-skills

0
216
49
Celery is a distributed task queue system for Python that enables asynchronous execution of background jobs across multiple workers. It supports scheduling, retries, task workflows, and integrates seamlessly with Django, Flask, and FastAPI.
fastapi-python

mindrally/skills

0
9.6k
128
Expert guidance for building high-performance FastAPI APIs with async best practices and clean Python patterns.
django-celery-expert

vintasoftware/django-ai-plugins

0
639
78
django celery expert
flask-python

mindrally/skills

0
635
128
flask python
django-python

mindrally/skills

0
476
128
django python
python-fastapi-development

sickn33/antigravity-awesome-skills

0
420
39.4k
python fastapi development