From aj-geddes-useful-ai-prompts-4
Develops production-grade Django applications with models, views, ORM queries, authentication, and admin interfaces. Use when building web apps or managing databases with Django ORM.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:django-applicationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
references/admin-interface-customization.mdreferences/authentication-and-permissions.mdreferences/database-queries-and-optimization.mdreferences/django-project-setup.mdreferences/model-design-with-orm.mdreferences/url-routing.mdreferences/views-with-class-based-and-function-based-approaches.mdscripts/validate-schema.shtemplates/migration-template.sqlBuild comprehensive Django web applications with proper model design, view hierarchies, database operations, user authentication, and admin functionality following Django conventions and best practices.
Minimal working example:
django-admin startproject myproject
cd myproject
python manage.py startapp users
python manage.py startapp products
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Django Project Setup | Django Project Setup |
| Model Design with ORM | Model Design with ORM |
| Views with Class-Based and Function-Based Approaches | Views with Class-Based and Function-Based Approaches |
| Authentication and Permissions | Authentication and Permissions |
| Database Queries and Optimization | Database Queries and Optimization |
| URL Routing | URL Routing |
| Admin Interface Customization | Admin Interface Customization |
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin aj-geddes-useful-ai-prompts-4Builds Django web apps and REST APIs with Django 5.0 and DRF. Creates indexed models, optimizes ORM queries with select_related/prefetch_related, builds serializers and viewsets, and configures JWT authentication.
Builds Django web apps and REST APIs with DRF, creating models with proper indexes, optimizing ORM queries, and configuring JWT authentication.
Expert Django 5.x skill for building scalable web apps with async views, DRF, Celery, Channels, ORM optimization, and testing.