Agent Skills by keqingli1129
Showing 12 vetted skills indexed across 1 GitHub repositories.
run-locally
Start the local agent server and test its HTTP API endpoints.
add-tools
Register MCP tools in agent_server/agent.py and grant Databricks resource permissions.
lakebase-setup
Configure Lakebase PostgreSQL persistence and grant service principal permissions.
deploy
Deploy agent bundles to Databricks Apps using Databricks Asset Bundles.
discover-tools
Discover Databricks UC functions, Vector Search indexes, Genie spaces, and MCP endpoints.
migrate-from-model-serving
Migrate MLflow ResponsesAgent from Databricks Model Serving to Databricks Apps.
quickstart
Configure Databricks authentication and MLflow settings for agent development.
long-running-server
Enable Responses API agent tasks to run beyond HTTP timeout limits with background execution and Lakebase-backed persistence.
agent-memory
Store and retrieve user memories across sessions using Databricks Lakebase.
create-tools
Create Databricks tool resources for agents to execute MCP-backed operations.
load-testing
Run Locust-based streaming load tests on Databricks Apps to measure QPS, TTFT, and latency.
modify-agent
Modify LangGraph/LangChain agents by updating models, instructions, and MCP tools.