Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: ReadWriteEdit
Path: skills/ai-ml/crisis-response-protocol-curiositech-some-claude-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Critical Safety Principle
  3. Crisis Detection
  4. Risk Indicator Categories
  5. Detection Implementation
  6. Tiered Response Protocol
  7. Level 1: Continue Conversation (No Crisis)
  8. Level 2: Gentle Check-In (Low Risk)
  9. Level 3: Safety Resources (Medium Risk)
  10. Level 4: Crisis Protocol (High Risk)
  11. Level 5: Emergency Escalation (Critical)
  12. Implementation in Chat Handler
  13. Safety Resources Database
  14. Emergency Contact System
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going