From nano-tech-diagrams
Use when the user wants to generate a tech diagram from a text description (network topology, architecture, flowchart, mind map, K8s cluster, etc.).
npx claudepluginhub danielrosehill/claude-code-plugins --plugin nano-tech-diagramsThis skill uses the workspace's default tool permissions.
Generate a diagram from a text description using the Nano Banana 2 model. The MCP tool `text_to_image` accepts a description, optional diagram-type preset (network, flowchart, K8s, mind-map, etc.), and visual style preset (chalkboard, blueprint, pixel-art, neon-sign, corporate-clean, etc.).
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Generate a diagram from a text description using the Nano Banana 2 model. The MCP tool text_to_image accepts a description, optional diagram-type preset (network, flowchart, K8s, mind-map, etc.), and visual style preset (chalkboard, blueprint, pixel-art, neon-sign, corporate-clean, etc.).
list-diagram-types (e.g. network, flowchart, kubernetes, mind-map). If not provided, the model infers from description.list-diagram-styles (e.g. blueprint, pixel-art, corporate-clean). Default: corporate-clean. Offer to run list-diagram-styles if user is unsure.16:9, 1:1, 4:3. Default: 16:9.${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/nano-tech-diagrams/diagrams/<slug>-<timestamp>.pngclaude mcp add nano-tech-diagrams -- npx -y nano-tech-diagrams-mcp and stop.list-diagram-types silently to validate the diagram-type preset (if provided); skip if user is confident.mcp__nano-tech-diagrams__text_to_image with description, diagram_type, style, aspect_ratio.list-diagram-styles to pick a more stable style preset.