cybersecurity
AI-powered cybersecurity code review skill for Claude Code. 8 specialist agents, OWASP 2025, CWE Top 25, MITRE ATT&CK, 11 languages, zero configuration.
AI image generation skill for Claude Code where Claude acts as Creative Director using Google's Gemini Nano Banana models.
> /plugin marketplace add AgriciDaniel/banana-claude> /plugin install banana-claude@banana-claude-marketplace
Repo: AgriciDaniel/banana-claude
What's inside

AI image generation skill for Claude Code where Claude acts as Creative Director using Google's Gemini Nano Banana models.
Unlike simple API wrappers, Claude interprets your intent, selects domain expertise, constructs optimized prompts using Google's official 5-component formula, and orchestrates Gemini for the best possible results.
Add the marketplace and install:
/plugin marketplace add AgriciDaniel/banana-claude
/plugin install banana-claude@banana-claude-marketplace
Or test locally:
git clone --depth 1 https://github.com/AgriciDaniel/banana-claude.git
claude --plugin-dir ./banana-claude
git clone --depth 1 https://github.com/AgriciDaniel/banana-claude.git
bash banana-claude/install.sh
One-liner (curl):
curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/banana-claude/main/install.sh | bash
With MCP Setup:
git clone --depth 1 https://github.com/AgriciDaniel/banana-claude.git
cd banana-claude
./install.sh --with-mcp YOUR_API_KEY
Get a free API key at Google AI Studio.
# Start Claude Code
claude
# Generate an image
/banana generate "a hero image for a coffee shop website"
# Edit an existing image
/banana edit ~/photo.png "remove the background"
# Multi-turn creative session
/banana chat
# Browse 2,500+ prompt database
/banana inspire
Claude will ask about your brand, select the right domain mode (Cinema, Product, Portrait, Editorial, UI, Logo, Landscape, Infographic, Abstract), construct a detailed prompt with lighting and composition, set the right aspect ratio, and generate.

| Command | Description |
|---|---|
/banana | Interactive -- Claude detects intent and guides you |
/banana generate <idea> | Full Creative Director pipeline |
/banana edit <path> <instructions> | Intelligent image editing |
/banana chat | Multi-turn visual session (maintains consistency) |
/banana inspire [category] | Browse 2,500+ prompt database |
/banana batch <idea> [N] | Generate N variations (default: 3) |
/banana setup | Configure MCP and API key |
/banana preset [list|create|show|delete] | Manage brand/style presets |
/banana cost [summary|today|estimate] | View cost tracking and estimates |

imageSize control
Instead of sending "a cat in space" to Gemini, Claude constructs:
A medium shot of a tabby cat floating weightlessly inside the cupola module of the International Space Station, paws outstretched toward a floating droplet of water, Earth visible through the circular windows behind. Soft directional light from the windows illuminates the cat's fur with a blue-white rim light, while the interior has warm amber instrument panel glow. Captured with a Canon EOS R5, 35mm f/2.0 lens, slight barrel distortion emphasizing the curved module interior. In the style of a National Geographic cover story on the ISS, with the sharp documentary clarity of NASA mission photography.
Components used: Subject (tabby cat, physical detail) โ Action (floating, paw gesture) โ Location/Context (ISS cupola, Earth visible) โ Composition (medium shot, curved framing) โ Style (Canon R5, National Geographic documentary, directional window light + amber instruments)

| Mode | Best For | Example |
|---|---|---|
| Cinema | Dramatic, storytelling | "A noir detective scene in a rain-soaked alley" |
| Product | E-commerce, packshots | "Photograph my handmade candle for Etsy" |
| Portrait | People, characters | "A cyberpunk character portrait for my game" |
| Editorial | Fashion, lifestyle | "Vogue-style fashion shot for my brand" |
| UI/Web | Icons, illustrations | "A set of onboarding illustrations" |
| Logo | Branding, identity | "A minimalist logo for a tech startup" |
| Landscape | Backgrounds, wallpapers | "A misty mountain sunrise for my desktop" |
| Infographic | Data, diagrams | "Visualize our Q1 sales growth" |
| Abstract | Generative art, textures | "Voronoi tessellation in neon gradients" |
| Model | ID | Notes |
|---|---|---|
| Flash 3.1 (default) | gemini-3.1-flash-image-preview | Fastest, newest, 14 aspect ratios, up to 4K |
| Flash 2.5 | gemini-2.5-flash-image | Stable fallback |
banana-claude/ # Claude Code Plugin
โโโ .claude-plugin/
โ โโโ plugin.json # Plugin manifest
โ โโโ marketplace.json # Marketplace catalog
โโโ skills/banana/ # Main skill
โ โโโ SKILL.md # Creative Director orchestration (v1.4)
โ โโโ references/
โ โ โโโ prompt-engineering.md # 5-component formula, banned keywords, safety rephrase
โ โ โโโ gemini-models.md # Model specs, rate limits, capabilities
โ โ โโโ mcp-tools.md # MCP tool parameters and responses
โ โ โโโ post-processing.md # ImageMagick/FFmpeg pipelines, green screen
โ โ โโโ cost-tracking.md # Pricing table, usage guide
โ โ โโโ presets.md # Brand preset schema and examples
โ โโโ scripts/
โ โโโ setup_mcp.py # Configure MCP in Claude Code
โ โโโ validate_setup.py # Verify installation
โ โโโ generate.py # Direct API fallback -- generation
โ โโโ edit.py # Direct API fallback -- editing
โ โโโ cost_tracker.py # Cost logging and summaries
โ โโโ presets.py # Brand/style preset management
โ โโโ batch.py # CSV batch workflow parser
โโโ agents/
โโโ brief-constructor.md # Subagent for prompt construction
Plugin:
/plugin uninstall banana-claude@banana-claude-marketplace
Standalone:
bash banana-claude/install.sh --uninstall
Contributions welcome! Please open an issue or submit a pull request.
MIT License -- see LICENSE for details.
Built for Claude Code by @AgriciDaniel
Built by Agrici Daniel - AI Workflow Architect.
.claude-plugin/
marketplace.json
plugin.json
.gitattributes
.github/
dependabot.yml
ISSUE_TEMPLATE/
bug_report.yml
config.yml
feature_request.yml
PULL_REQUEST_TEMPLATE.md
release.yml
workflows/
validate.yml
.gitignore
agents/
brief-constructor.md
CHANGELOG.md
CITATION.cff
CLAUDE.md
CODE_OF_CONDUCT.md
CODEOWNERS
CONTRIBUTING.md
install.sh
LICENSE
README.md
screenshots/
banana-claude-skillcommand.gif
cover-image.webp
domain-modes.webp
pipeline-flow.webp
reasoning-brief.webp
SECURITY.md
skills/
banana/
references/
cost-tracking.md
gemini-models.md
mcp-tools.md
post-processing.md
presets.md
prompt-engineering.md
scripts/
batch.py
cost_tracker.py
edit.py
generate.py
presets.py
setup_mcp.py
validate_setup.py
SKILL.mdAI-powered cybersecurity code review skill for Claude Code. 8 specialist agents, OWASP 2025, CWE Top 25, MITRE ATT&CK, 11 languages, zero configuration.
Self-organizing AI second brain for Obsidian + Claude Code. Drop any source and Claude reads, links, and files it into one connected knowledge graph of plain Markdown you own. AI note-taking, personal knowledge management (PKM), and an open-source Notion alternative. Based on Karpathy's LLM Wiki pattern.
Interactive longform-to-shortform video creator powered by Claude Code. Extracts viral-ready vertical clips from long videos using Claude as the intelligent orchestrator with Remotion-rendered premium animated captions.
FAQ
banana-claude is a Claude Code plugin with 1 hand-picked skill for content work, indexed on Flowy. Install it with the command on its page. It includes banana. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.