DA
Toolkit
6 core commands + 6 DA commands for Claude Code. Analyze data, write SQL, create reports, and build dashboards.
Two Setup Modes
tramy setup = 6 core commands. tramy setup da = 6 DA commands only.
Core Commands (tramy setup)
/analyze Explore data & problems
/plan Create implementation plan
/build Write code & queries
/test Validate & verify
/doc Generate documentation
/commit Git commit
DA Commands (tramy setup da)
/da:query Write SQL from natural language
/da:analyze Exploratory data analysis
/da:clean Clean data (raw → processed)
/da:report Generate analysis reports
/da:dashboard Design BI dashboards
/da:notebook Create Jupyter notebooks
Recommended Workflow
Continuous Learning
Commands automatically update CLAUDE.md with learned knowledge. Claude remembers across sessions.
How it works
Run a command
/analyze "sales data" Command completes
Delivers results + insights
Updates CLAUDE.md
Saves learned knowledge automatically
Claude remembers
Full context in future sessions
Knowledge Sections
Insights & patterns
Schemas & relationships
Active plans
Important files
Validations
Reports & docs
Each command updates relevant sections after completion.
Example: After running /analyze
Install in Seconds
Two setup modes. Choose what fits your needs.
6 core commands
npm install -g tramy tramy setup Creates CLAUDE.md with 6 core commands. Works with any project.
6 DA commands only
npm install -g tramy tramy setup da
Full toolkit with data directories: data/, analysis/, reports/