Expertise in analyzing CSV and JSON data files. Use when the user asks to "summarize", "analyze", or "filter" a data file in the workspace.
This skill is designed to provide structured analysis of tabular or nested data files. It should be activated when a user provides a data file (CSV, JSON, TSV) and requests insights, summaries, or specific filtering.
Follow these steps strictly:
head -n 5 <filename> for CSV or read_file with end_line: 10 for JSON.If the analysis is complex, the @memento-architect may suggest creating a specific script in skills/data-analyst/scripts/.
grep or awk to process it in chunks.