404: Not Found
Django Service Layer Architecture
@MaciWP/CV_Astro1
0
Enforces service layer patterns in Django/DRF projects with ALL business logic in services, NOT views. Auto-activates on: service, business logic, viewset, delegation, static method. Prevents logic in views/serializers, static methods with state, god classes. Ensures testability with dependency injection, type hints, single responsibility. Validates service methods have type hints, ViewSets delegate (max 10 lines/method), services are stateless. Targets: 100% service delegation, 0 business logic in views, stateless services.
Install Skill
1Download skill
2Enable skills in Claude
Open claude.ai/settings/capabilities and find the "Skills" section
3Upload to Claude
Click "Upload skill" and select the downloaded ZIP file
Note: Please verify skill by going through its instructions before using it.