By jorben
Generate images from text prompts, edit existing images, and compose collages using Google GenAI via the Zenmux API, specifying aspect ratios from 1:1 to 21:9 and resolutions from 1K to 4K, all through a Python CLI managed with uv.
Jorben's private Claude Code plugin, used for accumulating and sharing skills and commands across devices.
Add this marketplace in any Claude Code session:
/plugin marketplace add jorben/jorben-skills
Then install the plugins you need:
/plugin install jorben-skills@coding-studio
plugins/ (e.g., graphics-studio, coding-studio).plugins/<plugin-name>/skills/<skill-name>/SKILL.md with frontmatter and instructions:---
name: my-skill
description: What the skill does
author: jorben
version: 0.1.0
tags:
- tag1
---
# My Skill
Instructions for the skill...
skills/ directory under each plugin.jorben-skills/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ ├── graphics-studio/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ └── skills/
│ │ └── zenmux-image-gen/
│ │ ├── SKILL.md
│ │ └── scripts/image_gen.py
│ ├── coding-studio/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── commands/
│ │ │ ├── commit.md
│ │ │ └── create-pr.md
│ │ └── skills/
│ │ └── project-docs-sync/
│ │ └── SKILL.md
│ └── video-studio/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── .gitkeep
├── CLAUDE.md
├── README.md
└── .gitignore
Private use only.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimOperations productivity skills for competitor analysis, market tracking, social media content, and content marketing
Coding productivity commands for commits and pull requests
npx claudepluginhub jorben/jorben-skills --plugin graphics-studioUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.