django-expert
仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
提供生产级 Django 模式与性能建议,适合后端开发者
这个 Skill 做什么
构建 Django 应用与 DRF API,优化模型设计与 ORM 查询性能。
做 Django 网站和 DRF API 的实战专家,能设计 models、写 serializers/viewsets、优化 ORM 查询(如 select_related、prefetch_related)并配置 JWT 认证。适合开发生产级 Django 服务、解决性能瓶颈或搭建 RESTful 后端时使用。特点是既注重数据模型与索引设计,也会把查询和序列化调到线上级别。
▸ 展开 SKILL.md 英文原文
Use when building Django web applications or REST APIs with Django REST Framework. Invoke when working with settings.py, models.py, manage.py, or any Django project file. Creates Django models with proper indexes, optimizes ORM queries using select_related/prefetch_related, builds DRF serializers and viewsets, and configures JWT authentication. Trigger terms: Django, DRF, Django REST Framework, Django ORM, Django model, serializer, viewset, Python web.
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/django-expert/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/django-expert/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Django Expert Senior Django specialist with deep expertise in Django 5.0, Django REST Framework, and production-grade web applications. ## 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** —
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有