vintasoftwarevintasoftwareOfficialยท2 Agent Skills Included

django-ai-plugins

Django backend, DRF, Celery, and safe migration guidance

Guides Django backend development across models, ORM queries, DRF APIs, authentication, testing, and performance tuning. Designs reliable Celery background tasks with retries, scheduling, and production monitoring. Reviews Django code for anti-patterns and writes zero-downtime PostgreSQL migrations that avoid locking production tables.
npx skills add vintasoftware/django-ai-plugins --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’