By MikeeBuilds
Generates interactive HTML dashboards using real Supabase data to debug app issues. Testers interact with the dashboard, flag problems, and copy structured feedback back to Claude for action.
A Claude Code plugin that generates interactive HTML dashboards using real Supabase data to debug app issues. Testers interact with the dashboard, flag problems, and copy structured feedback back to Claude for action.
Works with any Supabase-backed project — Claude discovers your schema and adapts the queries automatically.
You describe the issue → Claude discovers your schema → runs Supabase queries
→ embeds real data in a self-contained HTML dashboard → opens in browser
→ tester filters data, flags issues, adds notes
→ copies structured feedback → pastes back to Claude
→ Claude acts (fixes code, writes migrations, files issues)
# Add the marketplace
/plugin marketplace add MikeeBuilds/diagnostic-playground
# Install the plugin
/plugin install diagnostic-playground
Or install directly from GitHub:
/plugin install https://github.com/MikeeBuilds/diagnostic-playground
Invoke the skill in Claude Code:
/diagnostic-playground
Then describe what you want to diagnose:
diagnostic-entity-flow-debugger.htmldiagnostic-user-funnel.htmldiagnostic-data-integrity-checker.html| Template | Purpose | What it checks |
|---|---|---|
entity-flow-debugger | Primary user action pipeline | Visual flow diagram + data table. Shows entity creation, side-effects (points/credits), media uploads, volume trends. Flow diagram annotated with real counts at each step. |
user-funnel | Signup → first action conversion | User profiles, cohorts, time-to-first-action, drop-off points |
data-integrity-checker | Cross-table consistency | Denormalized count drift, balance drift, status conflicts, orphaned records |
The entity-flow-debugger template includes an interactive SVG flow diagram that visualizes the entire pipeline:
┌────────┐ ┌────────┐ ┌────────┐ ┌────────┐
│ Auth │──▶│ Validate│──▶│ Submit │──▶│ Success│
│ 323 │ │ 310 │ │ 298 │ │ 277 │
└────┬───┘ └────┬───┘ └────┬───┘ └────────┘
│ │ │
▼ ▼ ▼
┌─────┐ ┌─────┐ ┌─────┐
│ 13 │ │ 12 │ │ 21 │
│fail │ │fail │ │fail │
└─────┘ └─────┘ └─────┘
mcp__supabase__execute_sql)Each dashboard includes a Findings Panel where testers can:
bug, data-issue, missing-analytics, or questioncritical, high, medium, or lowdiagnostic-playground/
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── README.md
└── skills/
└── diagnostic-playground/
├── SKILL.md
├── templates/
│ ├── entity-flow-debugger.md
│ ├── user-funnel.md
│ └── data-integrity-checker.md
└── references/
├── supabase-queries.md
├── feedback-schema.md
├── dashboard-theme.md
└── flow-diagram.md
Dashboards use a Brutalist dark theme optimized for data debugging:
PRs welcome! Ideas for new templates:
error-log-viewer — Visualize Supabase edge function logsrls-policy-tester — Test RLS policies with different user contextsmigration-diff — Compare schema before/after migrationsMIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin mikeebuilds-diagnostic-playgroundMCP Server for Metabase - 111 tools for SQL generation, dashboard management, and PostgreSQL integration
Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.
Connect to Looker and interact with your data using LookML.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Specialized assistance for the chmonitor dashboard - a real-time monitoring dashboard for ClickHouse clusters
Editorial "Data & Analytics" bundle for Claude Code from Antigravity Awesome Skills.