All tools
SkillCommunity43

Healthcare Agents

Updated Jul 7, 2026

Healthcare Agents by ajhcs is 51 specialist AI agents for US healthcare administration, covering revenue cycle, quality/compliance, clinical operations, payer relations, health IT, population health, pharmacy, operations, strategy, and emergency preparedness. Installs into Claude Code, Codex, Cursor, Copilot, and other agentic tools via npx.

View on GitHub

What it does

  • npx --yes healthcare-agents install --claude

    Install all 51 healthcare specialist agents as Claude Code subagents.

  • healthcare-agents workup "Commercial payer denial rate jumped 18% after a policy change"

    Routes the plain-language problem to the correct specialist, handoffs, evidence to collect, red flags, and a platform-ready prompt.

  • revenue-cycle-specialist agent in audit/checklist mode

    Produces an evidence-request checklist for a clean claim rate or denial problem with pass/fail criteria and remediation owners.

  • healthcare-agents workflows / healthcare-agents show <agent-slug>

    Lists all 16 supported Operator OS workflows or shows full details for a specific specialist agent.

Files (1)

OVERVIEW.mdprimary · markdown · 2.2 KB
## 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.