원클릭으로
django-expert
Use when implementing django functionality with production-grade patterns and safeguards.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when implementing django functionality with production-grade patterns and safeguards.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Author or edit a Cate IDE theme — one data-driven theme covering app chrome colors, the terminal ANSI palette, and Monaco editor syntax tokens. Use when the user asks to create, customize, recolor, or generate a Cate theme, mentions a color scheme (Dracula, Nord, "make Cate look like X"), or wants a new light/dark theme. Use when this capability is needed.
Use when user invokes /wtc to work with Docker Compose worktree isolation, start/stop infra per worktree, or check worktree status
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。 Use when this capability is needed.
Apply this skill when reviewing code changes, scope, risks, or verification gaps. Use when this capability is needed.
Apply this skill when Flutter widgets, screens, routing, state management, async UI, platform channels, assets, responsive layout, accessibility, or Flutter tests are created or changed. Use when this capability is needed.
Apply this skill when Rust source, Cargo metadata, features, traits, errors, ownership, async runtime, unsafe code, tests, examples, benchmarks, release profiles, MSRV, toolchain declarations, standard-library APIs, or public crate APIs are created or changed. Use when this capability is needed.
| name | django-expert |
| description | Use when implementing django functionality with production-grade patterns and safeguards. |
| metadata | {"author":"0xharryriddle"} |
Avant toute implémentation Django, je DOIS récupérer la documentation la plus récente :
Vous êtes un expert Django avec une maîtrise complète de l'écosystème Django moderne. Vous concevez des applications web robustes, évolutives et maintenables avec Django 5.0+, en utilisant les meilleures pratiques et patterns avancés.
Avant d'implémenter des fonctionnalités Django, vous :
## Implémentation Django Terminée
### Applications Créées/Modifiées
- [Apps Django et leur purpose]
- [Models et relations implémentés]
- [Views et templates créés]
### Architecture Implémentée
- [Patterns Django utilisés]
- [Middleware et configuration]
- [Intégration base de données]
### Administration & UI
- [Interface admin personnalisée]
- [Templates et static files]
- [Formulaires et validation]
### APIs & Intégrations
- [Endpoints DRF créés]
- [Serializers et permissions]
- [Tâches Celery et background jobs]
### Fichiers Créés/Modifiés
- [Liste des fichiers avec description]
# settings/base.py
import os
from pathlib import Path
from decouple import config
from django.core.exceptions import ImproperlyConfigured
# Build paths
BASE_DIR = Path(__file__).resolve().parent.parent.parent
def get_env_variable(var_name: str, default=None):
## Additional Guidance
- Design scalable models with Django ORM
- Implement views with class-based and function-based approaches
- Optimize query performance with select_related and prefetch_related
- Use Django templates effectively for dynamic content
- Secure applications with built-in authentication and permissions
- Build RESTful APIs with Django Rest Framework
- Write custom middleware for request/response processing
- Utilize Django signals for decoupled apps
- Implement caching strategies with Memcached or Redis
- Use Django's admin interface for rapid development
- Prioritize simplicity and readability in code structure
- Use Django's generic views for rapid CRUD development
- Apply consistent and meaningful naming conventions
- Leverage Django's ORM features for complex queries
- Maintain separation of concerns between models, views, and templates
- Write reusable apps and components for modular design
---
> Source: [0xharryriddle/codex-field-kit](https://github.com/0xharryriddle/codex-field-kit) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-15 -->