By aks-builds
41 healthcare skills for engineers, informaticists, and product builders covering EHR integration, FHIR/HL7 interoperability, HIPAA compliance, clinical AI/ML, telehealth, revenue cycle, and more
When the user is building, validating, or auditing a computer system that creates, modifies, maintains, archives, retrieves, or transmits electronic records or applies electronic signatures in an FDA-regulated (GxP) context. Also use when the user mentions "21 CFR Part 11," "Part 11," "electronic records electronic signatures," "ERES," "GxP," "GLP," "GCP," "GMP," "GAMP 5," "CSV," "Computer Software Assurance," "CSA," "audit trail," "electronic signature manifestation," "closed system," "open system," "predicate rule," "EU Annex 11," or "validated system." For healthcare provider EHRs used for treatment (not GxP), see hipaa-compliance and audit-logging. For HITRUST or HIPAA generally, see hipaa-compliance.
When the user wants to design, build, audit, or remediate accessibility for healthcare apps and patient-facing systems. Also use when the user mentions "WCAG," "WCAG 2.2," "WCAG 3.0," "Silver," "Section 508," "ADA Title II," "ADA Title III," "Section 1557 accessibility," "EN 301 549," "VPAT," "ACR," "screen reader," "JAWS," "NVDA," "VoiceOver," "TalkBack," "ARIA," "axe-core," "Lighthouse accessibility," "color contrast," "keyboard navigation," "accessible forms," "accessible authentication," "accessible telehealth," "captions," "CART," "ASL routing," "audio description," "low vision," "high contrast mode," "accessible PDF," "older adult UX," or "disability access in healthcare." For plain language and reading level, see health-content-writing. For outreach orchestration, see patient-engagement.
When the user is designing, implementing, or reviewing audit logging for PHI access — including the HIPAA §164.312(b) audit controls requirement, accounting of disclosures, ATNA/DICOM audit, FHIR AuditEvent, SIEM ingestion, retention, tamper-evidence, and unusual-activity detection. Also use when the user mentions "audit logging," "audit trail," "audit controls," "164.312(b)," "164.308(a)(1)(ii)(D)," "accounting of disclosures," "164.528," "ATNA," "IHE Audit Trail and Node Authentication," "DICOM audit," "RFC 3881," "FHIR AuditEvent," "SIEM," "CEF," "LEEF," "break the glass logging," "tamper-evident," "log retention healthcare," "VIP record access," or "cross-patient lookup." For the regulatory basis, see hipaa-compliance. For the cybersecurity program, see healthcare-cybersecurity. For PHI controls, see phi-handling.
When the user wants to design or build software that handles US healthcare claims — submission, adjudication, remittance, denials, or appeals. Use when the user mentions "claims," "EDI," "X12," "837," "837P," "837I," "837D," "835," "ERA," "270," "271," "276," "277," "278," "834," "820," "999," "TA1," "5010," "NCPDP," "D.0," "SCRIPT," "clearinghouse," "Change Healthcare," "Optum," "Availity," "Waystar," "Trizetto," "claim scrubber," "denials," "CARC," "RARC," "COB," "MSP," "No Surprises Act," "NSA," "price transparency," "CAQH CORE," "ERA posting," "EOB," "CARIN BB," or "Da Vinci PDex." For coding the claim, see medical-coding. For prior auth (278/Da Vinci PAS), see prior-authorization. For VBC contract economics, see value-based-care.
When the user wants to author, parse, validate, or transform Clinical Document Architecture (CDA) or Consolidated CDA (C-CDA) documents. Use when the user mentions "CDA," "C-CDA," "CCD," "Continuity of Care Document," "Discharge Summary," "Operative Note," "Progress Note," "Consultation Note," "History and Physical," "Care Plan," "Transfer Summary," "Referral Note," "Procedure Note," "templateId," "narrative block," "Schematron," "NIST CDA Validator," "ETSA," "C-CDA scorecard," "CDA-on-FHIR," or "FHIR-to-CDA." For non-document FHIR data, see fhir-integration. For HL7 v2 documents transported via MDM, see hl7-v2.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Give your AI agent the domain knowledge to build healthcare software correctly.
91 production-grade skills covering the full healthcare engineering stack — FHIR/HL7 interoperability, HIPAA compliance, clinical AI/ML, EHR integration, telehealth, revenue cycle, patient engagement, and more. Real-world clinical constraints built in. No hallucinated dosing. Works with Claude Code, Claude Desktop, Cursor, Zed, Windsurf, and any agent that speaks MCP or the Agent Skills spec.
☝️ Claude Code invoking fhir_validate — one of 220+ typed MCP tools across healthcare domains.
Healthcare software has a higher bar than most domains — HIPAA violations carry
real fines, HL7 message errors delay patient care, and hallucinated drug dosing
is dangerous. General-purpose AI agents don't know the difference between a
FHIR R4 Patient.name.use value set and a free-text field. These skills do.
healthcareskills gives your agent accurate, up-to-date knowledge of FHIR R4/R5,
HL7 v2, DICOM, HIPAA/HITECH, CDS Hooks, SMART on FHIR, ICD-10/SNOMED/LOINC,
and 80+ more healthcare standards and regulations. The healthcare-context skill
anchors every other skill to your specific org, patient population, EHR vendor,
and regulatory jurisdiction — so advice is never generic.
Important: These skills are tools for software engineering in healthcare. They are not a substitute for clinical, legal, or regulatory advice, and they do not generate medical advice for patients. See AGENTS.md for safety rules.
healthcare-context is the foundation — every skill reads it first to understand
your organization before offering guidance.
┌──────────────────────────────────────┐
│ healthcare-context │
│ (read by all skills first) │
└──────────────────┬───────────────────┘
│
┌──────────┬───────────┬────────────────┼────────────┬──────────┬──────────┐
▼ ▼ ▼ ▼ ▼ ▼ ▼
Clinical Interop Compliance Digital Revenue Public & Patient
Informatics & Security Health Cycle Pop. Experience
See each skill's Related Skills section for the full dependency map.
/plugin marketplace add aks-builds/healthcareskills
/plugin install healthcare-skills
Add to your mcp_servers config (e.g. .mcp.json or claude_desktop_config.json):
{
"mcpServers": {
"healthcare-skills": {
"command": "npx",
"args": ["github:aks-builds/healthcareskills/mcp"]
}
}
}
Or if you have it cloned locally:
{
"mcpServers": {
"healthcare-skills": {
"command": "node",
"args": ["/path/to/healthcareskills/mcp/index.js"]
}
}
}
git clone https://github.com/aks-builds/healthcareskills.git
cp -r healthcareskills/skills/* .agents/skills/
git submodule add https://github.com/aks-builds/healthcareskills.git .agents/healthcareskills
Once installed, ask your agent naturally:
"Help me design a FHIR R4 integration for our patient portal"
→ fhir_validate + patient-portal + smart-on-fhir
"Do a HIPAA risk analysis on this architecture diagram"
→ hipaa_checklist + healthcare-cybersecurity + audit-logging
"Set up an EDI 837 claims submission flow"
→ billing-claims + medical-coding
npx claudepluginhub aks-builds/healthcareskills --plugin healthcare-skillsQuality engineering skills for QA engineers, SDETs, and test automation leads — covering frontend (Selenium/Cypress/Playwright), API (Postman/REST Assured/Karate), performance (k6/JMeter/Gatling), mobile (Appium), BDD, accessibility, visual regression, security, chaos, contract testing, CI orchestration, and quality strategy
Prove your CLI actually works. Captures a real terminal command and its real output as a polished screenshot (or GIF) and embeds it into your README as proof-it-runs evidence.
Read your service code and generate ready-to-import API test collections for every tool (Postman, OpenAPI, Insomnia, Bruno, Hoppscotch, Thunder Client, .http) with exhaustive request variants per endpoint.
Root cause in seconds. Evidence, not intuition. Analyzes Playwright, Jest, Cypress, Newman, k6, and JUnit test failures by tracing real evidence from git, logs, and config — no guesses, no fixture noise.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.