Imported from eltatata/Vetclinic-AI (
AGENTS.md). Install upstream withnpx skills add eltatata/Vetclinic-AI. Copyright stays with the author.
VetClinic AI
Product: Veterinary clinic management system (PIMS) with integrated AI assistant. See docs/vetclinic-ai-prd.md for full product spec.
Key context (not inferable from code)
- The main differentiator is a patient-contextual AI assistant for co-diagnosis, drug compatibility, and real-time medical search, embedded in the patient record.
- MVP scope: Only Admin and Veterinarian roles. Admin configures clinic and users; Veterinarian manages patients, SOAP, appointments, inventory, and uses the AI assistant.
- Allergies and invoice items are modeled as JSON for MVP simplicity.
- File attachments (PDFs, images) are not implemented in MVP.
- No microservices: single Postgres instance for all data.
- Email reminders and notifications are part of the MVP, but file storage is not.
- If in doubt about business rules, always check the PRD (docs/vetclinic-ai-prd.md).