AI-powered image generation using Google Gemini, integrated with Claude Code via Skills or Claude.ai via MCP (Model Context Protocol).
Stars
26
Forks
3
Watchers
26
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
feat: Refactor media pipeline service and integrate dynamic model fetching
13cd964View on GitHubEnhance README.md with a tip on disabling the MCP server to reduce startup overhead when using the skill's CLI directly, improving user guidance for optimal performance.
c24a13fView on GitHubUpdate README.md and SKILL.md to clarify execution modes for image generation, emphasizing the use of the bundled CLI script over the MCP tool. Enhance installation instructions and update build scripts in package.json for better clarity and functionality.
d4fbad9View on GitHubRevise README.md to enhance clarity on installation instructions for the Claude Code Plugin and Desktop Extension, consolidating steps and updating optional manual installation details for skills.
964a2b0View on GitHubRevise README.md to clarify plugin installation process, highlighting that the plugin installs both the skill and MCP server together, and updating manual installation instructions for the skill.
27114e0View on GitHubUpdate mcp-server configuration to use bundled output and rename package to media-pipeline-mcp, enhancing build process with esbuild integration.
e813fe2View on GitHubRename plugin configuration from gemini-image-gen to media-pipeline in .mcp.json to align with recent updates and maintain consistency across project files.
19984b2View on GitHubUpdate plugin names and descriptions in README.md and JSON files to reflect the transition from gemini-image-gen to media-pipeline, ensuring consistency across documentation and configuration.
5d8ee83View on GitHubFix source path in marketplace.json for gemini-image-gen plugin to ensure correct loading of resources.
aa3ecd9View on GitHubEnhance README.md with detailed installation instructions for the media-pipeline plugin, including CLI and manual configuration options. Clarify environment variable usage and update plugin installation steps from the marketplace and GitHub.
4394ea1View on GitHubMerge branch 'master' of https://github.com/guinacio/claude-image-gen
82ed019View on GitHubUpdate image-storage.ts to remove redundant directory check in constructor; update media-pipeline.mcpb binary file.
069c365View on GitHub