Cheatsheet
Open Claude Code in the Pixie repo, then type any of these.
Add a tool
Add a Pixie tool that <does the thing>Add github.com/<user>/<repo> as a Pixie toolWrap ./scripts/<file>.py as a Pixie toolConvert ./<notebook>.ipynb to a Pixie toolWrap ffmpeg as a Pixie toolImport ./shared/<tool>.zipEdit / maintain
Update the foo tool: add a slider for X from 0 to 100Rename foo to barDuplicate the foo tool as foo-v2Archive foo (I'll bring it back later)Remove the foo tool permanentlyLint the foo toolMigrate the foo tool to the latest schemaRe-validate every toolSecrets & data
Set the ANTHROPIC_API_KEY for the rag-with-citations toolFetch https://example.com/data.csv into the foo toolFetch the kaggle.com/datasets/foo/bar into the baz toolImport ~/Downloads/iris.csv into the foo toolRuns & outputs
Show me the last 5 runs of the foo toolFind PNG outputs from this weekLabel the last run of foo "final-budget"Star run abc123Export run abc123 to ./exportsExport run abc123 as a markdown reportExport this output as SVGBulk-export all starred runs from the lorenz toolCopy this output to ~/Documents/results.csvCopy this text to the clipboardOpen the artefacts folder for foo in ExplorerClear runs older than 30 days from fooWorkspaces & tags
Create a "Finance" workspaceAdd black-scholes-greeks to the Finance workspaceTag foo as 'nlp' and 'production'Cite arxiv.org/abs/2106.09685 on the foo toolShare
Package the foo tool as a zipSet up "reports" as an export target pointing at ~/Documents/ReportsDebug
Why is the foo tool failing validation?Show me the stderr for fooRun pixie doctorIs Pixie running?List all toolsValidate foo against its reference fixturesIf the routing picks a different skill from what you wanted, just say so —
e.g. “no, use update-tool not debug-tool” — and Claude Code will
correct course.