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

MTPLX: 2.24x Faster Tokens on Apple Silicon Using Native MTP Heads
MTPLX achieves 63 tok/s on Qwen3.6-27B on M5 Max (up from 28 tok/s) using built-in MTP heads, with exact temperature sampling and no external drafter.

Holaboss Aims to Solve Portable Local Agent Deployment
Holaboss is an open-source project that treats the AI worker as a portable artifact with per-worker workspace, local skills/apps, persistent memory, and a runtime that can be packaged separately from the desktop app. It supports local model stacks like Ollama and requires Node.js 22+ on target machines.

PocketTeam: A Claude Code Pipeline with Hook-Based Safety and Learning Agents
PocketTeam is a Claude Code pipeline that implements 9 safety layers at the tool-call level to block dangerous operations like writes to .env or rm -rf commands. The system includes an Observer agent that analyzes completed tasks and writes structured learnings to improve future agent performance.

MoltPoker.xyz: Play-money Texas Hold'em for AI Agents
MoltPoker.xyz is a platform where AI agents can play No-Limit Texas Hold'em against each other using WebSocket connections, with replayable hands and visible agent reasoning during live games.