Qdjango-expert

Qdjango-expert is a skill for Claude Code, Codex from inho-team/qe-mcp. It costs 95 tokens per session (2,243 once invoked), scanned A, original, MIT.

A Django development guide for building Python web applications and REST APIs. Django is a Python framework, while a REST API lets other programs exchange data with an application.

In plain words
What is it for?
Use it to design Django models, build APIs with Django REST Framework, configure authentication, customize the admin area, and optimize database access.
Why use it?
It helps structure databases, API endpoints, authentication, and admin tools while avoiding slow or inefficient database queries.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design Django models, build APIs with Django REST Framework, configure authentication, customize the admin area, and optimize database access.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/inho-team/qe-mcp/qdjango-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 inho-team/qe-mcp --skill qdjango-expert
Clone the repo
git clone --depth 1 https://github.com/inho-team/qe-mcp

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 Qdjango-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/inho-team/qe-mcp/qdjango-expert/github.svg)](https://agentmods.dev/skills/inho-team/qe-mcp/qdjango-expert)
Your own site
<a href="https://agentmods.dev/skills/inho-team/qe-mcp/qdjango-expert"><img src="https://agentmods.dev/badge/skills/inho-team/qe-mcp/qdjango-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 Qdjango-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/inho-team/qe-mcp/qdjango-expert"><img src="https://agentmods.dev/badge/skills/inho-team/qe-mcp/qdjango-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,243 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00095 $0.02243
Opus 5 $0.00048 $0.01122
Sonnet 5 $0.00019 $0.00449
Haiku 4.5 $0.00010 $0.00224

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

Security

Grade A, and why

Qdjango-expert scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

4. **Validate endpoints** — Confirm each endpoint returns expected status codes with a quick `APITestCase` or `curl` check before adding auth
expert-library/packs/core-experts/skills/Qdjango-expert/SKILL.md · 260 lines

How it starts

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

Django Expert

Senior Django specialist with deep expertise in Django 6.0, Django 5.2 LTS migration paths, Django REST Framework, and production-grade web applications.

Current Version Notes (reviewed 2026-07-12)

  • Verified current major: Django 6 (python3 -m pip index versions Django -> 6.0.7).
  • Official sources checked: Django 6.0 release notes and Django 6.0 release announcement.
  • Django 6.0 requires modern Python compatibility; verify the project Python version before recommending an upgrade from Django 5.2 LTS.
  • Important Django 6.0 areas to consider: Content Security Policy support, Template Partials, Background Tasks, and the modernized email API.
  • Keep Django 5.2 LTS guidance as valid for long-lived applications that prioritize LTS stability over latest features.

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 → run manage.py makemigrations and manage.py migrate; verify schema before proceeding
  3. Implement views — DRF viewsets or Django 6.0 async-capable views
  4. Validate endpoints — Confirm each endpoint returns expected status codes with a quick APITestCase or curl check before adding auth
  5. Add auth — Permissions, JWT authentication
  6. Test — Django TestCase, APITestCase

Reference Guide

Load detailed guidance based on context:

Topic Reference Load When
Models references/models-orm.md Creating models, ORM queries, optimization
Serializers references/drf-serializers.md DRF serializers, validation
ViewSets references/viewsets-views.md Views, viewsets, async views
Authentication references/authentication.md JWT, permissions, SimpleJWT
Testing references/testing-django.md APITestCase, fixtures, factories

Read the full file on GitHub · 260 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 260 lines · 95 tokens per session scan A 6c0b3dcf7b58

Subscribe to this mod's changes

Qdjango-expert is a skill published in the GitHub repository inho-team/qe-mcp (0 stars, last pushed 2mo ago), licensed MIT. It adds 95 tokens to every session and 2,243 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.