By devonjones
Image generation, editing, and composition using Google's Gemini 3 Pro Image model
npx claudepluginhub devonjones/devon-claude-skills --plugin nano-bananaPersonal collection of Claude Code skills for PR automation and creative tasks.
Add this marketplace to Claude Code:
/plugin marketplace add devonjones/devon-claude-skills
Install the plugins you want to use:
# Install PR review loop
/plugin install pr-review-loop@devon-claude-skills
# Install image generation
/plugin install nano-banana@devon-claude-skills
# Or install both
/plugin install pr-review-loop@devon-claude-skills nano-banana@devon-claude-skills
Check that the plugins are installed:
/plugin list
The skills will be automatically available for Claude to use.
Automate PR review feedback loops with Gemini Code Assist, Cursor Bugbot, and Claude fallback.
Install:
/plugin install pr-review-loop@devon-claude-skills
Features:
Usage:
# Spawn autonomous review agent
Task tool:
subagent_type: general-purpose
model: sonnet
description: PR review loop for #<PR>
prompt: Execute the PR review feedback loop for PR #<PR>...
Generate, edit, and compose images using Google's Gemini 3 Pro Image model.
Install:
/plugin install nano-banana@devon-claude-skills
Features:
Usage:
# Generate an image
scripts/generate_image.py "a serene landscape" output.png --aspect 16:9
# Edit an existing image
scripts/edit_image.py input.png "add a sunset" output.png
# Compose multiple images
scripts/compose_images.py "combine these" output.png img1.png img2.png img3.png
These skills were previously hosted in separate repositories:
skill-pr-review-loop → Archived, redirects hereskill-nano-banana → Archived, redirects heregh CLI authenticated with GitHubgit installedpre-commit (optional, auto-detected)GEMINI_API_KEY environment variablepip install google-genai Pillow pyyamlMIT - See LICENSE for details.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.