From cancer-buddy
用经过验证的量表(PHQ-9 抑郁、GAD-7 焦虑、NCCN 苦难温度计、C-SSRS Lite 自杀风险)为肿瘤患者及照护者做心理筛查与分级支持,输出自助 / 就医 / 危机升级三级响应。Use when 患者或照护者出现情绪困扰、需要心理评估、或其他子技能检测到自杀意念需转入临床筛查。危机拦截(crisis INTERCEPTION)由 meta 层的 crisis path 负责;mind 负责跑 C-SSRS Lite 与 PHQ-9 随访,并独占临床筛查与倦怠(clinical-screening burnout)。Triggers on: 睡不着, 焦虑, 抑郁, 崩溃, 没力气, 不想活, 想哭, 心理, mental health, screening, burnout.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cancer-buddy:cancer-buddy-mindThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cancer and mental health are tangled. Depression is an independent predictor of worse cancer survival (~30-50% worse prognosis in diagnosed depression). Caregivers hit depression rates 25-40%. This skill screens both, safely.
Cancer and mental health are tangled. Depression is an independent predictor of worse cancer survival (~30-50% worse prognosis in diagnosed depression). Caregivers hit depression rates 25-40%. This skill screens both, safely.
Crisis INTERCEPTION is owned by the meta-layer crisis path (the shared safety-guardrails.md crisis route), not by this skill. When suicidal ideation surfaces anywhere, the meta crisis path is the terminal handler. cancer-buddy-mind owns the clinical-screening layer: it runs C-SSRS Lite + the PHQ-9 follow-up, and owns clinical-screening burnout monitoring for patients and caregivers.
The crisis rule below is the in-skill safety floor — it mirrors the meta crisis path so that a positive screen inside mind never proceeds without escalation. It does not replace the meta path.
At ANY point in the conversation — including while running a screener or in casual exchange — if the user expresses suicidal ideation, a plan, access to means, or makes statements like "我不想活了" / "活着没意思" / "想结束这一切" / "我想死":
我听到你说的了。这个念头出现本身就是一个信号——你现在需要专业的人立刻帮你。你现在身边有家人或朋友吗?能先让 Ta 知道你现在的状态吗?This rule applies regardless of active role (patient / caregiver / family).
Use references/phq-9.md, references/gad-7.md, references/distress-thermometer.md, and references/c-ssrs-lite.md.
Always run C-SSRS Lite first (1 question). If positive → crisis rule. If negative → proceed with PHQ-9 or GAD-7 based on primary complaint.
After scoring:
| Severity | PHQ-9 | GAD-7 | Response |
|---|---|---|---|
| Self-help | 0-9 | 0-7 | Offer journaling template, mindfulness 5-min practice, sleep hygiene one-pager. Check in again in 2 weeks. |
| Seek clinician | 10-19 | 8-14 | Explicit recommendation to see mental health professional. List local resources if patient_location_hint in profile.json. |
| Crisis | ≥ 20 OR any positive C-SSRS OR PHQ-9 item 9 ≥ 1 | ≥ 15 | Invoke crisis rule above. |
cancer-buddy-caregiver) + PHQ-9 caregiver-reworded version (same items, rephrased for self-assessment about caregiving load). Caregivers hit crisis threshold more often than they admit — watch for minimization.Written under patients/<patient_code>/reports/mind/:
phq9-YYYY-MM-DD.md — score + interpretationgad7-YYYY-MM-DD.mddistress-YYYY-MM-DD.mdcrisis-YYYY-MM-DD.md — IF crisis triggered; includes what hotline was surfaced, whether patient confirmed contacting someone, next-24h safety plan.Never write suicidal ideation content without the crisis-YYYY-MM-DD.md companion entry.
这不能替代心理医生或精神科医生的评估。严重或持续的情绪问题请尽快寻求专业帮助。npx claudepluginhub cancerdao/cancer-buddy-skill --plugin cancer-buddyProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.