This one teaches you production-grade Django architecture patterns, from project structure to deployment. It covers the split settings pattern (base, dev, production), custom QuerySet and Manager methods to avoid N+1 queries, DRF serializers with proper validation, and the service layer pattern to keep business logic out of views. The code examples are solid and show real patterns you'd actually use, like prefetch_related for many-to-many relationships and proper model indexing. If you're moving past tutorial Django and need to structure a maintainable codebase with proper caching, middleware, and signals, this gives you the patterns without the usual handwaving about best practices.
npx -y skills add affaan-m/ecc --skill django-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills