This is a comprehensive pattern library for Django REST Framework APIs, built around the Prowler project's conventions but applicable to any DRF codebase that takes API design seriously. It enforces separation of serializers by operation (read, create, update, include), handles N+1 queries with explicit prefetch patterns, and includes decision trees for choosing the right base classes. The swagger_fake_view handling and extend_schema_field decorators show this is battle-tested with drf-spectacular. If you're building JSON:API endpoints with DRF and want opinionated guidance on serializer inheritance, filterset patterns, and permission handling, this gives you working examples and checklists. The no-auto-increment-PKs and no-trailing-slashes rules hint at strong API design opinions underneath.
npx skills add https://github.com/prowler-cloud/prowler --skill django-drf