One-click install
npx skills add https://github.com/keqingli1129/agent-langgraph-one --skill deploy-keqingli1129
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/keqingli1129/agent-langgraph-one/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/keqingli1129/agent-langgraph-one --skill deploy-keqingli1129

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you reliably deploy your agent to Databricks Apps, including updating bundle configuration, starting the app with the new code, and troubleshooting common deployment and access issues.

Core Features & Use Cases

  • End-to-end Databricks Apps deployment: Validate the bundle, deploy resources, and start the app using the correct Databricks bundle workflow.
  • Safe handling of existing apps: Bind an existing app to the bundle by syncing server-side configuration or delete and recreate when appropriate.
  • Post-deploy operations and debugging: Query OAuth-required endpoints, view logs, verify compute/app status, and handle streaming/error expectations.
  • Authentication options: Use OAuth tokens for querying and support on-behalf-of user authentication in agent code.

Quick Start

Ask the AI to deploy your agent bundle to Databricks Apps by running the pre-flight check, validating the bundle, deploying it, and then starting it with the required bundle run step.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an agent bundle to Databricks Apps?

Deploying an agent bundle requires running pre-flight checks, validating the bundle, executing databricks bundle deploy, and then starting the app using databricks bundle run to push new code to Databricks Apps.

What is the best way to handle Databricks Apps deployment errors for existing apps?

To resolve existing app deployment errors, bind the app to the bundle by syncing server-side configuration, or delete and recreate the app resources when appropriate to clear conflicts.

Do I need to configure OAuth authentication to query deployed Databricks Apps endpoints?

Yes, querying deployed Databricks Apps endpoints requires OAuth authentication. The process uses OAuth tokens for querying and supports optional on-behalf-of user authentication hooks within the agent code.

Can I bind an existing app to a Databricks Asset Bundle without deleting it?

Yes, you can bind an existing app to a Databricks Asset Bundle without deletion by syncing server-side configuration to safely manage the app lifecycle and preserve your resources.

What should I do if my Databricks bundle run fails to start the app?

If your Databricks bundle run fails to start the app, use post-deploy debugging operations to view logs, verify compute and app status, and troubleshoot runtime behavior or streaming errors.

Does deploying to Databricks Apps require reading the DATABRICKS_CONFIG_PROFILE from .env?

Yes, deploying to Databricks Apps requires reading the DATABRICKS_CONFIG_PROFILE from the .env file for every databricks CLI call to ensure correct authentication and profile configuration.