πŸ”Œ

django-plugin

πŸ”ŒPlugin

AratKruglik/claude-sdlc

VibeIndex|
What it does
|

Django backend + database stack provider (priority=150). Detects manage.py or Django in pyproject.toml/requirements.txt. Provides django-architect (Sonnet/medium β€” views, DRF ViewSets, serializers, forms, URLconf, middleware, signals, model definitions, Django templates, DRF API contract for SPA frontends) and django-migrations-specialist (Sonnet/low β€” model field finalization, indexes/constraints, makemigrations, sqlmigrate review, migrate, verify) agents plus django-conventions and django-orm-patterns skills. Reuses python-foundation skills. Extra database phase after development.

πŸͺ

Part of

AratKruglik/claude-sdlc

Installation

Add marketplace in Claude Code:
/plugin marketplace add AratKruglik/claude-sdlc
Step 2. Install plugin:
/plugin install django-plugin@sdlc-marketplace # Django + DRF
0
-
AddedJul 25, 2026

More from this repository10

πŸ”Œ
symfony-pluginπŸ”ŒPlugin

Symfony backend + database stack provider (priority=100). Detects symfony/framework-bundle in composer.json. Provides symfony-architect (Sonnet/medium β€” attribute routing, controllers-as-services, DI, Form types, validation, Voters, Serializer, Messenger, Twig) and doctrine-specialist (Sonnet/low β€” entity mappings, generated migrations, fixtures, schema verification) agents plus symfony-conventions and doctrine-patterns skills. Reuses php-foundation skills. Extra database phase after development. Renders Twig views and designs the Serializer/API contract for SPA frontend plugins (vue/react).

πŸͺ
AratKruglik/claude-sdlcπŸͺMarketplace

Claude Code SDLC marketplace and plugins for different tech stacks

πŸ”Œ
frontend-designπŸ”ŒPlugin

Optional external dependency (official Anthropic). Design guidance for the frontend architects (react, vue, angular, react-native, inertia-*). Raw generation converges on generic AI aesthetics regardless of model tier β€” this is the fix for that, not a bigger model. Pipeline runs without it.

πŸ”Œ
superpowersπŸ”ŒPlugin

Runtime dependency. Enables richer reasoning in BA (brainstorming), QA (test-driven-development), and all architect agents (verification-before-completion). Pipeline degrades gracefully without it.

πŸ”Œ
js-foundationπŸ”ŒPlugin

Shared JavaScript/TypeScript foundation skills (typescript-patterns + npm-patterns). No agent, no stack profile. Referenced cross-plugin by every JS/TS framework provider in the marketplace.

πŸ”Œ
security-guidanceπŸ”ŒPlugin

Optional external dependency (official Anthropic). Hooks-based in-session security review: per-edit pattern match, end-of-turn diff review, commit review. Pipeline runs without it; the security phase still does full OWASP.

πŸ”Œ
sdlcπŸ”ŒPlugin

Universal SDLC orchestrator with auto-discovery of stack providers. Provides pipeline-orchestrator skill plus 5 cost-tiered default agents (BA Opus/high, Dev Sonnet/medium, QA Sonnet/medium, Sec Opus/high, Docs Haiku/low). Slash commands: /sdlc:start, /sdlc:batch, /sdlc:doctor, /sdlc:list-stacks, /sdlc:security-init.

πŸ”Œ
nodejs-pluginπŸ”ŒPlugin

Node.js backend stack provider for Express/Fastify/Koa/plain Node.js projects. Adds node-architect agent (Sonnet/medium) and node-conventions skill. Reuses TypeScript and npm skills from js-foundation. Composes with frontend plugins via aspect resolution.

πŸ”Œ
nestjs-pluginπŸ”ŒPlugin

NestJS opinionated backend stack provider. Adds nest-architect agent (Sonnet/medium) covering REST + ORM (TypeORM/Prisma/Mongoose) + GraphQL + WebSockets + Microservices. Reuses TypeScript and npm skills from js-foundation.

πŸ”Œ
php-foundationπŸ”ŒPlugin

Shared PHP foundation skills for the SDLC marketplace. Contains stack-agnostic PHP conventions (php-conventions β€” readonly properties, enums, match, constructor promotion, strict_types, PSR-12), composer-tooling (PSR-4 autoloading, version constraints, scripts, platform requirements), and php-testing (PHPUnit + Pest structure, data providers, test doubles, fixtures, coverage). No agent, no stack profile β€” pure shared library. Referenced by laravel-plugin and symfony-plugin.