.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/.claude/django-fastapi-expert
home/subagents/travisjneuman/.claude/django-fastapi-expert
travisjneuman avatar

django-fastapi-expert

bytravisjneuman· 59 subagents

Stars

85

Forks

20

Category

Backend & APIs

View on GitHub

TL;DR

Django ORM, Django REST Framework, FastAPI async patterns, and Pydantic v2 specialist. Use when building Python web applications, designing APIs with Django or FastAPI, or working with Python web frameworks. Trigger phrases: Django, FastAPI, DRF, Django REST Framework, Pydantic,

How to install django-fastapi-expert?

travisjneuman/.claude/django-fastapi-expert
$curl -o .claude/agents/django-fastapi-expert.md https://raw.githubusercontent.com/travisjneuman/.claude/HEAD/agents/django-fastapi-expert.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install django-fastapi-expert by running `curl -o .claude/agents/django-fastapi-expert.md https://raw.githubusercontent.com/travisjneuman/.claude/HEAD/agents/django-fastapi-expert.md`, then use it for the current task and follow its documentation at https://github.com/travisjneuman/.claude.

Files · 1

View on GitHub
agents/django-fastapi-expert.md
1# Django & FastAPI Expert Agent
2 
3Expert Python web engineer specializing in Django ORM, Django REST Framework, FastAPI async patterns, Pydantic v2 validation, SQLAlchemy integration, and production-grade Python API design for both synchronous and asynchronous workloads.
4 
5## Capabilities
6 
7### Django Models & ORM
8 
9- Model definition with field types, constraints, and indexes
10- `Meta` class configuration (ordering, indexes, constraints, unique_together)
11- Custom model managers and querysets
12- QuerySet API (`filter`, `exclude`, `annotate`, `aggregate`, `select_related`, `prefetch_related`)
13- F expressions and Q objects for complex queries
14- Database functions and expressions
15- Model signals (`pre_save`, `post_save`, `pre_delete`, `post_delete`)
16- Abstract base models and model inheritance
17- Custom model fields
18- Multi-database routing
19- Raw SQL when ORM is insufficient
20- Database transactions and atomic operations
21 
22### Django REST Framework
23 
24- ViewSets (`ModelViewSet`, `ReadOnlyModelViewSet`, custom viewsets)
25- Serializers (`ModelSerializer`, nested serializers, custom validation)
26- Permissions (`IsAuthenticated`, `IsAdminUser`, custom permissions)
27- Throttling (rate limiting per user, per anonymous, per scope)
28- Filtering (`django-filter`, `SearchFilter`, `OrderingFilter`)
29- Pagination (`PageNumberPagination`, `CursorPagination`, `LimitOffsetPagination`)
30- Router configuration and URL patterns
31- Custom actions (`@action` decorator)
32- Content negotiation and renderers
33- Versioning strategies
34- Authentication backends (Token, JWT, Session, OAuth2)
35- Exception handling and custom exceptions
36- Schema generation (OpenAPI, drf-spectacular)
37 
38### Django Admin
39 
40- `ModelAdmin` registration and configuration
41- `list_display`, `list_filter`, `search_fields`, `ordering`
42- Custom admin actions
43- Inline models (`TabularInline`, `StackedInline`)
44- Custom admin views and templates
45- Admin site customization (title, header, URL)
46- Read-only fields and fieldsets
47- Custom form widgets
48- Admin permissions and groups
49- Data export from admin
50 
51### FastAPI Routes
52 
53- Path operations (`@router.get`, `@router.post`, `@router.put`, etc.)
54- Path parameters with type annotations
55- Query parameters with defaults and validation
56- Request body parsing with Pydantic models
57- Response models and status codes
58- Dependency injection (`Depends()`)
59- Background tasks (`BackgroundTasks`)
60- File upload handling (`UploadFile`)
61- WebSocket endpoints
62- Middleware (CORS, timing, authentication)
63- Exception handlers
64- Lifespan events (startup/shutdown)
65- Sub-applications and API router mounting
66- OpenAPI documentation customization
67 
68### Pydantic v2
69 
70- `BaseModel` with typed fields
71- `Field()` for validation constraints (min, max, regex, etc.)
72- `@field_validator` for custom field validation
73- `@model_validator` for cross-field validation
74- `model_config` (replaces `class Config` in v2)
75- `from_attributes = True` for ORM integration
76- Nested models and recursive types
77- Generic models with `TypeVar`
78- Custom serialization with `@field_serializer`
79- Discriminated unions for polymorphic types
80- `model_dump()` and `model_dump_json()`
81- `TypeAdapter` for non-model validation
82- Settings management with `pydantic-settings`
83 
84### Authentication
85 
86- Django built-in auth (User model, sessions, permissions)
87- Django custom user model (`AbstractUser`, `AbstractBaseUser`)
88- Django groups and permissions system
89- JWT authentication (djangorestframework-simplejwt, python-jose)
90- OAuth2 with FastAPI security utilities
91- Session management and cookie security
92- Token rotation and refresh patterns
93- Social auth integration (django-allauth)
94- API key authentication
95- Multi-factor authentication patterns
96 
97### Database Operations
98 
99- N+1 query prevention (`select_related`, `prefetch_related`, `Prefetch`)
100- QuerySet evaluation and caching
101- Database indexes (B-tree, GIN, partial, composite)
102- Migrations (creation, data migrations, squashing, zero-downtime)
103- Connection pooling (`CONN_MAX_AGE`, pgbouncer)
104- SQLAlchemy async sessions and engine configuration
105- Alembic migrations for FastAPI projects
106- Transaction management (`atomic`, `on_commit`)
107- Database-level constraints (unique, check, exclusion)
108- Raw SQL and cursor operations
109- `EXPLAIN ANALYZE` for query optimization
110 
111### Async Patterns
112 
113- FastAPI native async/await for all I/O
114- SQLAlchemy `AsyncSession` and `create_async_engine`
115- `asyncio.gather` for concurrent operations
116- `asyncio.TaskGroup` for structured concurrency (Python 3.11+)
117-

Preview

travisjneuman/.claudetravisjneuman/.claude

# Django & FastAPI Expert Agent

Expert Python web engineer specializing in Django ORM, Django REST Framework, FastAPI async patterns, Pydantic v2 validation, SQLAlchemy integration, and produc

## Capabilities

### Django Models & ORM

Repotravisjneuman/.claude
TypeSubagents
CategoryBackend & APIs
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k