{"query":"Django","count":20,"timings_ms":{"embed":218,"vector":269,"total":487},"embed_cached":false,"results":[{"slug":"affaan-m/django-patterns","score":0.4343,"name":"django-patterns","category":"AI & Automation","quality_tier":"solid","quality_score":93,"repo_stars":209696,"repo_full_name":"affaan-m/everything-claude-code","description":"Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.","entity_type":"skill","detail_url":"/skills/affaan-m/django-patterns/"},{"slug":"martinvidec/oa-django-skill","score":0.4273,"name":"oa-django-skill","category":"API & Backend","quality_tier":"listed","quality_score":56,"repo_stars":null,"repo_full_name":"martinvidec/oa-django-skill","description":"Django 6.0 development skill: build and extend Django 6.0 projects (models, ORM, migrations, views, forms, auth, security, admin, async, tests) following the official 6.0 documentation and best practices.","entity_type":"plugin","detail_url":"/skills/martinvidec/oa-django-skill/"},{"slug":"vibeeval/django-patterns","score":0.4262,"name":"django-patterns","category":"AI & Automation","quality_tier":"solid","quality_score":89,"repo_stars":513,"repo_full_name":"vibeeval/vibecosystem","description":"Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.","entity_type":"skill","detail_url":"/skills/vibeeval/django-patterns/"},{"slug":"changja88/implementation-django","score":0.4198,"name":"implementation-django","category":"API & Backend","quality_tier":"listed","quality_score":72,"repo_stars":1,"repo_full_name":"changja88/dddjango","description":"Django 코어 구현 지식 — 모델·ORM·QuerySet/Manager, 마이그레이션, 서비스·셀렉터 레이어, 트랜잭션 경계, 설정·미들웨어·캐싱·보안·시그널, 트랜잭셔널 outbox 구현. Django 모델·ORM·서비스 레이어·트랜잭션 코드를 새로 작성하거나 리팩터링할 때 먼저 로드한다. 표현계층(템플릿/폼/HTMX)은 implementation-django-web, JSON API는 implementation-django-ninja, 신규 REST 계약은 architecture-api로 위임.","entity_type":"skill","detail_url":"/skills/changja88/implementation-django/"},{"slug":"nimadorostkar/django","score":0.4171,"name":"django","category":"API & Backend","quality_tier":"solid","quality_score":83,"repo_stars":16,"repo_full_name":"nimadorostkar/Claude-Skills-collection","description":"Use when building Django applications. Covers ORM query performance, model design, migrations, Django REST Framework, security defaults, and testing.","entity_type":"skill","detail_url":"/skills/nimadorostkar/django/"},{"slug":"vigo/code-like-djangonout","score":0.411,"name":"code-like-djangonout","category":"Code & Development","quality_tier":"listed","quality_score":73,"repo_stars":4,"repo_full_name":"vigo/claude-skills","description":"Provides Django web framework expertise including project structure, models, views, admin, Celery tasks, testing, and Python best practices. Use when generating, analyzing, refactoring, or reviewing Django/Python code.","entity_type":"skill","detail_url":"/skills/vigo/code-like-djangonout/"},{"slug":"Jeffallan/django-expert","score":0.4091,"name":"django-expert","category":"API & Backend","quality_tier":"solid","quality_score":94,"repo_stars":9711,"repo_full_name":"Jeffallan/claude-skills","description":"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.","entity_type":"skill","detail_url":"/skills/Jeffallan/django-expert/"},{"slug":"Nmor/django-patterns","score":0.4066,"name":"django-patterns","category":"Code & Development","quality_tier":"listed","quality_score":67,"repo_stars":5,"repo_full_name":"Nmor/the-claude-council","description":"Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.","entity_type":"skill","detail_url":"/skills/Nmor/django-patterns/"},{"slug":"viewflow/seedkit","score":0.4055,"name":"seedkit","category":"Web & Frontend","quality_tier":"featured","quality_score":76,"repo_stars":17,"repo_full_name":"viewflow/seedkit","description":"Build any Django app — from a SaaS to a dashboard to an API — from a single sentence. An agent skill that wires packages, splits dev/prod settings, and adds CI.","entity_type":"plugin","detail_url":"/skills/viewflow/seedkit/"},{"slug":"RobustaRush/seedkit","score":0.4055,"name":"seedkit","category":"Web & Frontend","quality_tier":"featured","quality_score":76,"repo_stars":17,"repo_full_name":"RobustaRush/seedkit","description":"Build any Django app — from a SaaS to a dashboard to an API — from a single sentence. An agent skill that wires packages, splits dev/prod settings, and adds CI.","entity_type":"plugin","detail_url":"/skills/RobustaRush/seedkit/"},{"slug":"ankurCES/django-expert","score":0.3973,"name":"django-expert","category":"AI & Automation","quality_tier":"listed","quality_score":65,"repo_stars":null,"repo_full_name":"ankurCES/blumi-cli","description":"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.","entity_type":"skill","detail_url":"/skills/ankurCES/django-expert/"},{"slug":"realworldtech/rwts-unfold-admin","score":0.3965,"name":"rwts-unfold-admin","category":"Web & Frontend","quality_tier":"listed","quality_score":53,"repo_stars":null,"repo_full_name":"realworldtech/claude-django-unfold-admin","description":"Claude Code skill for building Django admin interfaces with django-unfold","entity_type":"plugin","detail_url":"/skills/realworldtech/rwts-unfold-admin/"},{"slug":"changja88/implementation-django-web","score":0.3939,"name":"implementation-django-web","category":"Web & Frontend","quality_tier":"listed","quality_score":72,"repo_stars":1,"repo_full_name":"changja88/dddjango","description":"Django 서버렌더 표현계층 구현 지식 — TemplateView/Generic CBV/FBV 선택, Context 준비, 템플릿·base template·includes/components, Static files·CSS·JS, Web forms·POST flow, HTMX fragment·AJAX, CSRF·XSS·보안 설정, View auth·permission, Render acceptance checks. Django 서버렌더 뷰·템플릿·폼·HTMX ���드를 새로 작성하거나 리팩터링할 때 먼저 로드한다. Django 코어(모델·ORM·트랜잭션)는 implementation-django, JSON API 어댑터는 implementation-django-ninja, REST 계약 설계는 architecture-api로 위임.","entity_type":"skill","detail_url":"/skills/changja88/implementation-django-web/"},{"slug":"zacklecon/django-expert","score":0.3884,"name":"django-expert","category":"AI & Automation","quality_tier":"listed","quality_score":79,"repo_stars":3,"repo_full_name":"zacklecon/claude-skills","description":"Use when building Django web applications or REST APIs with Django REST Framework. Invoke for Django models, ORM optimization, DRF serializers, viewsets, authentication with JWT.","entity_type":"skill","detail_url":"/skills/zacklecon/django-expert/"},{"slug":"KunanonJ/django-patterns","score":0.3878,"name":"django-patterns","category":"AI & Automation","quality_tier":"listed","quality_score":72,"repo_stars":3,"repo_full_name":"KunanonJ/ai-skills-hub","description":"Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.","entity_type":"skill","detail_url":"/skills/KunanonJ/django-patterns/"},{"slug":"Izangi2714/django-patterns","score":0.3818,"name":"django-patterns","category":"API & Backend","quality_tier":"listed","quality_score":65,"repo_stars":null,"repo_full_name":"Izangi2714/claude-code-python-stack","description":"Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.","entity_type":"skill","detail_url":"/skills/Izangi2714/django-patterns/"},{"slug":"iamdemetris/django-expert","score":0.3784,"name":"django-expert","category":"AI & Automation","quality_tier":"listed","quality_score":65,"repo_stars":null,"repo_full_name":"iamdemetris/lude-kit","description":"Use when writing or debugging Django and Django REST Framework: ORM querysets, migrations, signals, admin, async views, Channels, Celery / Dramatiq / RQ tasks, ASGI / WSGI deploys, settings. Covers Django 5.x idioms, `select_related` vs `prefetch_related`, N+1 hunting, `UniqueConstraint` and `CheckConstraint` on `Meta`, DRF ViewSets, serializers, permissions, `RunPython` data migrations, atomic reversible migrations, async view boundaries with `sync_to_async`, Celery `acks_late` and idempotency,","entity_type":"skill","detail_url":"/skills/iamdemetris/django-expert/"},{"slug":"murtazatouqeer/django-skills","score":0.3666,"name":"django-skills","category":"AI & Automation","quality_tier":"listed","quality_score":76,"repo_stars":null,"repo_full_name":"murtazatouqeer/f5-framework-claude","description":"Django framework patterns, best practices, and implementation guides","entity_type":"skill","detail_url":"/skills/murtazatouqeer/django-skills/"},{"slug":"ku5ic/django-patterns","score":0.3653,"name":"django-patterns","category":"Web & Frontend","quality_tier":"listed","quality_score":72,"repo_stars":null,"repo_full_name":"ku5ic/dotfiles","description":"Django patterns, anti-patterns, ORM gotchas, view design, migrations, settings, and review checklist for Django backend work. Use whenever the project contains `manage.py`, `settings.py`, `apps.py`, OR `pyproject.toml`/`requirements.txt`/`Pipfile` with `django` (or `Django`) listed as a dependency, OR the user asks about Django, Python web backend, ORM queries, models, views, forms, templates, migrations, admin, signals, middleware, or any work touching `.py` files in a Django app structure, eve","entity_type":"skill","detail_url":"/skills/ku5ic/django-patterns/"},{"slug":"davila7/django-pro","score":0.3645,"name":"django-pro","category":"Web & Frontend","quality_tier":"featured","quality_score":99,"repo_stars":27814,"repo_full_name":"davila7/claude-code-templates","description":"Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment.","entity_type":"skill","detail_url":"/skills/davila7/django-pro/"}],"source":{"source":"ClaudeAtlas","source_url":"https://claudeatlas.com","license":"MIT (catalog metadata); skills retain upstream licenses","data_recency":"Updated daily ~06:30 UTC","methodology_url":"https://claudeatlas.com/methodology/","citation_url":"https://claudeatlas.com/credits/","recommended_citation":"Source: ClaudeAtlas — https://claudeatlas.com"}}