Skill
Development
Skill
/django
Django framework patterns, best practices, and implementation guides
Install
$ npx -y skills add Fujigo-Software/f5-framework-claude --skill django --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/django
Context preview
The summary Claude sees to decide when to auto-load this skill.
Django framework patterns, best practices, and implementation guides
SKILL.md
django.SKILL.mdname: django-skills
description: Django framework patterns, best practices, and implementation guides
category: stacks/backend/django
applies_to: django
allowed-tools: Read, Write, Glob, Grep, Bash
user-invocable: true
context: inject
Django Skills
Python web framework for perfectionists with deadlines.
Sub-Skills
Database
- [model-patterns.md](database/model-patterns.md) - Django model patterns
- [queryset-patterns.md](database/queryset-patterns.md) - QuerySet optimization
- [migrations.md](database/migrations.md) - Migration strategies
Security
- [authentication.md](security/authentication.md) - Django auth system
- [permissions.md](security/permissions.md) - Permission classes
- [csrf-protection.md](security/csrf-protection.md) - CSRF protection
API
- [drf-serializers.md](api/drf-serializers.md) - DRF serializer patterns
- [viewsets.md](api/viewsets.md) - ViewSet patterns
- [pagination.md](api/pagination.md) - Pagination patterns
Error Handling
- [exception-handling.md](error-handling/exception-handling.md) - Exception handling
- [logging.md](error-handling/logging.md) - Logging configuration
Testing
- [unit-testing.md](testing/unit-testing.md) - Django test framework
- [fixtures.md](testing/fixtures.md) - Test fixtures
Performance
- [caching.md](performance/caching.md) - Django cache framework
- [query-optimization.md](performance/query-optimization.md) - Query optimization
Detection
Auto-detected when project contains:
- `manage.py`
- `settings.py`
- `django` package
Read more
name: django-skills description: Django framework patterns, best practices, and implementation guides category: stacks/backend/django applies_to: django allowed-tools: Read, Write, Glob, Grep, Bash user-invocable: true context: inject
Django Skills
Python web framework for perfectionists with deadlines.
Sub-Skills
Database
- [model-patterns.md](database/model-patterns.md) - Django model patterns
- [queryset-patterns.md](database/queryset-patterns.md) - QuerySet optimization
- [migrations.md](database/migrations.md) - Migration strategies
Security
- [authentication.md](security/authentication.md) - Django auth system
- [permissions.md](security/permissions.md) - Permission classes
- [csrf-protection.md](security/csrf-protection.md) - CSRF protection
API
- [drf-serializers.md](api/drf-serializers.md) - DRF serializer patterns
- [viewsets.md](api/viewsets.md) - ViewSet patterns
- [pagination.md](api/pagination.md) - Pagination patterns
Error Handling
- [exception-handling.md](error-handling/exception-handling.md) - Exception handling
- [logging.md](error-handling/logging.md) - Logging configuration
Testing
- [unit-testing.md](testing/unit-testing.md) - Django test framework
- [fixtures.md](testing/fixtures.md) - Test fixtures
Performance
- [caching.md](performance/caching.md) - Django cache framework
- [query-optimization.md](performance/query-optimization.md) - Query optimization
Detection
Auto-detected when project contains:
- `manage.py`
- `settings.py`
- `django` package
Stats
24
Stars
8
Forks
Quiet
Maintenance
Python
Language
MIT
License
7mo ago
Last commit
7mo ago
Created
Repo: Fujigo-Software/f5-framework-claude
Other skills on f5-framework.
Skill
Skill
architecture
Software architecture patterns, principles, and best practices
Skill
Skill
Skill

