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
Automates browser interactions for web testing, form filling, screenshots, and data extraction
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications