Agent skill · AI & Agents

decision-visualization

Decision-specific visualization skill for creating clear, actionable visual representations of analyses

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill decision-visualization --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/business/decision-intelligence/skills/decision-visualization/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

# Decision Visualization ## Overview The Decision Visualization skill provides specialized visualization capabilities for decision support, creating clear, actionable visual representations that communicate analysis results effectively to decision-makers and stakeholders. ## Capabilities - Decision tree diagrams - Strategy tables and consequence matrices - Trade-off scatter plots - Value-of-information graphs - Confidence/uncertainty bands - Waterfall charts for sensitivity - Heat maps for MCDA - Interactive dashboards ## Used By Processes - Executive Dashboard Development - Structured Decision Making Process - Multi-Criteria Decision Analysis (MCDA) - Decision Documentation and Learning ## Usage ### Decision Tree Visualization ```python # Decision tree diagram configuration decision_tree_viz = { "type": "decision_tree", "data": decision_tree_structure, "options": { "node_shapes": { "decision": "square", "chance": "circle", "terminal": "triangle" }, "show_probabilities": True, "show_payoffs": True, "highlight_optimal_path": True, "color_scheme": "sequential", "orientation": "horizontal" } } ``` ### Strategy Table ```python # Strategy comparison table strategy_table = { "type": "str

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Usage
  5. Decision Tree Visualization
  6. Strategy Table
  7. Trade-off Scatter Plot
  8. Tornado Diagram
  9. Uncertainty Visualization
  10. Visualization Types
  11. Input Schema
  12. Output Schema
  13. Design Principles
  14. Best Practices
More from babysitter
All skills →
About this skill
What does the decision-visualization skill do?

Decision-specific visualization skill for creating clear, actionable visual representations of analyses

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill decision-visualization --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