crisis-response-protocol
Handle mental health crisis situations in AI coaching safely. Use when implementing crisis detection, safety protocols, emergency escalation, or suicide prevention features. Activates for crisis keywords, safety planning, hotline integration, and risk assessment.
npx skills add majiayu000/claude-skill-registry --skill crisis-response-protocol-curiositech-some-claude-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Crisis Response Protocol This skill helps you implement safe crisis intervention features for the AI coaching system, following mental health best practices. ## When to Use ✅ **USE this skill for:** - Implementing crisis detection in recovery/mental health apps - Building safety planning features - Integrating hotline and emergency resource displays - Designing risk assessment interfaces - Creating escalation protocols for AI chat systems ❌ **DO NOT use for:** - **Responding to an actual crisis yourself** → Call 988 or emergency services - General mental health content → use `sober-addict-protector` or `recovery-coach-patterns` - Medical advice or diagnosis → Always defer to licensed professionals - Replacing human crisis counselors → AI should augment, never replace ## Critical Safety Principle > **AI should NEVER be the sole responder in acute crisis situations.** > Always provide pathways to human support and emergency services. ## Crisis Detection ### Risk Indicator Categories ```typescript interface RiskIndicators { // PRIMARY - Immediate escalation required primary: { suicidalIdeation: string[]; // "want to die", "end it all" selfHarmIntent: string[]; // "hurt myself", "cut
- When to Use
- Critical Safety Principle
- Crisis Detection
- Risk Indicator Categories
- Detection Implementation
- Tiered Response Protocol
- Level 1: Continue Conversation (No Crisis)
- Level 2: Gentle Check-In (Low Risk)
- Level 3: Safety Resources (Medium Risk)
- Level 4: Crisis Protocol (High Risk)
- Level 5: Emergency Escalation (Critical)
- Implementation in Chat Handler
- Safety Resources Database
- Emergency Contact System
What does the crisis-response-protocol skill do?
Handle mental health crisis situations in AI coaching safely. Use when implementing crisis detection, safety protocols, emergency escalation, or suicide prevention features. Activates for crisis keywords, safety planning, hotline integration, and risk assessment.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill crisis-response-protocol-curiositech-some-claude-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
