cliftonc/drizzle-cube

An embeddable multi-dimensional semantic layer and self-service analytics module (built on Drizzle) - broadly compliant with cube-js concepts and semantic definitions.

58Stars on the repository
10Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-chart-type

01

cliftonc/drizzle-cube

Skill Claude CodeCodex

Use when adding a new built-in chart type to drizzle-cube. Covers type definition, component, config, the unified chartRegistry entry, lazy loading, icons, and exports.

58 3d ago A 40 tokens original MIT

add-query-mode

02

cliftonc/drizzle-cube

Skill Claude CodeCodex

Use when adding a new analysis/query mode to drizzle-cube (e.g., cohort, path analysis). Covers backend types, query builder, executor/compiler integration, frontend adapter, store slice, hooks, UI components, tests, and icon.

58 3d ago A 52 tokens original MIT

quality-gate

03

cliftonc/drizzle-cube

Skill Claude CodeCodex

Use before finishing or opening a PR for a large / multi-file change to drizzle-cube, to ensure code quality does not regress. Runs fallow audit (complexity, duplication, dead code, circular deps scoped to the diff, reporting issues the change introduces) plus a madge circular-dependency snapshot. Report-only — it…

58 3d ago A 121 tokens original MIT