Use when adding, changing, or debugging data-channel messages between the client and the agent — topic agent.events. The contract lives in THREE places that must stay in sync: server/agent.py, app/lib/state/call_state.dart, and voice_forge…
iamudesharma/clinicguard
SkillsMP has collected 4 skills from iamudesharma/clinicguard. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 4 of 4 collected skills.
Use after any change to server/, app/, or voice_forge/ to run the repo's only verification paths. There is no CI and no server test suite — these commands ARE the gates.
Use when adding or switching an STT, TTS, or LLM backend (STT_BACKEND, TTS_BACKEND, LLM_BACKEND) in the ClinicGuard server, or adding provider-specific settings to server/config.py. Follow this checklist in order — each step is cross-coupled with the next.
Use when working with Supabase in this repo — schema.sql, store.py queries, realtime subscriptions, RLS policies, or writing SQL queries against ClinicGuard data. Covers which key to use where, what's demo-only, and the store.py fallback behavior.