git log --oneline --stat
HEAD
- Stars
- 1.8k
- Forks
- 68
- Updated
- May 23, 2026
repo --stat
stars
1.8k
forks
68
last update
May 23, 2026
license
MITv1.8.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add django-rest-builder - Invoke
// Run from any project directory
$ claude --skill django-rest-builder "scaffold a typed REST endpoint" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill django-rest-builder "now refactor it"
django-rest-builder/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- Django REST Builder
- slug:
- django-rest-builder
- version:
- v1.8.0
- license:
- MIT
- author:
- @django-craft
- categories:
- tags:
- #django#drf#python#rest#postgres
- description:
Django + DRF: serializers, viewsets, permissions, throttling, async views — production REST APIs.
features.md
6 capabilities
// What you can do with it
- Serializers — generates serializers.ModelSerializer subclasses with explicit fields, nested relations, readonlyfields, and SerializerMethodField stubs where appropriate.
- Viewsets & routers — produces ModelViewSet / ReadOnlyModelViewSet classes and registers them with DefaultRouter in urls.py.
- Auth — wires restframeworksimplejwt (TokenObtainPairView, TokenRefreshView) or DRF's TokenAuthentication, including DEFAULTAUTHENTICATIONCLASSES.
- Permissions & throttling — sets DEFAULTPERMISSIONCLASSES, custom BasePermission subclasses, and scoped ScopedRateThrottle / UserRateThrottle with rates in DEFAULTTHROTTLERATES.
- OpenAPI docs — configures drf-spectacular (SpectacularAPIView, Swagger UI, Redoc).
- Async views — scaffolds async def views compatible with ASGI for non-blocking endpoints.
README.md
django-rest-builder/README.md
7 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…