| "create app", "scaffold", "init", "new app", "bootstrap", "start new project" | apps_lakebase/skills/01-appkit-scaffold/SKILL.md | Create a new AppKit project |
| "add plugin", "add lakebase", "add analytics", "add genie", "add files", "integrate postgres", "extend app" | apps_lakebase/skills/04-appkit-plugin-add/SKILL.md | Add a plugin to an existing project |
| "build UI", "implement PRD", "create dashboard", "add page", "build features", "develop frontend", "create components" | apps_lakebase/skills/02-appkit-build/SKILL.md | Build features from a PRD or spec |
| "setup lakebase", "add lakebase plugin", "lakebase bundle resources", "configure lakebase" | apps_lakebase/skills/04-appkit-plugin-add/SKILL.md + apps_lakebase/prompts/03-setup-lakebase.md | Install Lakebase plugin, declare bundle resources |
| "wire lakebase", "connect lakebase", "lakebase wiring", "lakebase backend", "CRUD API", "lakebase tables", "DDL" | apps_lakebase/skills/05-appkit-lakebase-wiring/SKILL.md (patterns) + apps_lakebase/prompts/04-lakebase-wiring.md (orchestration) | Wire Lakebase to UI — code changes only, does NOT deploy |
| "database schema design", "useLakebaseData", "ConnectionStatus", "mock fallback", "database design" | apps_lakebase/skills/05-appkit-lakebase-wiring/SKILL.md | Lakebase wiring patterns (DDL, API routes, frontend hooks, testing) |
| "e2e test", "test lakebase", "deploy lakebase", "verify live data" | apps_lakebase/Instructions.md Deploy and E2E Test step or apps_lakebase/prompts/05-e2e-test.md | Deploy with Lakebase (SP creates DB objects), test APIs, verify idle resilience |
| "lakebase CLI", "lakebase troubleshoot", "lakebase branches", "lakebase roles" | databricks-lakebase agent skill (installed via Databricks Agent Skills). Fallback: https://github.com/databricks/databricks-agent-skills/blob/main/skills/databricks-lakebase/SKILL.md | Advanced Lakebase CLI operations, troubleshooting, branches, roles |
| "wire agent", "agent endpoint", "serving plugin", "agent UI", "chat interface", "model serving", "useServingStream", "serving wiring" | apps_lakebase/skills/06-appkit-serving-wiring/SKILL.md | Wire a Model Serving / Agent endpoint to the AppKit frontend |
| "agent app backend", "two apps", "separate Agent App", "appkit plus agent app", "agent app proxy", "OBO forwarding", "x-forwarded-access-token" | apps_lakebase/skills/06d-appkit-agent-app-proxy/SKILL.md | Wire AppKit to a separate Agent App with app-to-app auth and end-user OBO forwarding |
| "chat history", "save conversations", "persistent chat", "conversation sidebar", "message storage", "save messages", "ephemeral chat" | apps_lakebase/skills/07-appkit-chat-history/SKILL.md | Persist agent chat conversations to Lakebase with session auth + sidebar |
| "feedback", "thumbs up", "thumbs down", "rate response", "MLflow assessment", "user rating", "vote on message" | apps_lakebase/skills/08-appkit-feedback/SKILL.md | Add user feedback linked to MLflow assessments (AppKit-native auth) |
| "deploy", "push to production", "ship app", "fix deploy error", "app won't start", "redeploy" | apps_lakebase/skills/03-appkit-deploy/SKILL.md | Deploy to Databricks Apps |