check
01Skill 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.
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.
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.
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".
Instructions file CodexOpenCode
AGENTS.md instructions for cmudco/dare-backend, covering agents.md, project architecture, development commands, environment setup and development server.
Instructions file
Claude Code instructions for cmudco/dare-backend, a project described as: Open-source Django REST backend for the DARE Platform, with multi-LLM chat, RAG, MCP tools, AI workflows, and usage tracking.