Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin mikeebuilds-diagnostic-playgroundA 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
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
MCP Server for Metabase - 111 tools for SQL generation, dashboard management, and PostgreSQL integration
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Connect to Looker and interact with your data using LookML.
Visual schema browser, dashboard, and ER diagrams for Convex databases. Browse tables, view schemas, inspect documents, and generate diagrams.
Comprehensive Airtable assistant for schema design, API interactions, scripting, interfaces, and automations.
Access PostHog analytics, feature flags, experiments, error tracking, and insights directly from Claude Code. Optionally capture Claude Code sessions to PostHog LLM Analytics.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim