Claude Banana: A Claude Code plugin for image generation with design system awareness

Claude Banana is a Claude Code plugin for image generation using Google's Gemini API. Unlike basic API calls, it provides context-aware prompt crafting by reading your project's design system.
Key features
- Context-aware prompt crafting — Reads your Tailwind config, CSS variables, design tokens, and existing assets to understand your project's visual style
- Smart questioning — Instead of asking 10 questions about colors and mood, it infers what it can from your code and only asks about what's missing
- Code integration — After generating, it can drop the image into your assets folder and update the image for you
- Zero dependencies — Just curl and base64, works everywhere
- 3 Gemini models — Flash for quick iterations, Pro for high quality
Usage
You can use /generate-image [Prompt] if you already know what you want. For context-aware generation, the plugin analyzes your design system files.
Installation
Install via: /plugin marketplace add Crypto-star/claude-banana
Technical details
- Free and open source
- Built using Claude Code idea by crypto-star
- GitHub repository: github.com/Crypto-star/claude-banana
📖 Read the full source: r/ClaudeAI
👀 See Also

Bodega Inference Engine: Optimizing LLM Inference for Apple Silicon's Unified Memory
Bodega is an inference engine built specifically for Apple Silicon's unified memory architecture, addressing throughput limitations by redesigning continuous batching and KV cache management for MLX. The developer reports working on it for 2.5 years with optimizations close to the Metal layer.

Engramx v3.4: MCP Server + SQLite Knowledge Graph Cuts Claude Code Token Usage by 89%
Engramx v3.4 intercepts file reads for Claude Code agents, returning structural summaries instead of raw content. Benchmarks show 89.1% aggregate token reduction across an 87-file codebase.

Loom: A Local Execution Harness for Complex AI Tasks
Loom is an open-source local execution harness designed to manage complex tasks by providing a structured process with around 50 tools, a custom package plugin system for repeatable workflows, and both CLI and MCP server interfaces.

MCP-Enabled Agent-Native Hosting: Deploy Apps via AI Agents on ocl-nexus
ocl-nexus introduces an MCP server setup that lets AI coding agents deploy apps directly to an SSO-protected live environment using only an API key.