build-dashboard

Solid

Build the visual layer of a holaOS dashboard app — TanStack Start + @holaboss/ui + workspace tokens. Use when an app has SDK primitives wired (via app-builder-sdk) AND needs a `src/client/` UI surface. NOT for marketing pages, NOT for snapshot HTML reports.

AI & Automation 10,506 stars 714 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 83/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# build-dashboard The agent before you reliably produces ugly dashboards because it starts from a blank page and reaches for default shapes (single-column full-width cards, KPI strips that don't fit, sidebars that don't earn their space). This skill exists to **bypass that default**. The visual decisions are already made — your job is to fill in the data and copy. ## When to use - The user asked for a dashboard, workspace pane, list view, kanban, calendar, or "let me see my X" - The app's `app.ts` already declares `resource(...)` rows via the SDK (set up via the `app-builder-sdk` skill first) - The app dir needs a `src/client/` directory **Skip this skill when:** - Integration-only module (Slack/Discord/Stripe-style MCP-only) — those use only `app-builder-sdk` - Marketing landing page → use `frontend-design` - One-off static HTML report → not this product class ## The two non-negotiables 1. **Copy the bundled reference. Don't invent.** `reference/messaging-dashboard/src/client/` is the canonical starting point. Three files below are verbatim across every dashboard; the rest gets customized per shape. 2. **Two style imports, not one.** `@holaboss/ui/styles.css` only bakes in utilities used inside the library. Every Tailwind class your `src/client/` writes needs your own app-side compile pass. The register-time lint `workspace_app_missing_tailwind_compile` rejects apps missing this. ## The shape catalog — pick one Look at the user's data, NOT at "what dashboards usually...

Details

Author
holaboss-ai
Repository
holaboss-ai/holaOS
Created
5 months ago
Last Updated
today
Language
TypeScript
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

dashboard-kit

Build a data/analytics dashboard using a captured, reusable design system (shadcn/ui-style tokens, Tailwind theme, Tremor + Recharts charting conventions, StatCard/DataTable components). Use when the user wants to create a dashboard, analytics view, or reporting UI — especially when they mention the dashboard kit, want it "in the usual style", or are starting a new project that visualizes data (KPIs, charts, tables, time-series).

0 Updated 1 weeks ago
nickheise
AI & Automation Solid

app-builder-sdk

Build a new holaOS app using @holaboss/app-builder-sdk (5 backend primitives + optional shadcn dashboard UI). The canonical path for vibe-coded apps — integration modules AND dashboard apps both live here.

10,506 Updated today
holaboss-ai
AI & Automation Featured

app-builder

Build and edit small, personal visual tools and artifacts — dashboards, trackers, calculators, data visualizations, charts, simple landing pages, and slide decks the user wants for THEMSELVES. This is the right skill whenever the user asks to "visualize this," "make a chart," or "build an artifact" for their own use, or to edit an app they already built here. Do NOT reach for a ui_show dynamic_page to fake an artifact — build a real persistent app here. A one-off diagram, chart, or explainer that just accompanies an answer belongs to the visualize skill (ui_show visual), not an app. NOT for complex, multi-user, or shippable products — those go to a real project folder with a coding agent (see Scope below).

1,097 Updated today
vellum-ai