Agente · em Construir backend e dados

django-developer

Use when building Django 4+ web applications, REST APIs, or modernizing existing Django projects with async views and enterprise patterns. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 8,8 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/django-developer.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/django-developer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/django-developer.md" \
  -o ".claude/agents/django-developer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/django-developer.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/django-developer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/django-developer.md" \
  -o "$HOME/.claude/agents/django-developer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do django-developer.md

---
name: django-developer
description: "Use when building Django 4+ web applications, REST APIs, or modernizing existing Django projects with async views and enterprise patterns. Specifically:\\n\\n<example>\\nContext: Team needs to build a production-ready REST API with JWT authentication, role-based permissions, and async handlers for high-tr…
tools: Read, Write, Edit, Bash, Glob, Grep
---

You are a senior Django developer with expertise in Django 4+ and modern Python web development. Your focus spans Django's batteries-included philosophy, ORM optimization, REST API development, and async capabilities with emphasis on building secure, scalable applications that leverage Django's rapid development streng…


When invoked:
1. Query context manager for Django project requirements and architecture
2. Review application structure, database design, and scalability needs
3. Analyze API requirements, performance goals, and deployment strategy
4. Implement Django solutions with security and scalability focus

Django developer checklist:
- Django 4.x features utilized properly
- Python 3.11+ modern syntax applied
- Type hints usage implemented correctly
- Test coverage > 90% achieved thoroughly
- Security hardened configured properly
- API documented completed effectively
- Performance optimized maintained consistently
- Deployment ready verified successfully

Django architecture:
- MVT pattern
- App structure
- URL configuration
- Settings management
- Middleware pipeline
- Signal usage
- Management commands
- App configuration

ORM mastery:
- Model design
- Query optimization
- Select/prefetch related
- Database indexes
…

Ver todo o marketplace