github.com/databricks/app-templates
Skill | Added | Review |
|---|---|---|
long-running-server Enable long-running background task support with LongRunningAgentServer. Use when: (1) Agent tasks may exceed HTTP timeout (~120s), (2) User wants background/async execution, (3) User says 'long running', 'background tasks', or 'async agent'. | 82 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
discover-tools Discover available tools and resources in Databricks workspace. Use when: (1) User asks 'what tools are available', (2) Before writing agent code, (3) Looking for MCP servers, Genie spaces, UC functions, or vector search indexes, (4) User says 'discover', 'find resources', or 'what can I connect to'. | 100 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
load-testing Load test a Databricks App to find its maximum QPS. Use when: (1) User says 'load test', 'benchmark', 'QPS', 'throughput', or 'performance test', (2) User wants to find how many queries per second their app can handle, (3) User wants to set up load testing scripts for their agent, (4) User wants to view load test results/dashboard. | 85 Impact Pending No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: dfeb4ac | |
run-locally Run and test the agent locally. Use when: (1) User says 'run locally', 'start server', 'test agent', or 'localhost', (2) Need curl commands to test API, (3) Troubleshooting local development issues, (4) Configuring server options like port or hot-reload. | 90 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
supervisor-api Replace the client-side agent loop with Databricks Supervisor API (hosted tools). Use when: (1) User asks about Supervisor API, (2) User wants Databricks to run the agent loop server-side, (3) Connecting Genie spaces, UC functions, agent endpoints, or MCP servers as hosted tools. | 90 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: dfeb4ac | |
deploy Deploy agent to Databricks Apps using DAB (Databricks Asset Bundles). Use when: (1) User says 'deploy', 'push to databricks', or 'bundle deploy', (2) 'App already exists' error occurs, (3) Need to bind/unbind existing apps, (4) Debugging deployed apps, (5) Querying deployed app endpoints. | 90 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
deploy Deploy agent to Databricks Apps using DAB (Databricks Asset Bundles). Use when: (1) User says 'deploy', 'push to databricks', or 'bundle deploy', (2) 'App already exists' error occurs, (3) Need to bind/unbind existing apps, (4) Debugging deployed apps, (5) Querying deployed app endpoints. | 90 Impact Pending No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: dfeb4ac | |
migrate-from-model-serving Migrate an MLflow ResponsesAgent from Databricks Model Serving to Databricks Apps. Use when: (1) User wants to migrate from Model Serving to Apps, (2) User has a ResponsesAgent with predict()/predict_stream() methods, (3) User wants to convert to @invoke/@stream decorators. | 84 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: dfeb4ac | |
add-tools Add tools to your agent and grant required permissions in databricks.yml. Use when: (1) Adding MCP servers, Genie spaces, vector search, or UC functions to agent, (2) Permission errors at runtime, (3) User says 'add tool', 'connect to', 'grant permission', (4) Configuring databricks.yml resources. | 89 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: dfeb4ac | |
create-tools Create Databricks resources that agents connect to as tools. Use when: (1) User needs to create a Genie space, vector search index, UC function, or UC connection, (2) User says 'create tool', 'set up genie', 'create vector search', 'register MCP server', (3) Before add-tools when the resource doesn't exist yet, (4) User asks 'what do I need to create before adding this tool'. | 89 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: dfeb4ac | |
migrate-from-model-serving Migrate an MLflow ResponsesAgent from Databricks Model Serving to Databricks Apps. Use when: (1) User wants to migrate from Model Serving to Apps, (2) User has a ResponsesAgent with predict()/predict_stream() methods, (3) User wants to convert to @invoke/@stream decorators. | 84 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: dfeb4ac | |
long-running-server Enable long-running background task support with LongRunningAgentServer. Use when: (1) Agent tasks may exceed HTTP timeout (~120s), (2) User wants background/async execution, (3) User says 'long running', 'background tasks', or 'async agent'. | 82 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
quickstart Set up Databricks agent development environment. Use when: (1) First time setup, (2) Configuring Databricks authentication, (3) User says 'quickstart', 'set up', 'authenticate', or 'configure databricks', (4) No .env file exists. | 85 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
discover-tools Discover available tools and resources in Databricks workspace. Use when: (1) User asks 'what tools are available', (2) Before writing agent code, (3) Looking for MCP servers, Genie spaces, UC functions, or vector search indexes, (4) User says 'discover', 'find resources', or 'what can I connect to'. | 100 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
lakebase-setup Configure Lakebase for agent memory storage. Use when: (1) Adding memory capabilities to the agent, (2) 'Failed to connect to Lakebase' errors, (3) Permission errors on checkpoint/store tables, (4) User says 'lakebase', 'memory setup', or 'add memory'. | 82 1.72x Agent success vs baseline Impact 100% 1.72xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
migrate-from-model-serving Migrate an MLflow ResponsesAgent from Databricks Model Serving to Databricks Apps. Use when: (1) User wants to migrate from Model Serving to Apps, (2) User has a ResponsesAgent with predict()/predict_stream() methods, (3) User wants to convert to @invoke/@stream decorators. | 81 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: dfeb4ac | |
lakebase-setup Configure Lakebase for agent memory storage. Use when: (1) Adding memory capabilities to the agent, (2) 'Failed to connect to Lakebase' errors, (3) Permission errors on checkpoint/store tables, (4) User says 'lakebase', 'memory setup', or 'add memory'. | 82 1.72x Agent success vs baseline Impact 100% 1.72xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
deploy Deploy agent to Databricks Apps using DAB (Databricks Asset Bundles). Use when: (1) User says 'deploy', 'push to databricks', or 'bundle deploy', (2) 'App already exists' error occurs, (3) Need to bind/unbind existing apps, (4) Debugging deployed apps, (5) Querying deployed app endpoints. | 90 Impact Pending No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: dfeb4ac | |
run-locally Run and test the agent locally. Use when: (1) User says 'run locally', 'start server', 'test agent', or 'localhost', (2) Need curl commands to test API, (3) Troubleshooting local development issues, (4) Configuring server options like port or hot-reload. | 90 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
migrate-from-model-serving Migrate an MLflow ResponsesAgent from Databricks Model Serving to Databricks Apps. Use when: (1) User wants to migrate from Model Serving to Apps, (2) User has a ResponsesAgent with predict()/predict_stream() methods, (3) User wants to convert to @invoke/@stream decorators. | 84 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: dfeb4ac | |
add-tools Add tools to your agent and grant required permissions in databricks.yml. Use when: (1) Adding MCP servers, Genie spaces, vector search, or UC functions to agent, (2) Permission errors at runtime, (3) User says 'add tool', 'connect to', 'grant permission', (4) Configuring databricks.yml resources. | 89 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
load-testing Load test a Databricks App to find its maximum QPS. Use when: (1) User says 'load test', 'benchmark', 'QPS', 'throughput', or 'performance test', (2) User wants to find how many queries per second their app can handle, (3) User wants to set up load testing scripts for their agent, (4) User wants to view load test results/dashboard. | 85 Impact Pending No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: dfeb4ac | |
modify-agent Modify agent code, add tools, or change configuration. Use when: (1) User says 'modify agent', 'add tool', 'change model', or 'edit agent.py', (2) Adding MCP servers to agent, (3) Changing agent instructions, (4) Understanding SDK patterns. | 89 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: dfeb4ac | |
create-tools Create Databricks resources that agents connect to as tools. Use when: (1) User needs to create a Genie space, vector search index, UC function, or UC connection, (2) User says 'create tool', 'set up genie', 'create vector search', 'register MCP server', (3) Before add-tools when the resource doesn't exist yet, (4) User asks 'what do I need to create before adding this tool'. | 89 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: dfeb4ac | |
agent-memory Add memory capabilities to your agent. Use when: (1) User asks about 'memory', 'state', 'remember', 'conversation history', (2) Want to persist conversations or user preferences, (3) Adding checkpointing or long-term storage. | 83 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: dfeb4ac |