From codex-next
Analyzes CSV, Excel, parquet, or table-like files with reproducible scripts, data profiling, validation, and structured summaries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-next:data-tabular-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this workflow for table-like data analysis.
Use this workflow for table-like data analysis.
scripts/ when computation is needed.outputs/.raw/.Return:
npx claudepluginhub blueskyxn/codex-is-all-you-need --plugin codex-nextProfiles CSV/TSV/Excel files: detects format, counts rows/headers, computes basic/advanced statistics (kurtosis, Gini, outliers), shows top value distributions.
Profiles tables or files (CSV, Excel, Parquet, JSON) to reveal shape, null rates, column distributions, top values, percentiles, data quality issues, and column categories.
Parse, transform, clean, and analyze CSV files: auto-detect formats, filter/sort/merge/pivot, generate stats/outliers, with Python (pandas) and JavaScript examples.