What problem does it solve?
This Skill helps you implement a new feature, module, or business entity in the house repository without duplicating logic across the Django API, the conversational agent, and the React UI.
Core Features & Use Cases
- Backend implementation: Define models, serializers, services, views, URLs, admin registration, and migrations for a new app or an extension of an existing one.
- Agent wiring: Register searchable, listable, and writable entities so the agent can discover, list, create, and update them through shared service logic.
- Frontend integration: Add a single API client, React Query hooks, feature pages, dialogs, cards, routing, sidebar entries, and anchored entity assistants.
- Production-ready workflow: Follow the project’s pattern for validation, undo support, tests, documentation, and delivery for a complete end-to-end feature.
Quick Start
Use the new-feature skill to implement the next feature in this repository by following the existing product backlog and the shared backend, agent, and UI patterns.