Claude Code plugin

Drive the Xorq catalog and command-line tool from Claude Code in plain language

You talk to Claude in plain language. It picks the matching skill and runs the xorq commands for you. Source and full skill docs: xorq-labs/claude-plugins.

Install

/plugin marketplace add xorq-labs/claude-plugins
/plugin install xorq@xorq-plugins

A SessionStart hook loads the essentials.md once per session, so each skill has access to the same information in context without duplication.

Skills

Skill What it does
ingest Bring data not yet catalogued (csv, parquet, or a DuckDB / SQLite / Postgres table) into a source.
composer Shape catalogued data into a new composed entry with inline code, reusable transforms, or both.
catalog-explore Read-only list, schema, row preview, and history. Also how a build is verified.
ml Fit an sklearn pipeline over an expression, save it as an expr_builder, run it on new data.
builder Round-trip tagged objects (semantic models, fitted pipelines, your own) through the catalog.
diagnose Failed, slow, or stale runs, and caching.

Example

A session, one line per turn—what you say, and the skill Claude reaches for.

You ask Skill
“Use a catalog called demo.” (setup)
“Ingest customers.csv as customers.” ingest
“Show the catalog and preview customers.” catalog-explore
“From customers, keep age > 30, select name and age.” composer
“Fit a classifier on transactions for is_fraud, save it.” ml
“That run was slow, what happened?” diagnose

Full command-line and Python API index: https://docs.xorq.dev/llms.txt