Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Read a CSV file and produce a concise summary including row count, column names, inferred types per column, and any obvious data-quality issues. Activates when the user asks to summarize, profile, or describe a CSV file or any tabular dataset in the working directory.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 57% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 113% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 59% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 155% | 0% |
When the user asks you to summarize or profile a CSV file, follow this protocol.
If the user names a specific file, use that. Otherwise list .csv files in the working directory and use the most recently modified one. Report the filename you chose.
Read the file (or its first 1000 rows if very large). Compute:
integer, decimal, date, boolean, string, or mixed.Produce a single response with:
csv-summarizer: <filename> (N rows × M columns).| name | inferred type | sample | notes |.Do not modify the file. Read-only.
Other measured skills in the registry, with their headline benchmark lift.