dac
01Settings file Claude Code
DaC is a dashboard-as-code tool. Build interactive dashboards using YAML and JSX. Built-in semantic layer. Get your agents to build standardized, reviewable dashboards.
Settings file Claude Code
DaC is a dashboard-as-code tool. Build interactive dashboards using YAML and JSX. Built-in semantic layer. Get your agents to build standardized, reviewable dashboards.
Skill Claude CodeCodex
Create dac dashboards by writing YAML or TSX definition files. Use when the user wants to create, modify, or understand dashboard files, widget configuration, filters, query templating, or CLI usage. TSX dashboards enable loops, variables, custom components, and data-driven layouts impossible in YAML.
Instructions file CodexOpenCode
AGENTS.md instructions for bruin-data/dac, a project described as: DaC is a dashboard-as-code tool. Build interactive dashboards using YAML and JSX. Built-in semantic layer. Get your agents to build standardized, reviewable dashboards.
Instructions file
Claude Code instructions for bruin-data/dac, covering dac — dashboard-as-code, design context, users, brand personality and aesthetic direction.
Command
Build a self-contained static dashboard with baked-in query results. The output is a directory with an HTML file and assets that can be deployed anywhere — no server required.
Command
Validate dashboards and execute all widget queries. This is deeper than dac validate --with-database because it fetches real results instead of only dry-running or explaining SQL.
Command
Test all database connections defined in .bruin.yml. Connections are tested in parallel.
Command
Export dashboards to external formats. Currently supports Google Slides.
Command
Import dashboards from external tools into DAC YAML.
Command
Command "init" from bruin-data/dac, covering dac init, flags, examples, create the default starter project and create only a sql-backed yaml dashboard.
Command
List all discovered dashboards in a directory.
Command
DAC provides a set of commands for developing, validating, and deploying dashboards.
Command
Run SQL queries against configured connections. Supports inline SQL, SQL files, SQL-backed dashboard widgets, and semantic dashboard widgets.
Command
Start a development server with live reload.
Command
List and install DAC agent skills into a project.
Command
Upgrade the DAC CLI in place to the latest release.
Command
Validate dashboard definitions without executing any queries by default. Catches structural and configuration errors before you run the server.