account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Profile and explore a dataset to understand its shape, quality, and patterns. Use when encountering a new table or file, checking null rates and column distributions, spotting data quality issues like duplicates or suspicious values, or deciding which dimensions and metrics to
$ npx -y skills add charlieviettq/awesome-agent-skill --skill explore-data --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/explore-dataContext preview
The summary Claude sees to decide when to auto-load this skill.
Profile and explore a dataset to understand its shape, quality, and patterns. Use when encountering a new table or file, checking null rates and column distributions, spotting data quality issues like duplicates or suspicious values, or deciding which dimensions and metrics to
name: explore-data description: "Profile and explore a dataset to understand its shape, quality, and patterns. Use when encountering a new table or file, checking null rates and column distributions, spotting data quality issues like duplicates or suspicious values, or deciding which dimensions and metrics to analyze." allowed-tools: Read, Glob, Grep argument-hint: <table or file>
> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS-data.md).
Generate a comprehensive data profile for a table or uploaded file. Understand its shape, quality, and patterns before diving into analysis.
/explore-data <table_name or file>
**If a data warehouse MCP server is connected:**
1. Resolve the table name (handle schema prefixes, suggest matches if ambiguous) 2. Query table metadata: column names, types, descriptions if available 3. Run profiling queries against the live data
**If a file is provided (CSV, Excel, Parquet, JSON):**
1. Read the file and load into a working dataset 2. Infer column types from the data
**If neither:**
1. Ask the user to provide a table name (with their warehouse connected) or upload a file 2. If they describe a table schema, provide guidance on what profiling queries to run
Before analyzing any data, understand its structure:
**Table-level questions:**
**Column classification** — categorize each column as one of:
Run the following profiling checks:
**Table-level metrics:**
**All columns:**
**Numeric columns (metrics):**
min, max, mean, median (p50) standard deviation percentiles: p1, p5, p25, p75, p95, p99 zero count negative count (if unexpected)
**String columns (dimensions, text):**
min length, max length, avg length empty string count pattern analysis (do values follow a format?) case consistency (all upper, all lower, mixed?) leading/trailing whitespace count
**Date/timestamp columns:**
min date, max date null dates future dates (if unexpected) distribution by month/week gaps in time series
**Boolean columns:**
true count, false count, null count true rate
**Present the profile as a clean summary table**, grouped by column type (dimensions, metrics, dates, IDs).
Apply the quality assessment framework below. Flag potential problems:
After profiling individual columns:
Based on the column profile, recommend:
Suggest 3-5 specific analyses the user could run next:
## Data Profile: [table_name] ### Overview - Rows: 2,340,891 - Columns: 23 (8 dimensions, 6 metrics, 4 dates, 5 IDs) - Date range: 2021-03-15 to 2024-01-22 ### Column Details [summary table] ### Data Quality Issues [flagged issues with severity] ### Recommended Explorations [numbered list of suggested follow-up analyses]
---
Rate each colum
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…