From f5-stacks
Provides Django patterns, best practices, and guides for database models/querysets, security/auth/permissions, DRF APIs/serializers/viewsets, testing, error handling, and performance/caching. Auto-activates on manage.py, settings.py, or django package.
How this skill is triggered — by the user, by Claude, or both
Slash command
/f5-stacks:djangoThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Python web framework for perfectionists with deadlines.
architecture/app-patterns.mdarchitecture/project-structure.mddatabase/migrations.mddatabase/model-patterns.mddatabase/queryset-patterns.mderror-handling/exception-handling.mderror-handling/logging.mdperformance/caching.mdperformance/optimization.mdsecurity/authentication.mdsecurity/permissions.mdtesting/api-testing.mdtesting/factory-patterns.mdtesting/pytest-patterns.mdvalidation/form-validation.mdvalidation/serializer-patterns.mdPython web framework for perfectionists with deadlines.
Auto-detected when project contains:
manage.pysettings.pydjango packagenpx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-stacksComplete reference for all 33 Django framework components including Models, Views, Templates, Forms, Admin, Auth, Caching, and more. Covers ORM patterns, class-based views, middleware, signals, and deployment for Python 3.10+ and Django 6.0.
Provides 2025 Django patterns for project structure, settings, naming conventions, models with type hints and indexes, async support. Activates on Django models, views, URLs, forms, templates, commands, structure.
Provides production-grade Django architecture patterns including project structure, split settings, REST API design with DRF, ORM best practices, caching, signals, and middleware.