Help us improve
Share bugs, ideas, or general feedback.
From nanobanana
Generates technical diagrams, flowcharts, architectures, database schemas, and more from a text prompt. Supports --type, --style, --complexity, layout, colors, and annotations options.
npx claudepluginhub lucklyric/cc-dev-tools --plugin nanobananaHow this command is triggered — by the user, by Claude, or both
Slash command
/nanobanana:diagram <prompt> [--type=flowchart] [--style=professional] [--complexity=detailed]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Nano Banana: Generate Diagram Parse the user's input and call the `generate_diagram` MCP tool. ## Arguments User input: $ARGUMENTS ## Instructions 1. Extract the main prompt (text before any options, required) 2. Parse any options: - `--type=flowchart|architecture|network|database|wireframe|mindmap|sequence` → maps to `type` (default: flowchart) - `--style=professional|clean|hand-drawn|technical` → maps to `style` (default: professional) - `--layout=horizontal|vertical|hierarchical|circular` → maps to `layout` (default: hierarchical) - `--complexity=simple|detailed|compre...
/createCreates production-quality draw.io diagrams by analyzing project context to auto-select type, applying styles, themes, multi-page support, and layers.
/diagramCreates Mermaid or ASCII diagrams for flowcharts, sequence diagrams, ERDs, C4 models, mindmaps, architecture, and more from natural language descriptions.
/create-excalidraw-diagram<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
/create-excalidraw-diagram<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
/diagramCreate or improve Mermaid, PlantUML, or Excalidraw diagrams for a specific Slidev slide using content analysis and design best practices.
/diagramGenerates architecture diagrams in Mermaid or PlantUML C4 syntax using project context, requirements, and external docs. Specify type and subject, e.g., 'C4 context booking system'.
Share bugs, ideas, or general feedback.
Parse the user's input and call the generate_diagram MCP tool.
User input: $ARGUMENTS
--type=flowchart|architecture|network|database|wireframe|mindmap|sequence → maps to type (default: flowchart)--style=professional|clean|hand-drawn|technical → maps to style (default: professional)--layout=horizontal|vertical|hierarchical|circular → maps to layout (default: hierarchical)--complexity=simple|detailed|comprehensive → maps to complexity (default: detailed)--colors=mono|accent|categorical → maps to colors (default: accent)--annotations=minimal|detailed → maps to annotations (default: detailed)generate_diagram with the parsed parameters/diagram user authentication flow
/diagram microservices architecture for e-commerce --type=architecture --complexity=comprehensive
/diagram database schema for blog platform --type=database --style=clean