By nityeshaga
Consult Google's Gemini for second opinions on coding tasks like debugging tricky issues, architecture trade-offs, code reviews, and brainstorming alternatives. Generate images from text prompts, edit existing images, apply style transfers, compose from references, and refine iteratively using Gemini API via Python.
Generate and edit images using the Gemini API (Nano Banana). Use this skill when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.
Get a second opinion from Google's Gemini model on any task. Use this skill when you want an independent perspective from another AI — for example, when debugging a tricky issue, evaluating architectural trade-offs, reviewing code, sanity-checking your reasoning, brainstorming alternatives, or any situation where a different viewpoint would be valuable. Also use when the user explicitly asks you to consult Gemini or get a second opinion.
An always-on AI cofounder running on your Mac. DM it in Slack, it responds with full access to your codebase, tools, and context. $200/month flat. You own the whole stack.
A complete setup for turning a spare Mac (Mini, MacBook Air, whatever) into a dedicated AI server:
bot.py # Slack bot (Flask + HTTP Events API)
index.html # Setup guide (GitHub Pages)
CLAUDE.md.example # Template for your AI's operations manual
identity.md # Your AI's soul (principles + self-authored identity)
about-you-and-how-you-came-to-life.md # Origin story template
.env.example # Configuration template
requirements.txt # Python dependencies
plugins/
├── tactical/ # Chief of staff, brainstorming, decision-making
│ └── skills/
│ ├── chief-of-staff/ # Executive assistant — email, briefs, action tracking
│ └── lets-brainstorm/ # Timed coaching sessions
└── more-ai/ # Gemini image generation, thinking
└── skills/
├── gemini-imagegen/
└── gemini-thinking/
You (anywhere) → Slack → Cloudflare Tunnel → Your Mac → Claude Code CLI
↓
CLAUDE.md + identity.md
+ plugins + skills
+ full filesystem access
MIT
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.
Prevents accidental pushes to main branch in Claude Code bypassPermissions mode. Designed for user scope installation.
Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes
Essential Claude Code commands, agents, hooks, and skills for everyday development workflows
Creative direction and pixel-perfect UI implementation — websites, apps, products, brands, dashboards, tools. Acts as a creative director who thinks through purpose, story, and feeling before any implementation, and as a precision UI engineer who builds designs with zero visual deviation.
npx claudepluginhub nityeshaga/claude-home-base --plugin more-aiCreative direction and pixel-perfect UI implementation — websites, apps, products, brands, dashboards, tools. Acts as a creative director who thinks through purpose, story, and feeling before any implementation, and as a precision UI engineer who builds designs with zero visual deviation.
Image generation using Google's Gemini API
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.
Python scripting and Gemini image generation using uv with inline script dependencies
Generate or edit images using Google Gemini API via nanobanana
Google Gemini API with @google/genai SDK. Use for multimodal AI, thinking mode, function calling, or encountering SDK deprecation warnings, context errors, multimodal format errors.