Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By tmorrowdev
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
npx claudepluginhub tmorrowdev/data-plugin --plugin dataAnswer data questions -- from quick lookups to full analyses
Build an interactive HTML dashboard with charts, filters, and tables
Create publication-quality visualizations with Python
Profile and explore a dataset to understand its shape, quality, and patterns
QA an analysis before sharing -- methodology, accuracy, and bias checks
Generate typed data contracts from an OpenAPI spec so a UI agent can build data-driven interfaces without Claude ever seeing the underlying data. Triggers: "data contract", "API schema for UI", "wire up the API", "generate types from OpenAPI", "connect UI to API", "API integration layer" Use when the user wants Claude to understand an API's shape and produce typed interfaces, endpoint metadata, or fetch blueprints that a separate generative-UI agent can consume. Claude reads the OpenAPI spec, extracts endpoint signatures and response schemas, and outputs data contracts — never making live API calls or accessing real data.
Generate or improve a company-specific data analysis skill by extracting tribal knowledge from analysts. BOOTSTRAP MODE - Triggers: "Create a data context skill", "Set up data analysis for our warehouse", "Help me create a skill for our database", "Generate a data skill for [company]" → Discovers schemas, asks key questions, generates initial skill with reference files ITERATION MODE - Triggers: "Add context about [domain]", "The skill needs more info about [topic]", "Update the data skill with [metrics/tables/terminology]", "Improve the [domain] reference" → Loads existing skill, asks targeted questions, appends/updates reference files Use when data analysts want Claude to understand their company's specific data warehouse, terminology, metrics definitions, and common query patterns.
Profile and explore datasets to understand their shape, quality, and patterns before analysis. Use when encountering a new dataset, assessing data quality, discovering column distributions, identifying nulls and outliers, or deciding which dimensions to analyze.
QA an analysis before sharing with stakeholders — methodology checks, accuracy verification, and bias detection. Use when reviewing an analysis for errors, checking for survivorship bias, validating aggregation logic, or preparing documentation for reproducibility.
Create effective data visualizations with Python (matplotlib, seaborn, plotly). Use when building charts, choosing the right chart type for a dataset, creating publication-quality figures, or applying design principles like accessibility and color theory.
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
MCP Server for Metabase - 111 tools for SQL generation, dashboard management, and PostgreSQL integration
Connect to Looker and interact with your data using LookML.
Skills and tools powered by the Honeydew MCP that help coding agents query data and build semantic models
Data analytics skills for PMs: SQL query generation and cohort analysis. Analyze user data, generate queries, and identify retention patterns.
Quick insights from dlt pipeline data. Connect to a pipeline, profile tables, plan charts, and assemble marimo dashboards.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Cre8 design system intelligence for Claude Code. Provides MCP tools for component lookup, patterns, and code generation, plus skills for Web Components and React development.
A data analyst plugin primarily designed for Cowork, Anthropic's agentic desktop application — though it also works in Claude Code. SQL queries, data exploration, visualization, dashboards, and insight generation. Configured for Snowflake, Amazon SageMaker, Amplitude, and Jira.
claude plugins add knowledge-work-plugins/data
This plugin transforms Claude into a data analyst collaborator. It helps you explore datasets, write optimized SQL, build visualizations, create interactive dashboards, and validate analyses before sharing with stakeholders.
Connect your Snowflake MCP server for the best experience. Claude will:
Use Amazon SageMaker Studio notebooks for deeper exploration, ML workflows, and sharing analysis with your team. Claude can write Python/SQL code optimized for SageMaker notebooks, generate cells you can paste directly, and help structure notebook-based analyses.
Without a Snowflake connection, paste SQL results or upload CSV/Excel files for analysis and visualization. Claude can also write Snowflake SQL queries for you to run manually, and then analyze the results you provide.
| Command | Description |
|---|---|
/analyze | Answer data questions -- from quick lookups to full analyses |
/explore-data | Profile and explore a dataset to understand its shape, quality, and patterns |
/write-query | Write optimized SQL for your dialect with best practices |
/create-viz | Create publication-quality visualizations with Python |
/build-dashboard | Build interactive HTML dashboards with filters and charts |
/validate | QA an analysis before sharing -- methodology, accuracy, and bias checks |
| Skill | Description |
|---|---|
sql-queries | SQL best practices across dialects, common patterns, and performance optimization |
data-exploration | Data profiling, quality assessment, and pattern discovery |
data-visualization | Chart selection, Python viz code patterns, and design principles |
statistical-analysis | Descriptive stats, trend analysis, outlier detection, and hypothesis testing |
data-validation | Pre-delivery QA, sanity checks, and documentation standards |
interactive-dashboard-builder | HTML/JS dashboard construction with Chart.js, filters, and styling |
api-data-contracts | Generate typed data contracts from your OpenAPI spec for the UI agent — without Claude seeing real data |
You: /analyze What was our monthly revenue trend for the past 12 months, broken down by product line?
Claude: [Writes SQL query] → [Executes against data warehouse] → [Generates trend chart]
→ [Identifies key patterns: "Product line A grew 23% YoY while B was flat"]
→ [Validates results with sanity checks]
You: /explore-data users table
Claude: [Profiles table: 2.3M rows, 47 columns]
→ [Reports: created_at has 0.2% nulls, email has 99.8% cardinality]
→ [Flags: status column has unexpected value "UNKNOWN" in 340 rows]
→ [Suggests: "High-value dimensions to explore: plan_type, signup_source, country"]
You: /write-query I need a cohort retention analysis -- users grouped by signup month,
showing what % are still active 1, 3, 6, and 12 months later. We use Snowflake.
Claude: [Writes optimized Snowflake SQL with CTEs]
→ [Adds comments explaining each step]
→ [Includes performance notes about partition pruning]
You: /build-dashboard Create a sales dashboard with monthly revenue, top products,
and regional breakdown. Here's the data: [pastes CSV]
Claude: [Generates self-contained HTML file]
→ [Includes interactive Chart.js visualizations]
→ [Adds dropdown filters for region and time period]
→ [Opens in browser for review]
You: /validate [shares analysis document]
Claude: [Reviews methodology] → [Checks for survivorship bias in churn analysis]
→ [Verifies aggregation logic] → [Flags: "Denominator excludes trial users
which could overstate conversion rate by ~5pp"]
→ [Confidence: "Ready to share with noted caveat"]
See CONNECTORS.md for the full list of connected tools.
This plugin is configured for your stack: