A collection of Claude Code plugins for Django AI-assisted development
npx claudepluginhub vintasoftware/django-ai-pluginsReviews and refines Django/Python code for clarity, consistency, and maintainability while preserving all functionality. Applies Django best practices, PEP 8, and project standards.
A collection of skills and agents for AI coding agents specialized in Django backend development.
Comprehensive Django development guidelines from Vinta Software. Contains best practices across multiple categories for building robust Django applications.
Use when:
Categories covered:
Expert guidance for Django applications using Celery for asynchronous task processing. Incorporates best practices from Vinta Software's production experience.
Use when:
Categories covered:
Expert guidance for Django REST Framework class-based views using Classy DRF. Focuses on choosing the correct DRF view class and override hook with MRO-backed reasoning.
Use when:
APIView, generic views, GenericViewSet, and ModelViewSetperform_create, perform_update, get_queryset, etc.)Categories covered:
Autonomous code review agent that refines Django/Python code for clarity, consistency, and maintainability. Focuses on recently modified code and applies Django best practices without changing functionality.
Use when:
What it reviews:
select_related/prefetch_related)This repository exposes a local Codex marketplace at:
.agents/plugins/marketplace.json
Each plugin directory now also includes a Codex manifest at .codex-plugin/plugin.json. Use the marketplace file above or the individual plugin manifests when registering these plugins in Codex:
django-expertdjango-celery-expertcdrf-expertdjango-reviewerIf you use the community plugins CLI, this repository can also be installed from the repo root or GitHub URL:
npx plugins add vintasoftware/django-ai-plugins
npx plugins add https://github.com/vintasoftware/django-ai-plugins
As of March 18, 2026, the plugins package docs explicitly list Claude Code and Cursor as supported install targets. Treat Codex support through that tool as unverified unless you have confirmed it in your environment.
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Create a new Django model for user profiles
Set up a REST API endpoint with authentication
Should I override create or perform_create in this DRF ViewSet?
Review this Django view for security issues
Use the django-reviewer agent to review my recent changes
Each plugin contains either skills or agents:
.codex-plugin/plugin.json) — Codex plugin metadata.claude-plugin/plugin.json) — Claude metadataskills/SKILL.md) — Instructions and reference documentation loaded on-demandagents/<name>.md) — Autonomous specialists that proactively review and refine code