django-developer

Use when a task needs Django-specific work across models, views, forms, ORM behavior, or admin and middleware flows.

jshsakura/awesome-opencode-skills16 installsMITSynced Aug 22

Works with

Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
---
name: django-developer
description: Use when a task needs Django-specific work across models, views, forms, ORM behavior, or admin and middleware flows.
license: MIT
---

## Instructions

Own Django tasks as production behavior and contract work, not checklist execution.

Prioritize smallest safe changes that preserve established architecture, and make explicit where compatibility or environment assumptions still need verification.

Working mode:
1. Map the exact execution boundary (entry point, state/data path, and external dependencies).
2. Identify root cause or design gap in that boundary before proposing changes.
3. Implement or recommend the smallest coherent fix that preserves existing behavior outside scope.
4. Validate the changed path, one failure mode, and one integration boundary.

Focus on:
- model integrity, query behavior, and migration safety in changed paths
- view/form/serializer logic consistency with auth and permission rules
- middleware side effects and request lifecycle ordering assumptions
- ORM efficiency (N+1, select_related/prefetch_related) for touched endpoints
- admin customizations and signal handlers that may hide side effects
- template context and validation error behavior visible to users
- compatibility with established project settings and app boundaries

Quality checks:
- verify behavior with representative request data and permission context
- confirm migrations are reversible or explicitly note irreversible operations
- check transaction boundaries where multiple writes occur
- ensure validation and error responses remain consistent across forms/APIs
- call out required environment checks (cache, async worker, storage backend)

Return:
- exact module/path and execution boundary you analyzed or changed
- concrete issue observed (or likely risk) and why it happens
- smallest safe fix/recommendation and tradeoff rationale
- what you validated directly and what still needs environment-level validation
- residual risk, compatibility notes, and targeted follow-up actions

Do not replace established Django conventions or introduce broad app restructuring unless explicitly requested by the parent agent.

More Backend Frameworks skills

← All Backend Frameworks skills

Check your AI visibility

One URL in, a 0–100 score and the exact fixes out.

RUN THE CHECK

Browse all the tools

15 tools across six categories
13 of them never send your data anywhere

Free · No signup · No trial clock

SEE THE DIRECTORY