By Lucklyric
Generate images, icons, diagrams, patterns, storyboards, and visual assets from text prompts using Gemini AI models via a local Nano Banana MCP server. Edit and restore photos, create technical diagrams with Mermaid, and handle natural language requests without Gemini CLI dependency.
Generate technical diagrams, flowcharts, and architectural mockups
Edit an existing image based on a text prompt
Generate images from a text prompt with optional style and variation controls
Generate app icons, favicons, and UI elements in multiple sizes
Generate and manipulate images using natural language (auto-selects the best tool)
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code marketplace containing development tools and AI integrations for advanced workflows.
This marketplace provides Claude Code plugins for enhanced development capabilities through external AI CLI integrations and automation tools.
| Plugin | Description | Type |
|---|---|---|
| Codex | OpenAI GPT-5.4 integration for frontier reasoning tasks | Skill |
| Gemini | Google Gemini 3.1 Pro AI integration for research and reasoning | Skill |
| Nano Banana | Standalone image generation via MCP (no Gemini CLI needed) | MCP + Skill |
| Telegram Notifier | Telegram notifications for Claude Code events | Hooks |
Frontier AI assistant through OpenAI Codex CLI (GPT-5.4) integration.
Core Features:
gpt-5.4-fast available on demand for speed-sensitive taskscodex exec resume --lastQuick Start:
codex --version # Requires v0.114.0+
codex login
Usage:
> Use Codex to design a binary search tree in Rust
| Info | Value |
|---|---|
| Path | plugins/codex/ |
| Version | 2.7.0 |
| Models | GPT-5.4, GPT-5.4-Fast |
Full Documentation: Codex Plugin README
Google Gemini 3.1 Pro AI integration through Gemini CLI for research, reasoning, and web search.
Core Features:
gemini-3.1-pro-preview for ALL tasks (highest capability)-r latestQuick Start:
npm install -g @google/gemini-cli@latest # Requires v0.33.0+
gemini login
Usage:
> Gemini, explain the observer pattern with examples
| Info | Value |
|---|---|
| Path | plugins/gemini/ |
| Version | 2.0.0 |
| Skills | Gemini (reasoning) |
| Models | Gemini 3.1 Pro, 3 Pro, 2.5 Pro/Flash |
Full Documentation: Gemini Plugin README
Standalone image generation plugin using the Nano Banana MCP server. Runs directly as an MCP server — no Gemini CLI dependency.
Core Features:
Quick Start:
export GEMINI_API_KEY=your_key # Requires Node.js v18+
Usage:
> Generate 3 variations of a sunset over mountains
> Create an app icon for a coffee shop
> Draw a flowchart for user authentication
| Info | Value |
|---|---|
| Path | plugins/nanobanana/ |
| Version | 1.4.0 |
| Tools | generate_image, edit_image, restore_image, generate_icon, generate_pattern, generate_story, generate_diagram |
| Commands | /generate, /edit, /restore, /icon, /pattern, /story, /diagram, /nanobanana |
Full Documentation: Nano Banana Plugin README
Receive Telegram notifications when Claude Code completes responses, subagent tasks finish, or system notifications occur.
Core Features:
Quick Start:
# Set environment variables
export CC_TELEGRAM_BOT_TOKEN="your-bot-token"
export CC_TELEGRAM_CHAT_ID="your-chat-id"
Environment Variables:
| Variable | Required | Description |
|---|---|---|
CC_TELEGRAM_BOT_TOKEN | Yes | Bot API token from BotFather |
CC_TELEGRAM_CHAT_ID | Yes | Target chat ID for notifications |
CC_TELEGRAM_STOP_MSG | No | Custom message for Stop events |
CC_TELEGRAM_SUBAGENT_MSG | No | Custom message for SubagentStop events |
CC_TELEGRAM_NOTIFY_MSG | No | Custom message for Notification events |
CC_TELEGRAM_DRY_RUN | No | Set to true to log without sending |
Google Gemini CLI integration for Claude Code. Triggers: 'use gemini', 'ask gemini', 'run gemini', 'gemini cli', 'Google AI', 'Gemini reasoning'. Provides access to Gemini AI models with intelligent model selection, session continuation, and safe defaults.
Telegram notifications for Claude Code response completion, subagent tasks, and system notifications
npx claudepluginhub lucklyric/cc-dev-tools --plugin nanobananaTelegram notifications for Claude Code response completion, subagent tasks, and system notifications
Image generation using Google's Gemini API
Generate or edit images using Google Gemini API via nanobanana
Generate and edit images via Google Gemini with domain-specialized prompt building for ads, web, YouTube, illustration, logos, people, and objects
Python scripting and Gemini image generation using uv with inline script dependencies
Generate and edit images using Gemini's Nano Banana Pro (gemini-3-pro-image-preview) model