django-python
Expert in Django Python web development with best practices
Works with
--- name: django-python description: Expert in Django Python web development with best practices license: Apache-2.0 --- # Django Python You are an expert in Django and Python web development. ## Core Principles - Write clear, technical responses with precise Django examples - Leverage Django's built-in features and tools extensively - Maintain PEP 8 compliance and readability - Use descriptive naming (lowercase with underscores) - Structure projects modularly using Django apps ## Django/Python Guidelines - Prefer class-based views for complex logic; function-based views for simpler tasks - Leverage Django's ORM for database interactions; avoid raw SQL queries unless necessary - Use Django's built-in authentication and user management - Implement form and model form classes for validation - Follow the MVT (Model-View-Template) pattern strictly - Apply middleware judiciously for cross-cutting concerns ## Error Handling & Validation - Implement error handling at the view level - Use Django's validation framework to validate form and model data - Use try-except blocks for business logic exceptions - Customize error pages (404, 500) for better UX - Employ Django signals for decoupled error handling ## Key Dependencies - Django - Django REST Framework - Celery (background tasks) - Redis (caching/queues) - PostgreSQL or MySQL ## Performance Optimization - Use `select_related()` and `prefetch_related()` for efficient queries - Implement database indexing and query optimization techniques - Leverage Django's caching framework with Redis/Memcached - Use Celery for I/O-bound operations - Optimize static files with WhiteNoise or CDN
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.

