Agent skill · Data & Analytics

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.

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

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/analysis/resilience-dashboard-euda1mon1a-autonomous-assignmen-45777c15/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

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Required Actions
  3. Output Format
  4. Tool Orchestration Details
  5. MCP Tools Called
  6. Parallel Execution Strategy
  7. Status Determination Logic
  8. Examples
  9. Example 1: Healthy Program
  10. Example 2: Elevated Risk
  11. Example 3: Crisis Mode
  12. Escalation Rules
  13. Error Handling
  14. Integration with Other Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going