Free, open-source skills that teach coding agents like Claude Code, Codex, or Cursor how a great SNF back office works — admissions, MDS, managed care, compliance. Paste in a packet, a contract, or a census export and get the answer a seasoned coordinator would give.
Each pack is a playbook for one job in the building. Install a pack and Claude uses it automatically whenever your question touches that job — no setup beyond the install, free for any facility, on Magicare or not.
referral-triageScreen a hospital packet: clinical fit, financial fit, red flags, decision memo.
pdpm-revenueAll six PDPM components, CMG classification, variable per-diem, stay revenue.
nta-captureThe full CMS NTA point list, with quoted evidence and a missed-points audit.
insurance-contractsExtract rates, levels, carve-outs, auth rules; level patients; prep negotiations.
complianceMDS/PPS calendars, PBJ deadlines, survey readiness, Plans of Correction.
census-operationsOccupancy, payer mix, skilled mix, trends, and backfill math from raw exports.
prior-authAuth packets, continued-stay reviews, peer-to-peer prep, appeal letters.
eligibilityBenefit-day math, qualifying-stay traps, MA nuances, Medicaid-pending risk.
Every skill lives in this repo as plain, readable markdown — open it, audit it, fork it, improve it. Star the repo to follow new packs.
Each pack is independent — install one or all of them. Then just work: paste in a document and the right skill loads itself.
The skills work on whatever you paste in — no account needed. If your facility uses Magicare, you can also connect Claude directly to your live referrals, census, and PointClickCare, with the same permissions and audit trail as the app. It runs on the open Model Context Protocol ↗ and takes about two minutes to set up.
Sign in to Magicare, then open
app.exponentialcare.ai/cli-auth
and click Generate CLI token. It starts with magi_.
Treat it like a password — you can revoke it on the same page anytime.
Paste one command into your terminal (Claude Code). Desktop and Cursor configs are below.
Ask "who am I and which facilities can I see?" —
Claude calls whoami and you're live.
Everything is scoped to you, server-side.
Codex or another MCP-capable agent? Point it at the same URL with
the same Authorization
header — streamable HTTP transport, nothing else to configure. See your
agent's MCP docs for where its server list lives.
Once connected, Claude can use fourteen tools. Each one respects the same permissions you already have in the Magicare app — which facilities you can see, what your role allows — enforced on our servers. Nothing you type can widen them.
whoamiYour identity, role, permissions, facilities. Start here.list_facilities / get_facilityProfiles and EHR-connection status.list_referrals / get_referralSearch and read referrals — status, insurance, the whole record.referral_status_countsYour pipeline, grouped by workflow status.pcc_bedboard / pcc_patientsCensus snapshots and patient lists from PointClickCare — through us.update_referral_statusChange StatusAccept, reject, bed-hold, admit. Attributed to you, written to the status log.pcc_create_pending_patientCreate PCC PatientPush a referral's extracted patient into PointClickCare as a pending patient.update_facilityOrg adminContact and profile fields — email, phone, notes, address.list_membersOrg adminYour team, their roles, permissions, and facility assignments.update_member_capabilitiesOrg adminGrant or revoke permissions per member.assign_member_facilitiesOrg adminSet exactly which facilities a member can access.This is not a side door. It's the same front door, sized for an agent.
Tokens are per-user, hashed at rest, and revocable in one click at /cli-auth. A revoked token stops working immediately.
Org and facility scope are resolved from your token on our servers. Tool inputs can never widen what you're allowed to see.
Org-admin role and per-member permissions gate mutations exactly as the web app does. Every change is attributed to you and logged.
PointClickCare access runs on our servers with our credentials — mTLS, OAuth, quota-governed. Nothing credential-shaped ever reaches your machine.
Working with PHI: referral and census tools return protected health information — the same data you see in the app, served only to authenticated members of your organization. Use them under your organization's AI governance and Claude commercial terms, with minimum-necessary data. The open-source skills are educational reference material, not clinical, billing, or legal advice.
The first two need nothing but a pasted document. The last two use a live Magicare connection.