crisis-response-protocol

Detect crisis risk indicators and implement tiered safety responses in AI coaching.

181|30|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/curiositech/some_claude_skills --skill crisis-response-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crisis-response-protocol
Source: https://github.com/curiositech/some_claude_skills/tree/main/.claude/skills/crisis-response-protocol
Command: npx skills add https://github.com/curiositech/some_claude_skills --skill crisis-response-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust framework for safely handling mental health crisis situations within an AI coaching context, ensuring user safety and appropriate escalation.

Core Features & Use Cases

  • Tiered Response Protocol: Implements distinct actions based on the severity of detected crisis indicators (from gentle check-ins to emergency escalation).
  • Crisis Detection Logic: Includes TypeScript interfaces and functions for assessing risk levels based on message content and conversation history.
  • Safety Guardrails: Defines critical safety instructions for the AI and includes response validation to prevent harmful outputs.
  • Use Case: An AI coaching app detects a user expressing suicidal ideation. This Skill triggers an immediate "Emergency Escalation" response, displaying emergency contact numbers and disabling further AI interaction until human review.

Quick Start

Use the crisis-response-protocol skill to assess the user's message for crisis indicators and provide an appropriate safety response.

Frequently Asked Questions about crisis-response-protocol

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement a crisis intervention protocol in an AI coaching app?

Crisis detection logic assesses risk levels by analyzing message content and conversation history, classifying severity to trigger the appropriate safety response tier.

What happens during an emergency escalation for suicidal ideation?

Safety guardrails define critical instructions for the AI and include response validation to prevent harmful outputs, ensuring the AI adheres to strict safety protocols during crisis situations.

How does AI safety response validation work for mental health crises?

The tiered response protocol implements distinct actions based on severity, from gentle check-ins for low risk to emergency escalation with contact numbers for high-risk suicidal ideation.

When should an AI coaching system trigger emergency escalation?

Response validation prevents harmful outputs by checking generated text against safety guardrails before delivery, ensuring the AI adheres to critical safety instructions during mental health crises.

Can I use this crisis response protocol without external dependencies?

No external dependencies are required; the protocol operates independently using internal TypeScript interfaces and functions to assess risk and manage safety responses within the AI coaching environment.

What are the limitations of automated suicide prevention protocols in AI?

Limitations include the inability to replace human review; the protocol disables AI interaction during severe crises and displays emergency contacts, acting as a safety guardrail rather than a substitute for professional intervention.