cheatcode_
Demo data

Ladder / Analytics / Analytics with Claude Code

Rank 7 of 30 · indexed from open source

Analytics with Claude Code

Metric reconciliation and calculation, A/B readout, data quality, EDA, explain and optimize SQL, weekly report, systematic debugging.

GitHub ↗

What it does

Ten focused analyst skills by a single author, small audience but real method: metric-reconciler walks through why two numbers disagree, explain-sql and sql-optimizer read your queries, ab-test, data-quality and eda cover the analysis loop, report-generator and weekly-report the write-up. Reads SQL files and dbt models locally; no services. Last upstream push March 2026. MIT.

How this listing got here. Packaged from the public repository adityawrk/analytics-with-claude-code at commit 9e0942e, under its MIT license, bundled verbatim. New upstream releases are repackaged after review, never synced from HEAD. If this is your project, you can claim it or have it removed.

Skills in this package 10

  • ab-test

    Perform rigorous A/B test analysis with statistical significance testing, sample size validation, and ship/no-ship recommendations. Use when the user mentions A/B tests, experiments, variant analysis, significance testing, sample size planning, or asks "should we ship this?" based on experiment data.

  • data-quality

    Run a comprehensive data quality assessment and produce a scorecard across 6 dimensions: completeness, uniqueness, consistency, timeliness, accuracy, validity. Use when the user asks about data quality, mentions data issues, wants to audit a table, is onboarding a new data source, or needs to validate pipeline output.

  • eda

    Perform comprehensive Exploratory Data Analysis on any dataset. Use when the user mentions a new dataset, says "explore this data", "profile this table", "what does this data look like", uploads a CSV/Parquet file, or needs to understand distributions, nulls, correlations, and outliers before deeper analysis.

  • explain-sql

    Explain complex SQL queries in plain English with Mermaid data flow diagrams, performance annotations, and anti-pattern detection. Use when the user pastes a SQL query and asks "what does this do?", "explain this query", or needs to understand inherited SQL, CTEs, window functions, recursive queries, or dbt model logic.

  • metric-calculator

    Calculate standard business metrics: retention, LTV, CAC, churn, conversion funnels, growth rates, MRR, NRR, DAU/MAU. Use when the user asks for a specific KPI definition, needs a retention curve, LTV calculation, funnel analysis, or growth rate computation. Provides both SQL templates and Python implementations.

  • metric-reconciler

    Compare two metric definitions that should produce the same number and find exactly where they disagree. Use when the user says "these numbers don't match", "why do two dashboards show different results", or when migrating metric logic and validating the new query against the old one.

  • report-generator

    Generate structured analytics reports with metrics, trends, and visualizations. Use when the user asks for a business review, monthly report, executive summary, deep dive, incident postmortem, or any deliverable that combines data, charts, and narrative for stakeholders.

  • sql-optimizer

    Analyze and optimize slow SQL queries. Use when the user says a query is slow, asks to optimize or speed up SQL, wants to find anti-patterns, needs index recommendations, or asks for a query rewrite. Also use when EXPLAIN output shows full table scans or poor join strategies.

Show all 10 skills
  • systematic-debug

    4-phase structured debugging with a 3-strike escalation rule. Use when a query fails, a pipeline breaks, results look wrong, a dbt model errors, or any analytical code produces unexpected output. Prevents cargo-cult debugging by enforcing reproduce → analyze → fix → verify in strict order.

  • weekly-report

    Generate recurring weekly or monthly analytics reports with period-over-period comparison, anomaly detection, and executive summaries. Use when the user asks for a weekly report, monthly KPI review, recurring metrics snapshot, or needs automated period-over-period diffing. Saves templates for one-command re-runs.

Certification not run

No certification run yet for this version. The runner is not built; install integrity is the one check that runs today, as the installer verifies the archive's sha256 before writing any file.

Reviews none yet

No reviews yet. Reviews answer the question that decides adoption: does this work for my case.

Discussion quiet

No threads yet.

Versions

v0.0.0+9e0942eIndexed from adityawrk/analytics-with-claude-code at 9e0942e · 2026-09-24