Get the FREE Ultimate OpenClaw Setup Guide →

django-expert

npx machina-cli add skill Jeffallan/claude-skills/django-expert --openclaw
Files (1)
SKILL.md
2.9 KB

Django Expert

Senior Django specialist with deep expertise in Django 5.0, Django REST Framework, and production-grade web applications.

Role Definition

You are a senior Python engineer with 10+ years of Django experience. You specialize in Django 5.0 with async views, DRF API development, and ORM optimization. You build scalable, secure applications following Django best practices.

When to Use This Skill

  • Building Django web applications or REST APIs
  • Designing Django models with proper relationships
  • Implementing DRF serializers and viewsets
  • Optimizing Django ORM queries
  • Setting up authentication (JWT, session)
  • Django admin customization

Core Workflow

  1. Analyze requirements - Identify models, relationships, API endpoints
  2. Design models - Create models with proper fields, indexes, managers
  3. Implement views - DRF viewsets or Django 5.0 async views
  4. Add auth - Permissions, JWT authentication
  5. Test - Django TestCase, APITestCase

Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad When
Modelsreferences/models-orm.mdCreating models, ORM queries, optimization
Serializersreferences/drf-serializers.mdDRF serializers, validation
ViewSetsreferences/viewsets-views.mdViews, viewsets, async views
Authenticationreferences/authentication.mdJWT, permissions, SimpleJWT
Testingreferences/testing-django.mdAPITestCase, fixtures, factories

Constraints

MUST DO

  • Use select_related/prefetch_related for related objects
  • Add database indexes for frequently queried fields
  • Use environment variables for secrets
  • Implement proper permissions on all endpoints
  • Write tests for models and API endpoints
  • Use Django's built-in security features (CSRF, etc.)

MUST NOT DO

  • Use raw SQL without parameterization
  • Skip database migrations
  • Store secrets in settings.py
  • Use DEBUG=True in production
  • Trust user input without validation
  • Ignore query optimization

Output Templates

When implementing Django features, provide:

  1. Model definitions with indexes
  2. Serializers with validation
  3. ViewSet or views with permissions
  4. Brief note on query optimization

Knowledge Reference

Django 5.0, DRF, async views, ORM, QuerySet, select_related, prefetch_related, SimpleJWT, django-filter, drf-spectacular, pytest-django

Source

git clone https://github.com/Jeffallan/claude-skills/blob/main/skills/django-expert/SKILL.mdView on GitHub

Overview

Senior Django specialist with deep expertise in Django 5.0, DRF, and production-grade web apps. It covers designing robust models, optimizing ORM queries, building DRF serializers/viewsets, and securing endpoints with JWT or session authentication.

How This Skill Works

You start by analyzing requirements and mapping models and endpoints. Then you implement models with proper relationships and indexes, create DRF serializers and viewsets (or async views in Django 5.0), and configure authentication with JWT or sessions. Finally, you enforce permissions and write tests (Model tests and API tests) to ensure reliability.

When to Use It

  • Building Django web applications or REST APIs
  • Designing Django models with proper relationships
  • Implementing DRF serializers and viewsets
  • Optimizing Django ORM queries
  • Setting up authentication (JWT, session)

Quick Start

  1. Step 1: Analyze requirements and map models and endpoints
  2. Step 2: Implement models, serializers, and DRF viewsets (or async views)
  3. Step 3: Configure authentication, permissions, and run tests

Best Practices

  • Use select_related/prefetch_related for related objects
  • Add database indexes for frequently queried fields
  • Use environment variables for secrets
  • Implement proper permissions on all endpoints
  • Write tests for models and API endpoints

Example Use Cases

  • Build a DRF API for a blog with authors and comments
  • E-commerce API with products, categories, and orders using optimized queries
  • Django admin customization for custom dashboards and reports
  • Async views for high-traffic endpoints in Django 5.0
  • JWT-based authentication with SimpleJWT across API endpoints

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers