From convex-visual
Browses and visualizes Convex database schemas using interactive explorer, Mermaid ER diagrams, and real-time metrics dashboards. Use for exploring tables, documents, relationships.
How this skill is triggered — by the user, by Claude, or both
Slash command
/convex-visual:convex-schemaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the MCP tools to explore Convex databases interactively.
Use the MCP tools to explore Convex databases interactively.
Interactive schema explorer with graph and list views.
Parameters:
table (string, optional): Pre-select a specific tableshowInferred (boolean, default: true): Show inferred schemaspageSize (number, default: 50): Documents per pageReal-time metrics dashboard with charts.
Parameters:
metrics (array): Metric definitions with aggregationscharts (array): Chart configurations (line, bar, pie)refreshInterval (number, default: 5): Refresh interval in secondsMermaid ER diagrams showing table relationships.
Parameters:
theme (string): Color theme (github-dark, dracula, nord, etc.)ascii (boolean): Use ASCII output for terminaltables (array): Specific tables to includeCONVEX_DEPLOY_KEY configurednpx convex-mcp-visual --setup firstnpx claudepluginhub waynesutton/convex-mcp-visual --plugin convex-visualGenerates ERDs, Mermaid/PlantUML diagrams, schema docs, and insights from SQL dumps, ORM models (Prisma, SQLAlchemy, TypeORM), migrations, or live DBs.
Indexes Convex development skills and routes to guides for functions, schema validation, realtime subscriptions, HTTP actions, security audits, agents, and best practices.
Guides safe database workflows: schema inspection before queries, read-before-write previews for mutations, user confirmations, and post-change verification.