app-templates
Build, deploy, and scale Databricks data apps and agents
All Skills in This Repository (10)
Pure Emerald Level Indicatorsrun-locally
Run and test a conversational agent backend locally with Python and Uvicorn.
add-tools
Configure Databricks agent access to external resources in databricks.yml.
deploy
Deploy and debug Databricks Apps using Databricks Asset Bundles.
discover-tools
Discovers Databricks workspace resources including UC Functions, Tables, Vector Search Indexes, Genie Spaces and MCP servers, with optional catalog/schema filtering and JSON or Markdown output.
migrate-from-model-serving
Migrate MLflow ResponsesAgents from Databricks Model Serving to Databricks Apps.
quickstart
Configure Databricks CLI authentication and MLflow tracking in a .env file.
modify-agent
Modify agent code, integrate MCP servers, and update model configurations.
lakebase-setup
Configure Lakebase for agent memory storage in Databricks applications.
agent-memory
Integrate long-term and short-term memory into LangGraph agents with Databricks Lakebase.
agent-openai-memory
Persist multi-turn conversation history using OpenAI Agents SDK Sessions and Databricks Lakebase.
Frequently Asked Questions
FAQPage SchemaHow to install Databricks App Templates?โผ
Run `npx skills add databricks/app-templates --all -g -y` in your terminal to install all skills in this suite globally.
How to build a Databricks agent app?โผ
Pick a template like agent-langgraph or agent-openai-agents-sdk, then let your AI agent run the quickstart skill to configure authentication, tools, and deployment automatically.
Can I add memory to my Databricks agent?โผ
Yes. The agent-memory and managed-memory skills add short-term conversation history and long-term user memory backed by Lakebase or Unity Catalog.
How to migrate an agent from Model Serving to Databricks Apps?โผ
Use the agent-migration-from-model-serving template, which guides your agent through downloading the original model, converting the code, and deploying it as an app.
Do these templates work with Claude Code?โผ
Yes. Every template ships with CLAUDE.md and AGENTS.md files plus SKILL.md units that run directly in Claude Code, Cursor, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core