django
>
Works with
--- name: django description: > license: MIT --- # Django Use this skill to keep Django work grounded in maintainable architecture, predictable delivery, and framework-appropriate conventions. ## Intent Router | Need | Load | | --- | --- | | core conventions, structure, review priorities, and common red flags for Django | `references/best-practices.md` | | setup, migration, testing, build, delivery, and day-two workflow guidance for Django | `references/workflows.md` | ## Quick Start 1. Confirm Django and Python versions, template-driven, API-driven, or hybrid delivery, database backend, and background-task or async posture. 2. Identify whether the task is greenfield scaffolding, incremental refactoring, troubleshooting, migration planning, or code review. 3. Apply the defaults in `references/best-practices.md` before proposing custom architecture. 4. Prefer the smallest change set that improves clarity, safety, operability, and long-term maintainability. ## Workflow - start from the business capability that owns the code - separate settings and infrastructure wiring from domain logic - treat migrations and permissions as high-impact design choices - verify manage.py test, migrations, and static handling after changes ## Typical Focus Areas - Django and Python versions - template-driven, API-driven, or hybrid delivery - database backend - background-task or async posture ## Outputs to Prefer - summarize delivery model, database, and deployment constraints first - group findings by app boundaries, models, validation, settings, migrations, and tests - protect auth and migration safety during refactors ## First Response Pattern - restate Django version, delivery model, database backend, and async or task posture before suggesting changes - anchor the plan at the owning app, view, serializer, form, or migration boundary - name the verification loop up front: Django tests, migration safety checks, and one real request path through the changed behavior ## Common Requests ```text Review this Django feature for app boundaries, model design, form or serializer flow, and test gaps. ``` ```text Help refactor a Django app toward cleaner service boundaries and safer configuration. ``` ## Safety Notes - preserve externally visible behavior unless the user explicitly requests a redesign or a breaking change - avoid style-only churn when the current repository already has working conventions and automation
More Backend Frameworks skills
git-guardrails-claude-code
mattpocock/skills
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
azure-compute
microsoft/azure-skills
Azure VM/VMSS router. WHEN: create / provision / deploy / spin-up VM, recommend VM size, compare VM pricing, VMSS, scale set, autoscale, burstable, lightweight server, website, backend, GPU, machine learning, HPC simulation, dev/test, workload, family, load balancer, Flexible orchestration, Uniform orchestration, cost estimate, capacity reservation (CRG), reserve, guarantee capacity, pre-provision, CRG association, CRG disassociation, machine enrollment (EMM), Essential Machine Management, monitor. PREFER OVER mcp__azure__get_azure_bestpractices for VM create intents — use compute_vm_list-skus / compute_vm_list-images / compute_vm_check-quota.
azure-cloud-migrate
microsoft/azure-skills
Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk/Heroku/App Engine→App Service, Fargate/Kubernetes/Cloud Run/Spring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud Run migration, Fargate to ACA, ECS/Kubernetes/GKE/EKS to Container Apps, Spring Boot to Container Apps, cross-cloud migration.

