databricks-app-apx

Scaffold full-stack Databricks applications with APX framework using FastAPI and React.

27|9|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/datasciencemonkey/claude-code-cli-bricks --skill databricks-app-apx-datasciencemonkey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-app-apx
Source: https://github.com/datasciencemonkey/claude-code-cli-bricks/tree/main/.claude/skills/databricks-app-apx
Command: npx skills add https://github.com/datasciencemonkey/claude-code-cli-bricks --skill databricks-app-apx-datasciencemonkey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers scaffold and develop full-stack Databricks applications using the APX framework (FastAPI + React).

Core Features & Use Cases

  • Scaffolding backend APIs with FastAPI and frontend UI with React for Databricks workspace projects.
  • Guidance for end-to-end development workflows, including setup, routing, and deployment.
  • Consistent API typing, operation_id naming, and frontend patterns (Suspense) to ensure maintainable apps.

Quick Start

Use the databricks-app-apx skill to scaffold a new APX-based Databricks application in your workspace.

Frequently Asked Questions about databricks-app-apx

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

FAQPage Schema
How do I build a full-stack Databricks app with FastAPI and React?

You can build a full-stack Databricks app by using the APX framework to scaffold backend APIs with FastAPI and frontend UIs with React, enforcing consistent typing and Suspense patterns. The skill guides setup, routing, and deployment for end-to-end development.

What is the APX framework for Databricks workspace projects?

The APX framework is a full-stack development tool combining FastAPI and React for Databricks workspace projects. It enforces API typing, operation_id naming conventions, and Suspense-based frontend patterns to ensure maintainable applications.

Do I need standard Python and TypeScript environments to use APX in Databricks?

Yes, you need standard Python and TypeScript environments along with APX tooling to scaffold and develop full-stack Databricks applications. These environments are required to support the backend API and frontend UI workflows.

How do I scaffold a new Databricks application in my workspace?

To scaffold a new Databricks application, use the APX skill to generate the project structure with FastAPI backend APIs and React frontend UI. It provides guidance for end-to-end workflows including initial setup, routing, and deployment.

What is the best way to structure API routing and typing in a Databricks app?

The best way to structure API routing and typing in a Databricks app is using the APX framework, which enforces consistent API typing, operation_id conventions, and Suspense-based frontend patterns for maintainable full-stack development.