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.).
How this skill is triggered — by the user, by Claude, or both
Slash command
/nano-tech-diagrams:generate-tech-diagramThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.).
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.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin nano-tech-diagrams