domino-domino-ui-design

Design Domino-styled web interfaces with FastAPI backends and Ant Design 5.x frontends.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/ToXMon/tolu --skill domino-domino-ui-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domino-domino-ui-design
Source: https://github.com/ToXMon/tolu/tree/main/agent-zero-backup/workdir/memory-palace/skills/domino/domino-domino-ui-design
Command: npx skills add https://github.com/ToXMon/tolu --skill domino-domino-ui-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This skill helps teams rapidly design and implement Domino-styled web applications and dashboards by providing consistent theme tokens, architecture patterns, authentication guidance, chart styling, and UX review checklists to avoid inconsistent UI, proxy routing errors, and poor user-facing error and empty state handling.

Core Features & Use Cases

  • Provides Domino theme tokens and Ant Design 5.x CDN integration guidance to build React frontends without a build step.
  • Documents FastAPI backend patterns, per-request Domino API authentication, proxy-safe relative routing, and Highcharts chart styling for dashboards.
  • Supplies UX rules, copy guidelines, review checklists, and component patterns for forms, tables, empty states, and error messaging.
  • Use cases include building a Domino dashboard app, auditing an existing Domino UI screenshot for UX issues, and integrating Domino APIs into proxy-aware applications.

Quick Start

Create a Domino-styled dashboard using a FastAPI backend and an Ant Design 5.x CDN frontend, apply the Domino theme tokens, ensure relative URLs for proxy routing, and run the server with uvicorn on port 8888.

Frequently Asked Questions about domino-domino-ui-design

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

FAQPage Schema
How do I build a Domino-styled dashboard with FastAPI and Ant Design?

To build a Domino-styled dashboard, use a FastAPI backend with an Ant Design 5.x CDN frontend, apply Domino theme tokens for colors and typography, ensure relative URLs for proxy routing, and run the server with uvicorn on port 8888.

Can I use Ant Design 5.x in a Domino app without a build step?

Yes, you can integrate Ant Design 5.x via CDN without a build step. This Skill provides guidance on CDN-based integration and applies Domino theme tokens for colors and typography to style the components correctly.

How do I handle proxy routing and API authentication for a Domino web application?

Handle proxy routing by using proxy-safe relative URLs, and manage API authentication by implementing per-request Domino API authentication. This ensures your FastAPI backend communicates securely through the Domino proxy environment.

What UX guidelines should I follow when designing a Domino dashboard interface?

Follow Domino UI and UX conventions by applying specific rules for copy, forms, tables, empty states, and error messaging. The Skill provides review checklists to audit existing Domino UI screenshots for UX issues and ensure consistency.

Does this approach support styling Highcharts charts to match Domino theme tokens?

Yes, the approach supports Highcharts chart styling to match Domino UI conventions. It provides specific styling guidance so your dashboard charts align with Domino theme tokens for colors and typography seamlessly.