Devon's Claude Code skills - PR automation and image generation
npx claudepluginhub devonjones/devon-claude-skillsAutonomous PR review automation with multi-bot support (Gemini, Cursor, Claude)
Image generation, editing, and composition using Google's Gemini 3 Pro Image model
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Personal 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.