From nanobanana
Generate app icons, favicons, and UI elements. Use when the user asks to create icons, favicons, logos, or UI elements in specific sizes.
npx claudepluginhub tayzar-tznw/claude-nanobana-plugin --plugin nanobananaThis skill uses the workspace's default tool permissions.
Use the nanobanana MCP server's `generate_icon` tool to create icons.
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.
Use the nanobanana MCP server's generate_icon tool to create icons.
Parse the user's request and extract:
--sizes="16,32,64" (valid: 16, 32, 64, 128, 256, 512, 1024)--type=--style=--format=--background=--corners=--preview flagUser input: $ARGUMENTS
Call the generate_icon tool with the parsed parameters.