stacks-dashboard

Configure Stacks framework admin dashboards with TypeScript and Bun.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-dashboard-bughq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-dashboard
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-dashboard
Command: npx skills add https://github.com/bughq/bughq --skill stacks-dashboard-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the development and customization of the Stacks admin dashboard, allowing developers to quickly manage routes, components, and complex data structures without navigating the entire framework manually.

Core Features & Use Cases

  • Component Management: Access and modify over 150 built-in UI components, including tables, forms, and analytics widgets.
  • Route & Action Control: Manage 136+ auto-typed routes and associated backend actions for commerce, content, and user management.
  • Use Case: Quickly add a new custom analytics widget to the dashboard by referencing the existing component library and hooking it into the dashboard router.

Quick Start

Use the stacks-dashboard skill to generate a new dashboard page for managing product inventory by referencing the existing product CRUD patterns.

Frequently Asked Questions about stacks-dashboard

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

FAQPage Schema
How do I build an admin dashboard using the Stacks framework?

To build an admin dashboard using the Stacks framework, this Skill facilitates rapid development by managing UI components, routing, and backend actions for commerce and content modules. It leverages TypeScript and Bun for type-safe integration.

How do I add a custom analytics widget to a Stacks admin dashboard?

To add a custom analytics widget to a Stacks admin dashboard, reference the built-in component library of over 150 UI components and hook the widget directly into the dashboard router using auto-typed routes.

Do I need TypeScript and Bun to manage Stacks dashboard components?

Yes, you need TypeScript and Bun to manage Stacks dashboard components. These dependencies are required to ensure type-safe integration with the framework's existing dashboard architecture and backend actions.

How many UI components and routes are available for Stacks dashboard management?

Stacks dashboard management provides access to over 150 built-in UI components, including tables and forms, alongside 136+ auto-typed routes for controlling backend actions across commerce, content, and user modules.

What is the best way to manage product inventory CRUD in a Stacks admin dashboard?

The best way to manage product inventory CRUD in a Stacks admin dashboard is to generate a new dashboard page by referencing existing product CRUD patterns, utilizing the framework's auto-typed routes and backend actions.

Can I manage backend actions for commerce modules without navigating the entire Stacks framework?

Yes, you can manage backend actions for commerce modules without navigating the entire Stacks framework. This Skill simplifies configuration of complex data structures and routes directly for administrative dashboard interfaces.