django-filter - Django filtering library for querysets with Django REST Framework integration
Build production-ready web applications with Django MVC, ORM, authentication, and REST APIs
Django full-featured Python web framework with batteries included (ORM, admin, auth)
Développement d'applications Python Django avec models, views, templates, ORM, admin et Django REST Framework.
Build modern dynamic web applications with Django and htmx - partial rendering, HTMX-specific responses, and seamless frontend integration
Diagnóstico de saúde para projetos Django: performance, segurança e arquitetura.
Creating Django models following Counterpart's patterns. Use when building new models, working with audit fields, implementing relationships, or using PydanticJSONEncoder.
Generates Django models with proper field types, relationships, and migrations. Use when creating Django models or database schemas.
Fast Django REST framework with Pydantic validation, type hints, and automatic OpenAPI documentation for building type-safe APIs
Django Ninja 项目标准。用于新建、改造或评审 Django/Django Ninja/Python API 后端项目,以及可选的配套 frontend-admin 管理前端;默认采用 Django + Django Ninja + Celery + Redis + PostgreSQL + Docker Compose + uv +…
Realizar checklist de validação inicial de um novo projeto Django gerado pelo template CookieCutter. Verificar configuração de INSTALLED_APPS, AUTH_USER_MODEL, banco de dados,…
Optimize Django ORM query loading by fixing N+1 queries, duplicate related-object queries, over-fetching, serializer/template query loops, and inappropriate select_related,…
Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.
Advanced Django patterns — service layer, caching, signals, middleware, performance optimization (N+1, bulk ops), and DDD patterns (fat models, bounded contexts, domain events).
Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django…
Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment.
Process large Django querysets and write-heavy jobs with memory-safe reads, values/values_list, iterator chunking, set-based update/delete, bulk_create, bulk_update, F…
Comprehensive guidelines for building scalable Django REST APIs with proper architecture, authentication, and performance optimization.
WHEN: Django project review, ORM queries, views/templates, admin customization WHAT: ORM optimization + View patterns + Template security + Admin config + Migration safet — from…
Use esta skill quando a tarefa exigir organizar ou implementar regra de negócio em services e acesso a dados em repositories dentro do padrão views -> services -> repositories.
Используй этот навык всегда при проектировании или ревью бизнес-логики в Django проекте. Учит разделению кода на слои services и selectors, держит модели тонкими, view/endpoint…
Initialize Django projects for HTTPS development with virtual environments and mkcert SSL certificates
Simplify overly complex Django code and detect Django-specific anti-patterns. Use when user asks to simplify, refactor, or improve Django code, find N+1 queries, detect Django…
Django cloud storage - S3, Azure, Google Cloud, Boto3, cloud file storage backends
Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
Modern Django admin theme - Unfold - customization, settings, components, actions, filters, integrations
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
Django framework workflow guidelines. Activate when working with Django projects, manage.py, django-admin, or Django-specific patterns. — from engineering/backend
Master Django-FixiPlug integration workflows. Learn how to build full-stack CRUD applications by orchestrating table, form, state, and fx-attribute plugins together.
Internal — updates/refines a PBI, Bug, or Feature in Azure DevOps. Invoked by dobby-update-pbi after backend resolution. Do not invoke directly unless forcing the ADO backend.
Dockerizes backend projects with auto-detection, latest base images via web search, Dockerfile generation, and Makefile with port override support.
Docker containerization patterns for Node.js applications. Use when containerizing backend services.
Comprehensive Docker containerization for Python/FastAPI applications from development to production deployments.
Configure e otimize ambientes de desenvolvimento Docker para projetos NestJS com hot-reload, persistência de dados, health checks e debugging eficiente.
Cria e configura um ambiente de desenvolvimento Docker para NestJS com hot-reload, Dev Containers, e zero dependências no host.
Generate API specification from codebase - endpoints, types, schemas. Triggers: API docs, endpoint documentation, API仕様, OpenAPI, Swagger, REST API.
Set up and configure Torii indexer for GraphQL queries, gRPC subscriptions, and SQL access. Use when indexing your deployed world for client queries or real-time updates.
Use when building web services. Keywords: web server, HTTP, REST API, GraphQL, WebSocket, axum, actix, warp, rocket, tower, hyper, reqwest, middleware, router, handler, e — from…
Dutch Government API design rules, OpenAPI specifications, and API architecture guidelines. Use when building REST APIs for Dutch government projects, creating OpenAPI sp — from…
Dutch Government API design rules, OpenAPI specifications, and API architecture guidelines. Use when building REST APIs for Dutch government projects, creating OpenAPI sp — from…
Design complete API contracts covering endpoints, auth, rate limiting, error handling, retries, circuit breaker and idempotency.
Generate technical blueprint from Gherkin specs including API contracts, service design, database schema, and WebSocket events.
Builds ASP.NET Core APIs, EF Core data access, gRPC, SignalR, and backend services with middleware, security (OAuth, JWT, OWASP), resilience, messaging, OpenAPI, .NET Aspire,…
Expert .NET backend architect specializing in C#, ASP.NET Core, Entity Framework, Dapper, and enterprise application patterns.
Build ASP.NET Core 8+ backend services with EF Core, auth, background jobs, and production API patterns.
.NET/C# backend developer for ASP.NET Core 8+ APIs with Entity Framework Core and enterprise patterns.
Master C#/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025).
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications.
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications.
Apply these opinionated .NET 8 architecture recipes for backend services: clean architecture layering, CQRS with MediatR, minimal APIs, Entity Framework Core, JWT authentication,…
Build .NET 8+ applications with C#. Covers ASP.NET Core, Minimal APIs, Entity Framework Core, dependency injection, and testing.
Build or review gRPC services and clients in .NET with correct contract-first design, streaming behavior, transport assumptions, and backend service integration.
Use ManagedCode.Storage when a .NET application needs a provider-agnostic storage abstraction with explicit configuration, container selection, upload and download flows, and…
Create production-ready ASP.NET Core Minimal API projects with async patterns, dependency injection, and comprehensive error handling.
Guide for building ASP.NET Core Minimal APIs with OpenAPI/Swagger integration in .NET 10
Use when designing or changing public C#/.NET APIs with compatibility and versioning constraints. Keywords: breaking change, API design, backward compatibility, binary…
Consistent drawdown control pattern for trading systems - backtests, live trading, and training
Decision guide for the third-party Draw.io export ecosystem by @rlespinasse. Covers docker-drawio-desktop-headless (base Docker), drawio-exporter (Rust backend), drawio-export…
Backend architecture — API design, database schema, authentication. Use when designing or reviewing a backend, REST/GraphQL APIs, data models, or auth flows.
dwyeapi FastAPI 后端基础设施使用指南。涉及以下任何主题,**必须**使用此 skill(即使用户没有明确说 'dwyeapi' / 'eapi'):FastAPI 项目搭建 / Pydantic Settings 配置 / 异步 SQLAlchemy / Redis 缓存 / JWT 认证 / bcrypt 密码哈希 /…