duckdb-sql
DuckDB SQL Query Assistant
CRITICAL: Use Existing Assets - DO NOT RUN DUCKDB CLI
STOP. Your FIRST action must be to check if duckdb_sql_assets/ exists.
Even if the user provides direct file paths (e.g., @file.ddb or /path/to/file.ddb), you MUST check for existing assets first. Do NOT access the database files directly.
Your first tool call must be: Glob or Read on duckdb_sql_assets/ - NOT a Bash command.
If duckdb_sql_assets/ exists with these files:
tables_inventory.jsonschema_*.sqlfilesdata_dictionary.md
Then NEVER:
- Run
duckdbbash commands (no.schema, noDESCRIBE, no direct queries) - Try to open or access the
.ddbfiles directly - Regenerate any asset files
More from robdmc/claude_skills
latex-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.
22viz
Data visualization and inspection skill. Use for (1) creating matplotlib/seaborn plots from data files or marimo notebooks, or (2) inspecting DataFrames by showing first N rows, column names, and dtypes. For plots, provide chart type, data context, and styling. For inspection, ask to "show" or "display" the data.
8