## What it does
Healthcare Agents by ajhcs is a model-agnostic prompt library of 51 specialist AI agents for US healthcare administration. Each agent is a long-form Markdown specialist with YAML frontmatter, role-specific source awareness (HIPAA, CMS, OIG, HEDIS, Stars, MIPS/QPP, HRSA 340B, NHSN, TEFCA, HL7/FHIR, X12, and others), compliance boundaries, operational workflows, and concrete deliverable templates. The agents span 10 administrative domains: Strategy & Advisory, Clinical Operations, Quality/Safety/Compliance, Revenue Cycle & Finance, Payer & Managed Care, Health IT & Informatics, Operations & Administration, Population Health, Pharmacy & Drug Programs, and Emergency & Preparedness.
The Workup Engine routes a plain-language healthcare admin problem to a canonical workflow, primary specialist, supporting handoffs, evidence list, and safety boundaries. Version 1.5.0 adds Operator OS — 16 workflow-specific offline evidence packs with citation cards, provenance labels, and secure-environment defaults (no live network fetching by default).
Each agent supports four output modes: quick triage (root cause analysis), workplan (owners, timeline, KPIs), audit/checklist (evidence, pass/fail criteria), and artifact/template (draft work product).
## Install
Fast path (Claude Code subagents):
npx --yes healthcare-agents install --claude
Codex plugin:
git clone https://github.com/ajhcs/healthcare-agents.git && cd healthcare-agents && bash scripts/install-codex-plugin.sh
Other tools (Cursor, Copilot, OpenCode, Windsurf, Aider, Gemini CLI, Cline):
npx --yes healthcare-agents install --all
Preview without writing files: npx --yes healthcare-agents install --all --dry-run
## When to use
Use this when you need a healthcare-domain specialist that knows the correct regulatory framework for the problem. Instead of a generic "follow HIPAA" response, the revenue-cycle-specialist knows CARC/RARC, 837/835, CDM, denial mechanics, and coding. The quality-compliance-officer distinguishes HIPAA Privacy Rule from Security Rule from Breach Notification. Not for final clinical, legal, coding, billing, audit, or compliance determinations — always consult qualified professionals.