image-gen
v0.2.0Prompt to PNG on disk through OpenRouter — seedream, gpt-image, qwen-image — plus rembg background removal, with the prompting lore that makes the frames usable.
By Dmitry FominLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install image-gen for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install image-gen@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dmitry-fomin/homemade-skills-claude-codeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/image-gen/.
Plugin files
├── .claude-plugin/plugin.json└── skills/image-gen/SKILL.md
Included Skills1
Используй когда просят нарисовать, сгенерировать или создать картинку, иконку, favicon, спрайт, обложку, баннер, фон, текстуру, лист поз персонажа, placeholder-иллюстрацию — или убрать фон у готового изображения. Срабатывай и там, где слово «сгенерируй» не прозвучало, а по смыслу нужен растровый файл на диске: «нужна картинка для лендинга», «сделай маскота», «нарисуй остров», «перерисуй по этому референсу», «обтрави этот png». Результат — настоящий PNG на диске, а не описание картинки словами и не SVG. Не для диаграмм, схем и графиков — их рисуем кодом (mermaid, dataviz). Не для редактируемых UI-макетов — это скил design. Из операций над готовым файлом умеет ровно обтравку: шумодав, апскейл, ретушь, ресайз — не сюда.
Plugin manifests1
{
"name": "image-gen",
"displayName": "Image gen",
"version": "0.2.0",
"description": "Prompt to PNG on disk through OpenRouter — seedream, gpt-image, qwen-image — plus rembg background removal, with the prompting lore that makes the frames usable.",
"author": {
"name": "Dmitry Fomin",
"url": "https://github.com/dmitry-fomin"
},
"homepage": "https://github.com/dmitry-fomin/homemade-skills-claude-code",
"repository": "https://github.com/dmitry-fomin/homemade-skills-claude-code",
"license": "MIT",
"keywords": [
"image-generation",
"openrouter",
"seedream",
"gpt-image",
"qwen-image",
"rembg"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[image-gen on Agent Plugins Marketplace](https://pluginsmp.com/plugins/image-gen)