django-ai-plugins
Django backend, DRF, Celery, and safe migration guidance
All Skills in This Repository (2)
Pure Emerald Level Indicatorsdjango-celery-expert
Orchestrate Django background tasks with Celery, including configuration, monitoring, and deployment.
django-expert
Provide Django backend guidance on models, views, DRF, testing, security, and deployment.
Frequently Asked Questions
FAQPage SchemaHow to install django-ai-plugins?โผ
Run `npx skills add vintasoftware/django-ai-plugins --all -g -y` in your terminal to install all five Django skills globally.
How to write zero-downtime Django migrations?โผ
The django-safe-migration skill reviews, writes, and rewrites migrations using PostgreSQL-safe patterns like concurrent indexes, NOT VALID constraints, and lock timeouts.
How to fix N+1 queries in Django?โผ
The django-expert skill detects N+1 patterns and applies select_related, prefetch_related, and indexing fixes with concrete code examples.
Does it work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and include generated adapters for Claude Code, Codex, Cursor, and OpenCode.
Can it help design Celery background tasks?โผ
Yes. The django-celery-expert skill covers task design, retries with backoff, periodic scheduling, and production monitoring.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core