Agent Skills: django-recommender-search-backend-patterns

Django backend patterns for recommendation services (AWS Personalize, Databricks Model Serving, internal microservices) and OpenSearch-backed search/feed endpoints. Covers fan-out orchestration (asyncio.gather, deadline propagation, partial results, async client reuse), external service protection (timeouts, circuit breakers, jittered retry, bulkheads, rate limits), OpenSearch query patterns (search_after, _source filtering, function_score, aliases, routing, bool.filter), result blending (score normalization, MMR, dedup, cold-start), Redis caching (stampede protection, model-versioned keys, two-tier, negative), resilience (partial-response envelope, stale-on-error, graceful degradation), async (sync_to_async, async ORM, uvicorn, contextvars, disconnect cancellation), and DRF response shape (cursor pagination, ETag, throttling). Use when building, reviewing, or refactoring such a Django backend. Triggers even without explicit "scale" cues. Includes 5 scaffolding templates.

UncategorizedID: pproenca/dot-skills/django-recommender-search-backend-patterns

Install this agent skill to your local

pnpm dlx add-skill https://github.com/pproenca/dot-skills/django-recommender-search-backend-patterns

Skill Files

Browse the full folder contents for django-recommender-search-backend-patterns.

Download Skill

Loading file tree…

Select a file to preview its contents.