Skip to content

adamd9/skill-image-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎨 AI Image Generation Skill

Generate images on-the-fly from your coding workflow — powered by OpenAI or Google Gemini.

License: MIT VS Code Claude Code GitHub Copilot CLI

An agent plugin that gives your AI coding assistant the ability to generate images. Just ask — the skill handles provider selection, API key setup, and generation conversationally.

✨ Features

  • Two providers: OpenAI (gpt-image-2) and Google Gemini (Nano Banana)
  • Zero config up front — the skill onboards you the first time you use it
  • Cross-tool compatible — works in VS Code, Copilot CLI, and Claude Code
  • Agent plugin format — discoverable, installable, and manageable from the Extensions view

🚀 Install

VS Code (recommended)

Open the Command Palette (Cmd+Shift+P) and run:

Chat: Install Plugin From Source

Enter this repo URL:

https://github.com/adamd9/skill-image-gen

The plugin and its skills will appear in your Extensions sidebar under Agent Plugins.

Copilot CLI / Claude Code

git clone https://github.com/adamd9/skill-image-gen.git
cd skill-image-gen
./install.sh
Installer flags
Flag Description
--claude-only Install for Claude Code only
--copilot-only Install for Copilot CLI only
--link Symlink instead of copy (for development)
--uninstall Remove installed skill
--dry-run Preview what would happen

💬 Usage

Just ask your AI assistant to generate an image:

  • "Generate a hero image for my landing page"
  • "Create a seamless grass texture for my game"
  • "Make an app icon for a weather app"

The skill takes care of the rest — including walking you through API key setup if it's your first time.

📁 Structure

skill-image-gen/
├── plugin.json              # Plugin manifest
├── skills/
│   └── generate-image/
│       └── SKILL.md         # The skill — all logic lives here
├── install.sh               # CLI installer
├── README.md
├── CONTRIBUTING.md
└── LICENSE

🤝 Contributing

See CONTRIBUTING.md.

📄 License

MIT — see LICENSE.

About

AI image generation skill for Claude Code, GitHub Copilot CLI, and VS Code — powered by OpenAI and Google Gemini

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages