dc-analysis-config

Configure AnalysisConfig objects for Drizzle Cube dashboards with per-mode charts and persistence.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/cliftonc/drizzle-cube-plugin --skill dc-analysis-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dc-analysis-config
Source: https://github.com/cliftonc/drizzle-cube-plugin/tree/main/skills/dc-analysis-config
Command: npx skills add https://github.com/cliftonc/drizzle-cube-plugin --skill dc-analysis-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation and configuration of AnalysisConfig objects for Drizzle Cube dashboards, enabling persistent analysis state, shareable URLs, and localStorage persistence.

Core Features & Use Cases

  • Canonical configuration for query, funnel, and flow analysis modes.
  • Quick creation of dashboards with per-mode chart configurations.
  • Use cases include saving dashboard states to persist user views, sharing dashboards via URLs, and restoring sessions in localStorage.

Quick Start

Create a default AnalysisConfig for a dashboard using analysisType 'query' and activeView 'chart', then tailor measures, dimensions, and timeDimensions as needed.

Frequently Asked Questions about dc-analysis-config

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

FAQPage Schema
How do I persist and share Drizzle Cube dashboard state?

You can persist and share Drizzle Cube dashboard state by configuring AnalysisConfig objects, which support saving views to localStorage, restoring sessions, and generating shareable URLs.

What is the best way to configure charts for query, funnel, and flow analysis modes?

Configuring charts for query, funnel, and flow modes requires defining per-mode chart configurations within an AnalysisConfig object using CubeQuery, FunnelQuery, and FlowQuery interfaces.

What fields are required to create a default Drizzle Cube dashboard configuration?

Creating a default Drizzle Cube dashboard configuration requires core AnalysisConfig fields including version, analysisType, activeView, charts, and query, tailored with specific measures and dimensions.

Do I need to know TypeScript to use AnalysisConfig for Drizzle Cube?

Yes, familiarity with TypeScript and AnalysisConfig interfaces like CubeQuery, FunnelQuery, and FlowQuery is required to properly configure Drizzle Cube dashboards and define query parameters.