Generate production-ready Django + DRF APIs following Controller → Repository → Serializer pattern with Celery
Scanned 5/28/2026
Install via CLI
openskills install vikisingh23/neuraforge-ai---
name: django-forge
description: Generate production-ready Django + DRF APIs following Controller → Repository → Serializer pattern with Celery
category: software-development
triggers:
- "build django api"
- "create django"
- "generate python api"
---
Generate Django + DRF APIs following Controller → Repository → Serializer pattern.
## What it generates
Model (audit fields + history) + Repository (extends BaseRepository) +
Serializer (DRF validation) + Controller (@api_view + decorators) +
URLs + Celery tasks + Tests + Migration.
Uses: django-simple-history, django-filter, django-redis.
For full instructions, read `agents/django-forge.md`.
No comments yet. Be the first to comment!