Claude Code plugins by @ashpect.
/plugin marketplace add ashpect/claude-plugins
/plugin install db-visualize@ashpect
Generates an interactive, single-file HTML database-schema blueprint — no build step, no runtime dependencies:
- Pan/zoom blueprint canvas with draggable table cards (layout persists per browser)
- Auto-routed FK edges with crow's-foot many→one notation; dashed edges for soft/convention references
- Click any table for a slide-in drawer with full column constraints and DDL
- Hand-written margin annotations for the schema's sharp edges
- Derives the schema from your real DDL / migrations / ORM models — never from docs — and embeds a validation snippet so the file stays in sync with code
Ask Claude Code things like "visualize the database schema", "create an ER diagram", or "update the schema visualizer" and the skill takes over.
MIT