feat: Add databricks power#128
Conversation
Adds the Databricks AI Dev Kit as a Kiro Power. Provides 44 MCP tools (180+ operations) and expert skills for building data pipelines, ML workflows, dashboards, jobs, and AI/agentic applications on the Databricks platform across AWS, Azure, and GCP. The Power's onboarding flow runs the official Databricks AI Dev Kit installer (databricks-solutions/ai-dev-kit) in Kiro-targeted mode and copies skills into the Power's steering directory. - POWER.md: manifest + complete onboarding flow with auth options - mcp.json: wires databricks-mcp-server with credential profile support - steering/README.md: skill index pointing back to the ai-dev-kit repo Authored by Antony Prasad Thevaraj (Databricks); catalog-ready packaging prototyped by Venkatavaradhan Viswanathan (AWS). Co-authored-by: Isaac
|
Hi @antonyprasad-db, thank you for your contribution! Please note that if you haven't already, you would also need to submit your power officially at kiro.dev/powers/submit so it can be reviewed for listing in the Kiro powers registry. |
|
Marking this as draft — pausing for an internal review of Databricks brand language and standards (the POWER.md uses `author: "Databricks Solutions"` and the "Databricks AI Dev Kit" name; both should be cleared internally before this lands publicly in the catalog). Will flip to ready-for-review once that internal review is complete. Apologies for the noise; the technical content is sound — this is purely a brand/standards check. In the meantime, happy to take any directional feedback from maintainers (e.g., should we name the folder `databricks` or `databricks-ai-dev-kit`?). |
|
Closing this temporarily for internal review on the Databricks side. The technical content is sound (it wraps the databricks-solutions/ai-dev-kit installer, which is the canonical toolkit), but a few items need to clear before this lands publicly under `author: "Databricks Solutions"`:
Will re-open as v2 once those clear (expected ~1 week). Apologies for the noise. |
Summary
Adds the Databricks AI Dev Kit as a Kiro Power. Currently no Databricks power exists in this catalog — this fills that gap.
The Power provides:
~/.databrickscfgprofile, or PAT)What's included
Structure matches the existing
aws-agentcorepower.How the Power works
On first activation, the agent runs the official Databricks AI Dev Kit installer in non-interactive Kiro mode:
bash <(curl -sL https://raw.githubusercontent.com/databricks-solutions/ai-dev-kit/main/install.sh) --tools kiro --global --silentThe installer downloads the MCP server, creates a venv, and pulls 34+ skills into
~/.kiro/skills/. The Power's onboarding flow then copies the skills into its ownsteering/directory so they're scoped to Power activation (no global namespace pollution).This means the Power stays lean — skills are always fetched from the latest ai-dev-kit repository rather than bundled and going stale.
Foundation
The Kiro IDE installer support that this Power depends on was merged in ai-dev-kit PR #511.
Contributors
Checklist
disabled: trueuntil user configures credentials)