resilience-dashboard
Generate a comprehensive resilience status report using all available MCP tools. Aggregates unified critical index, burnout Rt, early warnings, utilization, and defense levels into a single actionable dashboard.
npx skills add majiayu000/claude-skill-registry --skill resilience-dashboard-euda1mon1a-autonomous-assignmen-45777c15 --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.
# Resilience Dashboard > **Purpose:** Generate a comprehensive real-time resilience status report by orchestrating multiple MCP resilience tools in parallel > **Created:** 2025-12-28 > **Trigger:** `/resilience-dashboard` command --- ## When to Use - Morning standup to get program health overview - Before major scheduling decisions (block generation, swaps) - After emergency events (absence, deployment notification) - Weekly/monthly resilience health checks - When program coordinator asks "How healthy is our schedule?" - Investigating unexplained coverage gaps or faculty stress - Post-incident retrospective analysis --- ## Required Actions When this skill is invoked, Claude MUST: 1. **Call MCP tools in parallel** to gather resilience metrics: **Parallel Batch 1 - Core Metrics:** ``` - get_unified_critical_index_tool(include_details=True, top_n=5) - calculate_burnout_rt_tool(burned_out_provider_ids=[], time_window_days=28) - check_utilization_threshold_tool(available_faculty, required_blocks) - get_defense_level_tool(coverage_rate) ``` **Parallel Batch 2 - Early Warning:** ``` - detect_burnout_precursors_tool (for any flagged residents) - run_spc_analysis_tool (if weekly hours data
- When to Use
- Required Actions
- Output Format
- Tool Orchestration Details
- MCP Tools Called
- Parallel Execution Strategy
- Status Determination Logic
- Examples
- Example 1: Healthy Program
- Example 2: Elevated Risk
- Example 3: Crisis Mode
- Escalation Rules
- Error Handling
- Integration with Other Skills
What does the resilience-dashboard skill do?
Generate a comprehensive resilience status report using all available MCP tools. Aggregates unified critical index, burnout Rt, early warnings, utilization, and defense levels into a single actionable dashboard.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill resilience-dashboard-euda1mon1a-autonomous-assignmen-45777c15 --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.
