adinathchaudhari/i-cant-draw — explained in plain English
Analysis updated 2026-07-25
Turn a vague idea into a structured prompt for ChatGPT's GPT Image generator.
Create consistent character prompts across a series using Google Gemini's Nano Banana.
Generate image prompts with transparent backgrounds for design mockups.
Copy the skill files into a Custom GPT or Gemini Gem for prompt writing.
| adinathchaudhari/i-cant-draw | 00kaku/gallery-slider-block | 04amanrajj/netwatch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | — | JavaScript | Rust |
| Last pushed | — | 2021-05-19 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 2/5 | 3/5 |
| Audience | vibe coder | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Claude Code to use as a plugin, but the markdown files can also be copied into other AI assistants.
i-cant-draw is a plugin for Claude Code that helps people who struggle with visual creativity write better prompts for AI image generators. Instead of generating the image itself, the skill produces a polished, ready-to-paste prompt with the correct settings for either ChatGPT's GPT Image or Google Gemini's Nano Banana. You describe what you want in plain words, and the tool formats that idea into a structured prompt that the chosen image engine understands well. The workflow is straightforward. You call the skill, pick your model, and describe the scene you have in mind. The tool loads one engine-specific guide, follows its rules, and returns a finished prompt along with that model's configuration details. The two engines never interact with each other, so there is no confusion between their different requirements. Each guide is self-contained and tailored to its platform. The skill is built around a set of universal prompting principles drawn from official OpenAI and Google documentation. It writes in full prose rather than comma-separated keywords, orders descriptions from background through to constraints, uses concrete terms for lighting and color, and handles in-image text by quoting exact strings and naming font styles. It also notes that neither engine supports negative prompts, so the skill keeps exclusions brief. Installation is designed for Claude Code. You clone the repository, add it as a plugin, and install it. After that, you type a command, select a model, and describe your image. The skill files are plain markdown, so you can also copy them into a Custom GPT's instructions, a Gemini Gem, or any assistant's system prompt if you prefer a different setup. The README offers guidance on which engine to choose for different tasks. Gemini is recommended for character consistency across a series and conversational editing, while ChatGPT is suggested for transparent backgrounds and generating multiple variants in a single call. Both engines add a watermark to every output by default. The project is licensed under MIT.
A Claude Code plugin that turns plain-English descriptions into polished, ready-to-paste prompts for AI image generators like ChatGPT's GPT Image and Google Gemini's Nano Banana.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.