Databricks Repl Consolidate
This skill consolidates Databricks REPL sessions into a single, runnable notebook for streamlined data exploration and analysis workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add databricks-repl-consolidate npx -- -y @trustedskills/databricks-repl-consolidate
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"databricks-repl-consolidate": {
"command": "npx",
"args": [
"-y",
"@trustedskills/databricks-repl-consolidate"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill consolidates multiple Databricks REPL (Read-Eval-Print Loop) commands into a single, executable block. It allows users to chain together several REPL operations, such as displaying dataframes or running SQL queries, and execute them sequentially within a Databricks environment. This streamlines workflows by reducing the need for repetitive typing and context switching.
When to use it
- When you have a series of related commands you want to run in Databricks.
- For debugging purposes where you need to inspect intermediate results after each step.
- To automate common data exploration or transformation tasks within a Databricks notebook.
- When sharing reproducible code snippets that involve multiple REPL interactions.
Key capabilities
- Consolidates multiple Databricks REPL commands.
- Executes chained commands sequentially.
- Supports various REPL operations (e.g., dataframe display, SQL queries).
Example prompts
- "Run these Databricks commands:
display(df1)thenselect * from table2." - "Consolidate this sequence of actions in my Databricks notebook:
df = spark.read.csv(...),df.show()." - "Execute the following REPL block:
print(dbutils.notebook.status). "
Tips & gotchas
This skill requires access to a Databricks environment and familiarity with its REPL commands. Ensure that all referenced tables or dataframes exist within your Databricks workspace for successful execution.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.