viz
Installation
SKILL.md
Viz Skill: Data Visualization and Inspection
Purpose
This skill directly executes visualizations. The calling agent provides a visualization spec along with data context, and the skill:
- Infers the data loading code from the provided context
- Generates the complete plotting script
- Executes it via the
viz_runner.pyhelper - Returns artifact paths for the caller to reference
Key pattern:
Caller (with data context) → Skill (infers data loading, generates script, executes) → Plot appears
The caller does NOT need to write any execution code. The skill handles everything.
Input Specification
Related skills
More from robdmc/claude_skills
duckdb-sql
Generate DuckDB SQL queries. Use when user asks about DuckDB queries, data analysis, exploring .ddb database files, CSV files, Parquet files, wants help editing/improving SQL, asks to use the duckdb skill, references duckdb assets, or wants to initialize/setup duckdb analysis.
58latex-pdf-compiler
Compiles LaTeX source code to PDF using pdflatex. Use this skill whenever the user asks to create and compile LaTeX documents, generate PDFs from LaTeX, or compile existing LaTeX code in artifacts.
22