Skip to content
Development
Skill

/django

Django framework patterns, best practices, and implementation guides

From plugin
f5-framework
2434 skills104 agents69 commands
Install
$ npx -y skills add Fujigo-Software/f5-framework-claude --skill django --agent claude-code

How 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.md
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
Read more
Ships withf5-framework

AI-Powered Development Framework for Claude Code

Get the whole plugin

Other skills on f5-framework.