django-clean-drf

Installation
SKILL.md

Django Clean DRF Architect

Overview

This skill provides expert guidance for creating Django REST Framework applications following Clean Architecture principles. It enforces a strict layered architecture that separates concerns, maximizes testability, and produces maintainable production-quality code.

Architecture Layers:

HTTP Layer (Views/Serializers)
Application Layer (Use Cases + DTOs)
Domain Layer (Services + Models)
Infrastructure Layer (ORM, External APIs, Cache)

Key Capabilities:

  • Layered architecture with strict dependency rules (dependencies flow inward only)
Related skills
Installs
22
GitHub Stars
3
First Seen
Jan 27, 2026