vintasoftware/django-ai-plugins
Plugin Claude Code
Django skills and agents for AI-assisted development.
vintasoftware/django-ai-plugins
Plugin Claude Code
Django skills and agents for AI-assisted development.
vintasoftware/django-ai-plugins
Instructions file CodexOpenCode
AGENTS.md instructions for vintasoftware/django-ai-plugins, covering contributor instructions, source of truth, changing a plugin, required validation and distribution policy.
vintasoftware/django-ai-plugins
Plugin Claude Code
Expert guidance for Django REST Framework class-based views using Classy DRF (cdrf.co). Helps choose the right DRF generic/viewset class and override methods safely.
vintasoftware/django-ai-plugins
Skill Claude CodeCodex
Expert guidance for Django REST Framework class-based views using Classy DRF (https://www.cdrf.co). Use when selecting or debugging APIView, GenericAPIView, concrete generic views, mixin combinations, or ViewSet/GenericViewSet/ModelViewSet behavior; tracing method resolution order (MRO); understanding which method to…
vintasoftware/django-ai-plugins
Plugin Claude Code
Django and Celery best practices for asynchronous task processing. Expert guidance for task design, worker configuration, monitoring, error handling, and production deployment.
vintasoftware/django-ai-plugins
Skill Claude CodeCodex
Expert Django Celery guidance for asynchronous task processing. Use when designing background tasks, configuring Celery workers, handling task retries and errors, optimizing Celery performance, implementing periodic tasks with Celery Beat, or setting up production monitoring for Celery. Do not use for general Django…
vintasoftware/django-ai-plugins
Plugin Claude Code
Comprehensive Django backend development guidelines and best practices. Expert guidance for models, views, templates, DRF, testing, and deployment.
vintasoftware/django-ai-plugins
Skill Claude CodeCodex
Expert Django backend development guidance. Use when creating Django models, views, serializers, or APIs; debugging ORM queries or migrations; optimizing database performance; implementing authentication; writing tests; or working with Django REST Framework. Follows Django best practices and modern patterns.
vintasoftware/django-ai-plugins
Plugin Claude Code
Reviews and refines Django/Python code for clarity, consistency, and maintainability while preserving all functionality. Applies Django best practices, PEP 8, and project standards.
vintasoftware/django-ai-plugins
Agent
Reviews and refines Django/Python code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise. Use proactively after Django code changes.
vintasoftware/django-ai-plugins
Skill Claude CodeCodex
Review Django and Python changes for clarity, consistency, maintainability, ORM or DRF anti-patterns, and project conventions while preserving behavior. Use after Django code changes or when the user explicitly requests review. Report findings by default; apply refinements only when the user expresses explicit edit…
vintasoftware/django-ai-plugins
Plugin Claude Code
Write, review, and rewrite Django migrations for PostgreSQL with zero-downtime guarantees. Covers two-file splits, AddIndexConcurrently, FK NOT VALID + VALIDATE, dbdefault for NOT NULL columns, and RunPython safety rules.
vintasoftware/django-ai-plugins
Skill Claude CodeCodex
Write, review, and rewrite Django migrations for PostgreSQL with zero-downtime guarantees. Use this skill whenever the user mentions migrations, Django schema changes, or deployment safety — even if they don't say "zero downtime" explicitly. Trigger on: "review this migration", "is this migration safe?", "write a…
Instructions file CodexOpenCode
AGENTS.md instructions for vintasoftware/django-ai-boost, covering agents.md, 1) project snapshot, 2) environment setup, 3) build / lint / format commands and 4) test commands.