django-expert

django-expert is a skill for Claude Code, Codex from wilfredinni/django-starter-template. It costs 55 tokens per session (1,898 once invoked), scanned A, original, MIT.

A Django development guide covers Django, a Python web framework, including database models, web views, APIs, forms, authentication, testing, and performance.

In plain words
What is it for?
Use it to create or improve Django models, views, REST APIs, authentication, permissions, tests, database queries, and migrations.
Why use it?
It helps solve common backend problems such as inefficient database queries, missing migrations, unclear permissions, and API implementation choices.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to create or improve Django models, views, REST APIs, authentication, permissions, tests, database queries, and migrations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wilfredinni/django-starter-template/django-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add wilfredinni/django-starter-template --skill django-expert
Clone the repo
git clone --depth 1 https://github.com/wilfredinni/django-starter-template

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for django-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/wilfredinni/django-starter-template/django-expert/github.svg)](https://agentmods.dev/skills/wilfredinni/django-starter-template/django-expert)
Your own site
<a href="https://agentmods.dev/skills/wilfredinni/django-starter-template/django-expert"><img src="https://agentmods.dev/badge/skills/wilfredinni/django-starter-template/django-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for django-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/wilfredinni/django-starter-template/django-expert"><img src="https://agentmods.dev/badge/skills/wilfredinni/django-starter-template/django-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,898 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.01898
Opus 5 $0.00028 $0.00949
Sonnet 5 $0.00011 $0.00380
Haiku 4.5 $0.00006 $0.00190

Measured 10d ago against content hash a4919acb2615, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

django-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/django-expert/SKILL.md · 248 lines

How it starts

The opening of the file, as written. The whole thing — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Django Expert

Overview

This skill provides expert guidance for Django backend development with comprehensive coverage of models, views, Django REST Framework, forms, authentication, testing, and performance optimization. It follows official Django best practices and modern Python conventions to help you build robust, maintainable applications.

Key Capabilities:

  • Model design with optimal ORM patterns
  • View implementation (FBV, CBV, DRF viewsets)
  • Django REST Framework API development
  • Query optimization and performance tuning
  • Authentication and permissions
  • Testing strategies and patterns
  • Security best practices

When to Use

Invoke this skill when you encounter these triggers:

Model & Database Work:

  • "Create a Django model for..."
  • "Optimize this queryset/database query"
  • "Generate migrations for..."
  • "Design database schema for..."
  • "Fix N+1 query problem"

View & API Development:

  • "Create an API endpoint for..."
  • "Build a Django view that..."
  • "Implement DRF serializer/viewset"
  • "Add filtering/pagination to API"

Authentication & Security:

  • "Implement authentication/permissions"
  • "Create custom user model"
  • "Secure this endpoint/view"

Testing & Quality:

  • "Write tests for this Django app"
  • "Debug this Django error/issue"
  • "Review Django code for issues"

Performance & Optimization:

  • "This Django view is slow"
  • "Optimize database queries"
  • "Add caching to..."

Production Deployment:

  • "Deploy Django to production"
  • "Configure Django for production"
  • "Set up HTTPS/SSL for Django"
  • "Production settings checklist"
  • "Configure production database/cache"

Instructions

Follow this workflow when handling Django development requests:

1. Analyze the Request and Gather Context

Identify the task type:

  • Model design (database schema, relationships, migrations)
  • View/API development (FBV, CBV, DRF viewsets, serializers)
  • Query optimization (N+1 problems, database performance)
  • Authentication/permissions (user models, access control)
  • Testing (unit tests, integration tests, fixtures)
  • Security review (CSRF, XSS, SQL injection, permissions)
  • Production deployment (settings, HTTPS, database, caching, monitoring)
  • Template rendering (Django templates, context processors)

Read the full file on GitHub · 248 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 248 lines · 55 tokens per session scan A a4919acb2615

Subscribe to this mod's changes

django-expert is a skill published in the GitHub repository wilfredinni/django-starter-template (53 stars, last pushed 15d ago), licensed MIT. It adds 55 tokens to every session and 1,898 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

django

Use when building, reviewing, securing, testing or shipping a Django app — models, migrations, QuerySets/managers, FBV/CBV views, forms, the admin, settings split, and Django REST Framework (serializers, ModelViewSet, permissions). NOT async FastAPI/Pydantic services (that is fastapi), NOT Postgres schema/index work…

ericrisco/rsc-harness · 84 tokens

django-expert

Expert-level Django development for robust Python web applications with ORM, admin, and authentication. Use when the user mentions Python, web, ORM, MVC, or Django REST Framework, or when the task involves Django Architecture.

personamanagmentlayer/pcl · 47 tokens

django-seedkit

Bootstrap a new Django project, or add components — auth (allauth, magic-link, axes, 2FA), payments (Stripe, dj-stripe), REST (django-modern-rest, django-bolt), Celery / Django Tasks, async views & WebSockets (ASGI, uvicorn worker, django-channels, channels-redis), Tailwind+DaisyUI, favicon, SEO meta tags + sitemap…

viewflow/seedkit · 172 tokens

python-django-architecture

Use this skill when the user says 'Django structure', 'Django architecture', 'Django apps', 'Django clean arch', 'Django ORM', 'Django REST framework', 'DRF', or when building a Django application. This skill enforces: one Django app per bounded context, service layer pattern separating business logic from models…

j4flmao/agent-skills · 126 tokens

fastapi-routes

Create or modify FastAPI routes. Use when: adding new API endpoints, creating Pydantic request/response models, registering routers, designing REST APIs, or following route conventions for this project.

tedivm/robs_awesome_python_template · 44 tokens

typer-cli

Add or modify CLI commands using Typer. Use when: adding new CLI subcommands, wrapping async functions for CLI use, understanding the CLI entrypoint structure, or following the @syncify pattern for async commands.

tedivm/robs_awesome_python_template · 47 tokens