Agent skill · Data & Analytics

graph-interpretation

Use when interpreting scientific graphs and charts, explaining data visualizations for research presentations, writing figure captions for publications, or analyzing trends in clinical research data. Converts complex visual data into clear, accurate explanations for academic papers, clinical reports, and public presentations.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill graph-interpretation --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.0
Allowed tools: ReadWriteBashEdit
Path: skills/analysis/graph-interpretation/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

# Scientific Graph Interpreter Interpret and explain scientific graphs, charts, and data visualizations for research publications, clinical presentations, and academic communications with precision and clarity. ## Quick Start ```python from scripts.graph_interpreter import GraphInterpreter interpreter = GraphInterpreter() # Comprehensive graph analysis analysis = interpreter.interpret( image_path="figure_1.png", graph_type="kaplan_meier", context="oncology_phase3_trial", audience="clinicians" ) print(analysis.statistical_summary) print(analysis.clinical_significance) print(analysis.suggested_caption) ``` ## Core Capabilities ### 1. Multi-Type Graph Analysis ```python analysis = interpreter.analyze( graph_type="forest_plot", data={ "studies": ["Study A", "Study B", "Study C"], "effect_sizes": [1.2, 0.8, 1.5], "confidence_intervals": [[1.0, 1.4], [0.6, 1.0], [1.2, 1.8]], "overall_effect": 1.15, "heterogeneity_p": 0.04 } ) ``` **Supported Graph Types:** | Graph Type | Common Use | Key Elements to Extract | |------------|------------|------------------------| | **Kaplan-Meier** | Survival analysis | Median survival, HR, 95% CI, log-rank p | | **Forest Plot** | Meta-analysis | Effect si

What's inside
Steps it walks through
  1. Quick Start
  2. Core Capabilities
  3. 1. Multi-Type Graph Analysis
  4. 2. Statistical Interpretation
  5. 3. Audience-Specific Explanations
  6. 4. Figure Caption Generation
  7. 5. Critical Appraisal
  8. CLI Usage
  9. Common Patterns
  10. Pattern 1: Clinical Trial Primary Endpoint
  11. Pattern 2: Meta-Analysis Forest Plot
  12. Pattern 3: Diagnostic Accuracy ROC
  13. Quality Checklist
  14. Best Practices
Ships with 1 file
  • metadata.json
Commands it runs
Comprehensive analysis
python scripts/graph_interpreter.py \
Generate publication caption
Batch process figures
More from claude-skill-registry
All skills →
About this skill
What does the graph-interpretation skill do?

Use when interpreting scientific graphs and charts, explaining data visualizations for research presentations, writing figure captions for publications, or analyzing trends in clinical research data. Converts complex visual data into clear, accurate explanations for academic papers, clinical reports, and public presentations.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill graph-interpretation --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