Crisis response platform integration and real-time monitoring
Integrates with crisis response platforms for real-time monitoring and coordinated incident management.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Crisis Management Platform skill provides crisis response platform integration and real-time monitoring capabilities. This skill enables rapid crisis detection, coordinated response, and comprehensive documentation throughout crisis situations.
const crisisDashboardConfig = {
monitoringSources: {
media: ['cision', 'meltwater'],
social: ['sprinklr', 'talkwalker'],
internal: ['employee-hotline', 'customer-service'],
regulatory: ['sec-filings', 'fda-alerts']
},
alertTiers: {
tier1: {
triggers: ['executive-mention-negative', 'regulatory-action', 'data-breach'],
escalation: 'immediate',
notification: ['cco', 'ceo', 'legal', 'crisis-team']
},
tier2: {
triggers: ['product-issue', 'employee-incident', 'competitor-attack'],
escalation: '15min',
notification: ['comms-director', 'pr-manager']
},
tier3: {
triggers: ['negative-review-spike', 'social-complaint-surge'],
escalation: '1hr',
notification: ['social-team', 'customer-service']
}
},
collaboration: {
platform: 'slack',
channels: {
warRoom: '#crisis-war-room',
mediaInquiries: '#media-inquiries',
socialResponse: '#social-response'
}
},
assets: {
holdingStatements: ['data-breach', 'product-recall', 'executive-departure'],
darkSites: ['incident-response.company.com'],
templates: ['employee-comm', 'customer-comm', 'media-statement']
}
};
const crisisResponse = {
incident: {
id: 'INC-2026-001',
type: 'data-breach',
detectedAt: '2026-02-15T14:30:00Z',
severity: 'tier1',
status: 'active'
},
actions: [
{ time: '14:30', action: 'Alert triggered', owner: 'system' },
{ time: '14:32', action: 'Crisis team notified', owner: 'system' },
{ time: '14:45', action: 'War room activated', owner: 'CCO' },
{ time: '15:00', action: 'Holding statement approved', owner: 'Legal' },
{ time: '15:15', action: 'Dark site activated', owner: 'Digital' },
{ time: '15:30', action: 'Employee communication sent', owner: 'Internal Comms' },
{ time: '16:00', action: 'Press statement released', owner: 'Media Relations' }
],
metrics: {
detectionToNotification: '2min',
notificationToActivation: '13min',
activationToStatement: '45min',
mediaInquiriesReceived: 15,
socialMentions: 450,
employeeQuestions: 89
},
stakeholders: {
media: { contacted: 15, responded: 12 },
employees: { notified: 'all', questions: 89 },
customers: { notified: 'affected', inquiries: 234 },
regulators: { notified: true, filingRequired: true }
}
};
This skill integrates with the following PR processes:
| Process | Integration Points |
|---|---|
| crisis-communications-plan.js | Plan activation |
| crisis-response-execution.js | Response coordination |
| crisis-simulation-training.js | Training scenarios |
| post-crisis-analysis.js | Analysis and reporting |
| Metric | Description | Target |
|---|---|---|
| Detection Time | Time to detect crisis | <15 minutes |
| Response Time | Detection to first response | <1 hour |
| Stakeholder Notification | Time to notify key stakeholders | <30 minutes |
| Message Consistency | Alignment across channels | 100% |
| Resolution Time | Time to crisis resolution | Minimized |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.