csv-analysis
Installation
SKILL.md
CSV Analysis with DuckDB
Analyze CSV files using DuckDB SQL queries.
Execution
Run queries via the DuckDB CLI:
duckdb -c "SELECT * FROM 'data.csv' LIMIT 10;"
For multi-line queries, use a heredoc:
Related skills
More from totto2727-dotfiles/agents
doc-research
>-
17zmx
>-
15moonbit-bestpractice
>-
15moonbit-docs
>-
15exocortex
>-
11git-operations-rules
Critical rules for git operations. Enforces git unstage, git undo, and git stash push/apply usage. MUST ALWAYS be applied when performing git operations like staging, unstaging, undoing commits, or stashing changes.
10