This is a comprehensive Django reference that covers the full stack from models and views to REST APIs and admin configuration. It includes proper ORM patterns with select_related for query optimization, both function-based and class-based views, and real-world examples like a blog with posts and comments. The REST Framework section is solid with viewsets and custom actions. You'll want this when building any serious Django project since it demonstrates best practices like proper Meta ordering, custom save methods, and form validation. The allowed tools are scoped to Python and Django management commands, so it can read your code, run migrations, and start the dev server without wandering off into unrelated territory.
npx skills add https://github.com/personamanagmentlayer/pcl --skill django-expert