apx

Streamline full-stack Databricks App development with the apx toolkit.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Blackkadder/databricks-apps-and-agents-workshop --skill apx-blackkadder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apx
Source: https://github.com/Blackkadder/databricks-apps-and-agents-workshop/tree/main/.claude/skills/databricks-app-apx
Command: npx skills add https://github.com/Blackkadder/databricks-apps-and-agents-workshop --skill apx-blackkadder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

apx accelerates the development of full-stack Databricks Apps by providing a cohesive toolkit and patterns for React + FastAPI projects, reducing boilerplate and setup time.

Core Features & Use Cases

  • Provides a structured workflow for creating routes, components, and dev servers.
  • Integrates MCP tooling and reusable patterns to accelerate app delivery.
  • Use Case: teams building Databricks Apps can scaffold consistent architectures and streamline development.

Quick Start

Install the apx CLI if needed and start the development servers with apx dev start.

Frequently Asked Questions about apx

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

FAQPage Schema
How do I scaffold a full-stack Databricks App with React and FastAPI?

Start full-stack Databricks App development by installing the apx CLI and running apx dev start to launch the development servers for your React and FastAPI project.

What is the recommended workflow for creating routes and components in a Databricks App?

The recommended workflow uses the apx toolkit to apply reusable patterns for route and component creation, ensuring consistent architecture across your Databricks App project.

Do I need the apx CLI installed before building Databricks Apps?

Yes, the apx CLI is a prerequisite for building Databricks Apps with this toolkit, as it manages dev servers, project patterns, and MCP integration for your React and FastAPI codebase.

How does MCP integration work with React and FastAPI in Databricks Apps?

MCP integration is built into the apx toolkit workflow, providing reusable tooling and patterns that accelerate app delivery alongside your React frontend and FastAPI backend.

What's the best way to manage dev servers for a full-stack Databricks App?

Manage dev servers for full-stack Databricks Apps by executing apx dev start, which handles the development server lifecycle for your React and FastAPI project components.