Agent skill · AI & Agents

sensitivity-analyzer

Sensitivity analysis skill for identifying critical inputs and understanding model behavior under uncertainty

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill sensitivity-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/business/decision-intelligence/skills/sensitivity-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

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

From the SKILL.md

# Sensitivity Analyzer ## Overview The Sensitivity Analyzer skill provides comprehensive capabilities for identifying critical inputs and understanding how model outputs respond to parameter changes. It supports both local (one-at-a-time) and global sensitivity analysis methods, enabling robust decision-making under uncertainty. ## Capabilities - One-at-a-time (OAT) sensitivity - Global sensitivity analysis (Sobol indices, Morris screening) - Tornado diagram generation - Spider plot creation - Parameter importance ranking - Threshold identification - Breakeven analysis - Scenario comparison ## Used By Processes - Monte Carlo Simulation for Decision Support - Multi-Criteria Decision Analysis (MCDA) - Prescriptive Analytics and Optimization - What-If Analysis Framework ## Usage ### One-at-a-Time (OAT) Analysis ```python # Define OAT analysis oat_config = { "base_case": { "price": 100, "volume": 10000, "cost": 60, "fixed_costs": 200000 }, "variations": { "price": {"range": [-20, 20], "step": 5, "unit": "%"}, "volume": {"range": [-30, 30], "step": 10, "unit": "%"}, "cost": {"range": [-15, 15], "step": 5, "unit": "%"}, "fixed_costs": {"range": [-10, 10], "step": 5, "unit": "%"} }, "outp

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Usage
  5. One-at-a-Time (OAT) Analysis
  6. Global Sensitivity (Sobol Indices)
  7. Morris Screening
  8. Sensitivity Indices
  9. Visualization Types
  10. Input Schema
  11. Output Schema
  12. Best Practices
  13. Interpretation Guidelines
  14. Sobol Index Interpretation
More from babysitter
All skills →
About this skill
What does the sensitivity-analyzer skill do?

Sensitivity analysis skill for identifying critical inputs and understanding model behavior under uncertainty

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill sensitivity-analyzer --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 a5c-ai/babysitter, a repository with 1,642 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