github.com/databricks/app-templates
| Skill | Added | Review |
|---|---|---|
migrate-from-model-serving agent-non-conversational/.claude/skills/migrate-from-model-serving/SKILL.md 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. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
lakebase-setup agent-non-conversational/.claude/skills/lakebase-setup/SKILL.md 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'. | 79 79 24.75x Agent success vs baseline Impact 99% 24.75xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: fdc1b49 | |
discover-tools agent-non-conversational/.claude/skills/discover-tools/SKILL.md 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'. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
deploy agent-non-conversational/.claude/skills/deploy/SKILL.md 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. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
create-tools agent-non-conversational/.claude/skills/create-tools/SKILL.md 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'. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: fdc1b49 | |
agent-memory agent-non-conversational/.claude/skills/agent-memory/SKILL.md 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. | 62 62 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: fdc1b49 | |
add-tools agent-non-conversational/.claude/skills/add-tools/SKILL.md 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. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: fdc1b49 | |
run-locally agent-migration-from-model-serving/.claude/skills/run-locally/SKILL.md 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. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
quickstart agent-migration-from-model-serving/.claude/skills/quickstart/SKILL.md 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. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
modify-agent agent-migration-from-model-serving/.claude/skills/modify-openai-agent/SKILL.md 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. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
modify-agent agent-migration-from-model-serving/.claude/skills/modify-langgraph-agent/SKILL.md 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. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: fdc1b49 | |
migrate-from-model-serving agent-migration-from-model-serving/.claude/skills/migrate-from-model-serving/SKILL.md 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. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
long-running-server agent-migration-from-model-serving/.claude/skills/long-running-server/SKILL.md 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'. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
load-testing agent-migration-from-model-serving/.claude/skills/load-testing/SKILL.md 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, (5) User wants to validate results or observe latency/error rate with MLflow tracing. | 69 69 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: fdc1b49 | |
lakebase-setup agent-migration-from-model-serving/.claude/skills/lakebase-setup/SKILL.md 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'. | 79 79 24.75x Agent success vs baseline Impact 99% 24.75xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: fdc1b49 | |
discover-tools agent-migration-from-model-serving/.claude/skills/discover-tools/SKILL.md 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'. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
deploy agent-migration-from-model-serving/.claude/skills/deploy/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
create-tools agent-migration-from-model-serving/.claude/skills/create-tools/SKILL.md 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'. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: fdc1b49 | |
agent-memory agent-migration-from-model-serving/.claude/skills/agent-memory/SKILL.md 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. | 62 62 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: fdc1b49 | |
add-tools agent-migration-from-model-serving/.claude/skills/add-tools-openai/SKILL.md 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. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
add-tools agent-migration-from-model-serving/.claude/skills/add-tools-langgraph/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: fdc1b49 | |
run-locally agent-langgraph/.claude/skills/run-locally/SKILL.md 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. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
quickstart agent-langgraph/.claude/skills/quickstart/SKILL.md 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. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 | |
modify-agent agent-langgraph/.claude/skills/modify-agent/SKILL.md 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. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: fdc1b49 | |
migrate-from-model-serving agent-langgraph/.claude/skills/migrate-from-model-serving/SKILL.md 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. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: fdc1b49 |