Agent skill · Data & Analytics

data-analysis

Executive-grade data analysis with pandas/polars and McKinsey-quality visualizations. Use when analyzing data, building dashboards, creating investor presentations, or calculating SaaS metrics.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill data-analysis-skill-scientiacapital-skills-2 --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/data-analysis-skill-scientiacapital-skills-2/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

<objective> Enable executive-grade data analysis for VC, PE, and C-suite presentations. Covers data ingestion from any format, SaaS metrics calculations (MRR, LTV, CAC, churn), cohort retention analysis, McKinsey-quality visualizations with Plotly, and Streamlit dashboards. </objective> <quick_start> **Universal data loader:** ```python df = load_data("file.csv") # Supports CSV, Excel, JSON, Parquet, PDF, PPTX ``` **SaaS metrics:** ```python metrics = calculate_saas_metrics(df) # MRR, ARR, LTV, CAC, churn retention = cohort_retention_analysis(df) # Retention matrix ``` **McKinsey-style charts:** Action titles ("Q4 Revenue Exceeded Target by 23%"), not descriptive titles </quick_start> <success_criteria> Analysis is successful when: - Data loaded and cleaned (dropna, dedup, type conversion) - Metrics calculated correctly (MRR, ARR, LTV:CAC, churn, cohort retention) - Charts follow McKinsey principles: action titles, data-ink ratio >80%, one message per chart - Executive colors used (#003366 primary, #2E7D32 positive, #C62828 negative) - Streamlit dashboard runs without errors - NO OPENAI: Use Claude for narrative generation if needed </success_criteria> <core_content> Executive-grad

What's inside
Steps it walks through
  1. Quick Reference
  2. Data Ingestion Patterns
  3. Universal Data Loader
  4. PDF Table Extraction
  5. PowerPoint Data Extraction
  6. Data Wrangling Patterns
  7. Polars for Performance (30x faster than pandas)
  8. Common Transformations
  9. SaaS Metrics Calculations
  10. Core Metrics
  11. Cohort Analysis
  12. Executive Visualization
  13. McKinsey/BCG Chart Principles
  14. Plotly Executive Charts
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the data-analysis skill do?

Executive-grade data analysis with pandas/polars and McKinsey-quality visualizations. Use when analyzing data, building dashboards, creating investor presentations, or calculating SaaS metrics.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill data-analysis-skill-scientiacapital-skills-2 --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