django rest framework skills

10 tagged django rest framework, measured the same way as everything else here.

Browse within: django 9

add-integration-api

01

speedpy/speedpy

Skill Claude CodeCodex

Step-by-step recipe for adding a new integration API resource to SpeedPy: model, serializer, views, scopes, URLs, tests, schema, and optional webhook event. Use when adding a new /api/v1/ endpoint.

79 2d ago A 51 tokens original MIT

start-speedpy

02

speedpy/speedpy

Skill Claude CodeCodex

Prepare a newly cloned SpeedPy project for Docker, diagnose Git and Docker prerequisites, run the Docker initializer, and verify the local site. Use when someone asks to install, set up, start, or get a fresh SpeedPy project running. Do not use for the uv/local setup path or feature development in an initialized…

79 2d ago A 69 tokens original MIT

strip-demo

03

speedpy/speedpy

Skill Claude CodeCodex

Audit-first workflow for removing SpeedPy demo/placeholder content from a fork before production. Reads the demo-content.json manifest, searches for SPEEDPYDEMO markers, produces a removal plan, and waits for confirmation before making any changes.

79 2d ago A 49 tokens original MIT

wilfredinni/django-starter-template

Skill Claude CodeCodex

Expert Django Celery guidance for asynchronous task processing. Use when designing background tasks, configuring Celery workers, handling task retries and errors, optimizing Celery performance, implementing periodic tasks with Celery Beat, or setting up production monitoring for Celery. Do not use for general Django…

53 7d ago A 115 tokens original MIT

django-expert

05

wilfredinni/django-starter-template

Skill Claude CodeCodex

Expert Django backend development guidance. Use when creating Django models, views, serializers, or APIs; debugging ORM queries or migrations; optimizing database performance; implementing authentication; writing tests; or working with Django REST Framework. Follows Django best practices and modern patterns.

53 7d ago A 55 tokens original MIT

check

06

cmudco/dare-backend

Skill Claude CodeCodex

Run the DARE backend's local check suite — Black, isort, and the Django test suite — before opening a pull request. Use when the user is about to commit, push, or open a PR, or asks whether their change passes CI.

5 4d ago A 53 tokens

run-backend

07

cmudco/dare-backend

Skill Claude CodeCodex

Start the DARE backend locally — Django ASGI on port 8000, plus the Redis and .env prerequisites it needs. Use when the user wants to run, start, boot, or serve the DARE backend, or asks why the API on :8000 is not responding.

5 4d ago A 62 tokens

run-workers

08

cmudco/dare-backend

Skill Claude CodeCodex

Start and check the DARE RQ background workers that process file uploads (parse, chunk, embed, upsert to the vector store). Use when the user uploads or vectorizes files, works on RAG ingestion, or asks why an uploaded file is stuck and never reaches "completed".

5 4d ago A 61 tokens

paper-fetch

09

Kara-lynnmacroeconomic2412/paper-fetch

Skill Claude CodeCodex

Use when the user wants to download a paper PDF from a DOI (or title, resolved to a DOI first). Tries Unpaywall, arXiv, bioRxiv/medRxiv, PubMed Central, Semantic Scholar, and Sci-Hub mirrors as a last-resort fallback.

4 3d ago A 63 tokens