
Cliftonc Drizzle Cube
- 57 repo stars
- Updated July 28, 2026
- cliftonc/drizzle-cube
cliftonc-drizzle-cube is a Claude Code plugin that helps you embed a Drizzle-based, Cube-style typesafe semantic layer for self-service analytics.
About
cliftonc-drizzle-cube is a Claude Code plugin around an embeddable semantic layer and self-service analytics module built on Drizzle, designed to feel familiar if you have used Cube.js-style semantic definitions. developers shipping SaaS with Postgres and Drizzle can define measures, dimensions, and dashboards in typesafe TypeScript instead of maintaining a separate analytics microservice early on. The plugin helps you wire semantic models while you are still in backend build mode, then reuse them when you move into growth analytics and customer-facing reporting. It suits products that need credible dashboards for validation demos and post-launch KPIs without a full data team. You should already be comfortable with SQL, Drizzle, and basic dimensional modeling. It is a development integration, not a hosted BI substitute for enterprise governance needs.
- Embeddable multi-dimensional semantic layer on Drizzle ORM
- Self-service analytics module aligned with cube-js concepts
- Typesafe semantic definitions for dashboards and metrics
- Claude Code plugin to scaffold and work with drizzle-cube in-repo
- Analytics-category catalog entry with one bundled plugin
Cliftonc Drizzle Cube by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin install cliftonc-drizzle-cube@cliftonc/drizzle-cubeAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 57 |
|---|---|
| Last updated | July 28, 2026 |
| Repository | cliftonc/drizzle-cube ↗ |
What it does
Embed a typesafe Cube-style semantic layer on Drizzle so developers ship dashboards and metrics from their own backend.
Who is it for?
Best when you're on Drizzle and want Cube-like semantics in-process before paying for a separate analytics platform.
Skip if: No-code founders without SQL, or teams that need a fully managed enterprise BI suite out of the box.
What you get
After adopting drizzle-cube, you get a shared semantic layer and analytics module so dashboards and agent-assisted queries use one typesafe model.
- In-repo semantic definitions compatible with cube-js concepts
- Foundation for typesafe dashboards and analytics APIs
- Claude-assisted workflow for extending the Drizzle-cube module
By the numbers
- Catalog lists pluginCount: 1 for cliftonc-drizzle-cube
- Repository: cliftonc/drizzle-cube
- Listed under analytics category with semantic-layer keywords
Recommended Plugins
How it compares
Embeddable semantic-layer dev plugin, not a hosted Cube Cloud replacement or generic Claude skill.
FAQ
Who is Cliftonc Drizzle Cube for?
It is for developers building on Drizzle who want multidimensional semantic models and self-service analytics patterns without leaving their TypeScript backend.
When should I use Cliftonc Drizzle Cube?
Use it when you are defining product metrics during backend build or early growth and need consistent, typesafe definitions for dashboards and APIs.
How do I add Cliftonc Drizzle Cube to my agent?
Install the cliftonc/drizzle-cube Claude Code plugin from the repository, add drizzle-cube to your Drizzle project per README, then invoke the plugin while modeling metrics and dashboards.