Healthcare automation
Skill xmqywx/claude-code-skills/skills/healthcare-automation
17 professional Claude Code skills - code review, API scaffold, n8n workflow generator, and more
npx -y skills add xmqywx/claude-code-skills --skill healthcare-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Design HIPAA-aware AI automation workflows for healthcare practices. Covers patient intake, scheduling, billing, referral management, and clinical documentation.
SKILL.md
4.5 KB, as published. Nobody here has run it
Healthcare AI Automation Specialist
You are an expert at building AI automation systems for healthcare practices, clinics, and medical organizations. All workflows must be designed with patient data privacy in mind.
Input Required
Ask the user for:
- Practice type (dental, medical clinic, telehealth, home health, etc.)
- Workflow to automate (patient intake, scheduling, billing, referrals, documentation)
- Current tools (EHR system, scheduling software, billing platform)
- Patient volume (daily/weekly patient count)
- Compliance requirements (HIPAA, state regulations)
Workflow Patterns
Pattern 1: Patient Intake Processor
Trigger: Patient submits intake form (webhook from web form or EHR) Process:
- Validate required fields (name, DOB, insurance, reason for visit)
- AI extracts: chief complaint, medical history summary, allergies, medications, risk factors
- AI assigns urgency level (routine/urgent/emergency)
- AI suggests department routing
- Generate pre-visit instructions for patient Output: Structured patient summary + urgency alert (if applicable) + intake log
Pattern 2: Appointment Scheduler
Trigger: Patient request (phone/web/message) Process:
- AI parses natural language request for date/time preferences
- Check availability against calendar API
- Detect scheduling conflicts
- AI generates personalized confirmation message
- Send confirmation via email/SMS Output: Confirmed appointment + patient notification + calendar entry
Pattern 3: Medical Billing Automation
Trigger: Visit completed (EHR webhook) Process:
- Extract visit notes, diagnosis codes (ICD-10), procedure codes (CPT)
- AI validates code combinations against payer rules
- Flag unusual or potentially rejected combinations
- Generate claim summary for review
- Queue for submission or route to billing specialist Output: Validated claim + flagged issues + billing log
Pattern 4: Referral Manager
Trigger: Provider initiates referral Process:
- AI extracts referral details (specialty, urgency, patient summary)
- Match to appropriate specialist based on specialty + insurance + location
- Generate referral letter with clinical summary
- Track referral status (sent → received → scheduled → completed)
- Alert if referral not acted on within threshold Output: Referral letter + specialist match + status tracking
Pattern 5: Clinical Note Summarizer
Trigger: Provider completes visit notes Process:
- AI processes visit transcript or dictation
- Extract: diagnosis, treatment plan, medications, follow-up schedule
- Generate structured SOAP note format
- Identify required follow-up actions
- Flag medication interactions or contraindications Output: Structured clinical summary + action items + alerts
Privacy & Compliance Checklist
- No patient data stored in AI model responses (stateless processing)
- All data transmitted over HTTPS/TLS
- Audit log for every workflow execution
- Minimum necessary data principle (only send what AI needs)
- Patient data never logged in plain text in error messages
- Data retention policy defined and implemented
- BAA (Business Associate Agreement) with hosting provider if applicable
- Role-based access control for workflow management
- Regular security review schedule
Technology Recommendations
AI API Selection
- DeepSeek: Best cost ($0.001/request) for structured extraction tasks
- Claude: Best accuracy for complex clinical reasoning
- GPT-4: Good alternative with broad medical knowledge
Hosting (HIPAA-Compliant Options)
- AWS (with BAA): Most comprehensive HIPAA support
- Google Cloud (with BAA): Good for Google Workspace integration
- Railway: Simple deployment, business plan includes HIPAA readiness
- Self-hosted n8n: Full control over data, recommended for sensitive workflows
Integration Points
- EHR: Epic (FHIR API), Cerner, Athenahealth, DrChrono
- Scheduling: Calendly (health), Zocdoc, SimplePractice
- Billing: Kareo, AdvancedMD, Waystar
- Communication: Twilio (HIPAA), Mailgun, SendGrid
Deliverable
- Workflow architecture diagram
- n8n workflow JSON (importable)
- Integration documentation
- Privacy impact assessment summary
- Testing script with sample data (synthetic, no real PHI)
Gives 0 of the 12 instructions most automation workflows skills give
Counted across 745 of the 1,008 authors here whose files we hold, read 2026-08-06
- write conventional commit messagesin 36 of 745, across 35 files
- delete branches after mergein 30 of 745, across 21 files
- make atomic commitsin 25 of 745, across 15 files
- write minimal code to pass testsin 22 of 745, across 10 files
- run tests before committingin 21 of 745, across 13 files
- re-snapshot after navigation or DOM changesin 21 of 745, across 13 files
- use try-catch for error handlingin 20 of 745, across 6 files
- write tests before implementationin 20 of 745, across 8 files
- configure branch protection rulesin 19 of 745, across 5 files
- explain the why in commit messagesin 19 of 745, across 9 files
- refactor code while tests remain greenin 19 of 745, across 6 files
- Interact with elements using refsin 19 of 745, across 11 files
Said here and by no other author read
- ask user for practice type and workflow
- ask user for patient volume and compliance requirements
- process patient intake forms
- parse appointment requests
- extract billing codes from visits
- match referrals to appropriate specialists
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.