theme-healthcare
Healthcare application palette: variants, pages, entities, and flows for building a varied health app. Use when theme_preset is healthcare.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Healthcare application palette: variants, pages, entities, and flows for building a varied health app. Use when theme_preset is healthcare.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
This skill should be used when the user asks to query Logfire logs, inspect Logfire traces, fetch SQL trace data, get spans for a trace, inspect LLM spans, inspect tool calls, or check token usage from Logfire. Also use it to triage an ARENA spawn run — diagnose why a run failed, timed out, or took too long, get per-stage turns/cost/tokens, or compare a prod trace to a local one.
This skill should be used when the user asks to spawn or generate an ARENA lab from a spec, run a spec through the pipeline, run several specs in parallel, bring up / start up a generated lab's Docker container for inspection, or find and run a finished run's image.
Add a single supporting (non-vulnerable) feature to a working ARENA skeleton app — a catalog, detail page, profile, order history, cart, etc. Triggered when the prompt contains "add-supporting-feature", "ARENA supporting feature", or a Feature block whose vuln is "none". Builds a real, reachable, working page wired into the shared nav. No vulnerability, no solution writeup.
Add a single vulnerable feature to a working ARENA skeleton app. Triggered when the prompt contains "add-vuln-feature", "ARENA feature writer", or a Feature block. Implements the feature and writes a human-readable solution writeup. A usability judge then browser-drives the feature and an exploit verifier independently reproduces the vulnerability against the running lab.
Styling for the build-capable SPA stacks (react-express, vue-fastapi): Tailwind CSS (+ shadcn/ui on React) themed per-run through CSS-variable design tokens. Invoke on these stacks to give each lab a distinctive, coherent, believable-product look that is different every run.
Styling for the server-rendered / no-build stacks (php, vanilla-flask): a token-driven CSS sheet themed per-run by editing one `:root` variable block. Invoke on these stacks to give each lab a distinctive, coherent, believable look — different every run — without a build step.
| name | theme-healthcare |
| description | Healthcare application palette: variants, pages, entities, and flows for building a varied health app. Use when theme_preset is healthcare. |
Apps where patients and providers manage appointments, records, prescriptions, and messages. The sensitivity of PHI (protected health info) and the patient↔provider access boundary are what make the exploits feel consequential.
Honor any hint in theme_free_text / custom_prompt; otherwise pick one.
Most exploits run as user (patient).
Size the subset to endpoint_count. Candidates: dashboard, appointments
list/booking, appointment detail, medical records, record/document viewer,
prescriptions & refills, secure messages, lab results, billing/invoices,
insurance, profile/settings, notifications, provider patient list, provider
chart, admin scheduling, video visit room / intake forms (telehealth), refill
queue / pickup / insurance claims (pharmacy), lab orders / results delivery /
provider notes (lab-results).
Telehealth (variant):
Pharmacy (variant):
Lab-results (variant):
Seed several patients across ≥2 providers so cross-patient access is testable.
Endpoints are a shared surface, not owned 1:1 by a feature (a single feature often spans several, and an endpoint can back multiple features). Pick a coherent subset alongside the pages above. Grouped by area:
GET /api/patients/{id}/records, GET /api/records/{id}, GET /api/records/{id}/document?file=GET/POST /api/appointments, GET /api/appointments/{id}GET/POST /api/messages, GET /api/messages/{id}GET /api/prescriptions, POST /api/prescriptions/{id}/refillGET /api/invoices/{id}, POST /api/invoices/{id}/pay, GET/POST /api/insuranceGET /api/video-visits/{id}, GET/POST /api/intake-formsGET/POST /api/refills, GET /api/pickups/{id}, GET/POST /api/insurance-claimsGET/POST /api/lab-orders, GET /api/results/{id}, GET/POST /api/results/{id}/notesGET /api/providers/{id}/patients, /api/admin/...GET /api/patients/{id}/records, /api/records/{id}, /api/messages/{id} — read another patient's PHI.file= parameter (?file=../../etc/passwd).refills_left, book/cancel another patient's appointment.Pick ONE variant and a coherent subset — a pharmacy and a telehealth app
diverge sharply. Size to endpoint_count; let theme_free_text /
custom_prompt bias the variant and naming. Vary specialties, record types, and
provider counts so two healthcare labs feel like different organizations.