Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
.claude/skills/vythanhtra-data-exploration/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 26% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 18% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -6% | 0% |
Systematic methodology for profiling datasets, assessing data quality, discovering patterns, and understanding schemas.
Before analyzing any data, understand its structure:
Table-level questions:
Column classification:
For each column, compute:
All columns:
Numeric columns:
String columns:
Date/timestamp columns:
Red flags:
## Table: [schema.table_name]
**Description**: [What this table represents]
**Grain**: [One row per...]
**Primary Key**: [column(s)]
**Row Count**: [approximate, with date]
**Update Frequency**: [real-time / hourly / daily / weekly]
### Key Columns
| Column | Type | Description | Example Values | Notes |
|--------|------|-------------|----------------|-------|
| user_id | STRING | Unique user identifier | "usr_abc123" | FK to users.id |
### Known Issues
- [List any known data quality issues]| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-03 | fail→fail | 16,605 | 24,304 | +46% | 1 | 1 | 0% | 3,303 | 5,961 | +80% | 0 | 0 | — |
case-01 | fail→fail | 23,321 | 19,999 | -14% | 1 | 1 | 0% | 5,024 | 4,945 | -2% | 0 | 0 | — |
case-02 | fail→pass | 19,401 | 18,972 | -2% | 1 | 1 | 0% | 3,866 | 4,876 | +26% | 0 | 0 | — |
case-04 | fail→pass | 12,207 | 4,750 | -61% | 1 | 1 | 0% | 2,307 | 1,840 | -20% | 0 | 0 | — |
case-05 | pass→pass | 12,329 | 3,772 | -69% | 1 | 1 | 0% | 2,285 | 1,670 | -27% | 0 | 0 | — |
case-06 | fail→pass | 13,974 | 11,047 | -21% | 1 | 1 | 0% | 2,162 | 2,646 | +22% | 0 | 0 | — |
case-07 | fail→fail | 15,040 | 11,030 | -27% | 1 | 1 | 0% | 2,758 | 2,829 | +3% | 0 | 0 | — |
case-08 | pass→pass | 14,091 | 11,342 | -20% | 1 | 1 | 0% | 2,519 | 3,026 | +20% | 0 | 0 | — |
case-09 | fail→pass | 8,893 | 2,574 | -71% | 1 | 1 | 0% | 1,192 | 1,411 | +18% | 0 | 0 | — |
case-10 | pass→pass | 13,133 | 8,900 | -32% | 1 | 1 | 0% | 2,450 | 2,582 | +5% | 0 | 0 | — |
case-11 | pass→pass | 7,235 | 2,402 | -67% | 1 | 1 | 0% | 1,206 | 1,347 | +12% | 0 | 0 | — |
case-12 | pass→pass | 6,842 | 4,637 | -32% | 1 | 1 | 0% | 1,097 | 1,749 | +59% | 0 | 0 | — |
case-13 | pass→pass | 8,230 | 6,699 | -19% | 1 | 1 | 0% | 1,348 | 2,158 | +60% | 0 | 0 | — |
case-14 | pass→pass | 5,081 | 4,951 | -3% | 1 | 1 | 0% | 945 | 1,800 | +90% | 0 | 0 | — |
case-15 | fail→pass | 8,827 | 3,798 | -57% | 1 | 1 | 0% | 1,695 | 1,585 | -6% | 0 | 0 | — |
case-16 | fail→fail | 11,917 | 4,868 | -59% | 1 | 1 | 0% | 2,032 | 1,808 | -11% | 0 | 0 | — |
case-17 | pass→pass | 6,402 | 3,988 | -38% | 1 | 1 | 0% | 1,150 | 1,572 | +37% | 0 | 0 | — |
case-18 | pass→pass | 10,861 | 8,671 | -20% | 1 | 1 | 0% | 2,016 | 2,372 | +18% | 0 | 0 | — |
case-19 | pass→pass | 10,534 | 6,710 | -36% | 1 | 1 | 0% | 1,850 | 2,067 | +12% | 0 | 0 | — |
case-20 | pass→pass | 15,227 | 11,787 | -23% | 1 | 1 | 0% | 2,757 | 2,956 | +7% | 0 | 0 | — |
case-21 | pass→pass | 18,107 | 18,106 | -0% | 1 | 1 | 0% | 3,519 | 4,500 | +28% | 0 | 0 | — |
case-22 | pass→pass | 16,761 | 14,168 | -15% | 1 | 1 | 0% | 2,972 | 3,298 | +11% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +23 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.