duonginspace/claude-code-databricks-ml
Instructions file
Instructions for duonginspace/claude-code-databricks-ml, covering claude-code-databricks-ml, structure and rules.
duonginspace/claude-code-databricks-ml
Instructions file
Instructions for duonginspace/claude-code-databricks-ml, covering claude-code-databricks-ml, structure and rules.
duonginspace/claude-code-databricks-ml
Agent
Read-only data analysis agent for EDA tasks.
duonginspace/claude-code-databricks-ml
Agent
Submits ML training jobs to Databricks and fetches results. Has access to Databricks MCP tools and can run submission scripts.
duonginspace/claude-code-databricks-ml
Agent
Autonomous ML research agent. Searches the web for papers and techniques, reads current experiment context, and produces actionable recommendations.
duonginspace/claude-code-databricks-ml
Command
Create a git commit following Conventional Commits 1.0.0.
duonginspace/claude-code-databricks-ml
Skill Claude CodeCodex
Analyze MLflow experiment results. Use when the user asks about model performance or experiment history.
duonginspace/claude-code-databricks-ml
Skill Claude CodeCodex
Compare MLflow experiment runs, rank them, and recommend next steps. Use when the user asks about results, which run is best, what improved, what hurt performance, or wants a summary of experiment history. Triggers on "compare runs", "what improved", "best model so far", "show me results", "which hyperparameters…
duonginspace/claude-code-databricks-ml
Skill Claude CodeCodex
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?".
duonginspace/claude-code-databricks-ml
Skill Claude CodeCodex
Analyze a dataset. Use when the user wants to explore data, understand distributions, check quality, find correlations, profile a DataFrame, or generate EDA plots. Triggers on phrases like "look at the data", "what does the dataset look like", "check for missing values", "understand this dataset".
duonginspace/claude-code-databricks-ml
Skill Claude CodeCodex
Write or update a handoff document so the next agent with fresh context can continue this work.
duonginspace/claude-code-databricks-ml
Skill Claude CodeCodex
Initialize or update a project with Databricks ML workflow scaffolding, skills, and agents. Use when starting a new ML project or adding missing Databricks integration to an existing project.
duonginspace/claude-code-databricks-ml
Skill Claude CodeCodex
Full ML iteration cycle: implement a change, run on Databricks, compare results, suggest next step. Use when the user says "try X", "implement Y and test it", "iterate on the model", or "run an experiment with Z".
duonginspace/claude-code-databricks-ml
Skill Claude CodeCodex
Research ML techniques, architectures, or papers relevant to the current task and summarize actionable insights. Use when the user asks "is there a better way to do X", "what are state-of-the-art methods for Y", "find papers on Z", "how do others solve this problem", or wants to understand recent advances in a…
duonginspace/claude-code-databricks-ml
Skill Claude CodeCodex
Submit a training job to the Databricks GPU cluster, wait for results, and pull MLflow metrics back locally. Use when the user wants to train on GPU, run a full experiment, or execute code on the Databricks cluster. Triggers on "run on Databricks", "train on GPU", "submit job", "full training run".
duonginspace/claude-code-databricks-ml
Skill Claude CodeCodex
Submit ML training to Databricks and pull results. Use when the user wants to run, train, or execute a model on Databricks.
duonginspace/claude-code-databricks-ml
Skill Claude CodeCodex
Run a quick training experiment locally (CPU or MPS). Use when the user wants to test a model change, debug training code, run a smoke test, or validate a new architecture before submitting to Databricks. Fast iteration, small data, short epochs.