@zstmfhy: Just tried the gimi-illustration-skill open-sourced by Teacher Xiaomi, here's the bottom line: This thing is really practical. Throw an article in, AI automatically analyzes the structure, extracts key points, and generates hand-drawn illustrations. Consistent style, not templated. Supports custom IP character, create your own visual identity. Image size adjustable…
Summary
Teacher Xiaomi's open-source gimi-illustration-skill, input article content to automatically generate consistent hand-drawn illustrations, supports custom IP characters and multiple sizes, suitable for reports, guides, tutorials, etc., hosted on GitHub.
View Cached Full Text
Cached at: 07/13/26, 03:57 PM
Just tried the open-source gimi-illustration-skill by teacher Xiaomi. Straight to the point: this tool is incredibly useful.
Feed an article into it, and the AI automatically analyzes the structure, extracts key points, and generates hand-drawn illustrations to match. The style is consistent and not templated.
- Supports custom IP characters for your own visual identity
- Adjustable image dimensions — works in both landscape and portrait
- Can add titles or keep it pure image, adaptable to different scenarios
Reports, guides, tutorials — any structured content can be visualized with one click. The hand-drawn style is much lighter than traditional infographics.
Open-sourced on GitHub, ready to use: https://github.com/GiMi-Xiaomi/gimi-illustration-skill…
If you work with content, give it a try — it’ll save you a lot of time on illustrations.
GiMi-Xiaomi/gimi-illustration-skill
Source: https://github.com/GiMi-Xiaomi/gimi-illustration-skill
gimi-illustration
Input Chinese article content → Output whimsical hand-drawn style illustrations. Open-source AI Agent Skill.
Skill code is under MIT License; Gimi character image is subject to IP-NOTICE.md.
Turn the ideas, processes, and metaphors in your article into readable hand-drawn illustrations. Default 16:9 landscape, supports Gimi IP or no character modes.
Preview
Images are served via jsDelivr (https://www.jsdelivr.com/) CDN to avoid failures when fetching raw images from GitHub in certain regions.
No Character
Practice Loop
AI Practice Loop
Demo Main Line
Demo Main Line — Three Steps
Shareable Link
Portfolio Share Link
Gimi IP
Writing Pitfalls
Writing Pitfalls Checklist
AI Modifying Files
AI File Modification Chaos
Sedentary Neck & Shoulders
Sedentary Neck & Shoulder Fatigue
Who It’s For
| Scenario | Description |
|---|---|
| Content creators | Xiaohongshu / WeChat public accounts / blogs — add illustrations to articles |
| Workplace writers | Reports, proposals, documents — use images for better readability |
| Voice-over / Presentation visuals | Each image independently conveys one idea |
Quick Start
1. Installation
Codex (recommended, primary testing environment)
git clone https://github.com/GiMi-Xiaomi/gimi-illustration-skill.git
cd gimi-illustration-skill
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R . "${CODEX_HOME:-$HOME/.codex}/skills/gimi-illustration"
Cursor (also works)
mkdir -p ~/.cursor/skills
ln -s "$(pwd)" ~/.cursor/skills/gimi-illustration
Or place inside project: .cursor/skills/gimi-illustration/
2. Usage
Send a trigger phrase + article body in conversation:
illustration
[paste your article body]
Trigger words: 配图 / 给文章配图 / 帮我配图 / illustration
The AI will automatically follow the SKILL.md workflow: understand the text → plan the illustration strategy → assemble prompts → call the platform’s image generation → quality assurance → save to outputs/.
3. Common options (can be specified in the text)
| Option | Default | Description |
|---|---|---|
| Aspect ratio | 16:9 | Can say “3:4 portrait” or “Xiaohongshu” |
| IP | gimi | Girl in a hat; say “no character” or “objects only” → none |
| Number of images | Auto-inferred | Can say “generate 3 images for me” |
| Title | None | Can say “add a handwritten title at the top” |
Output Structure
outputs/{YYYYMMDD}-{slug}/
shot-config.md # illustration strategy (delivered with images)
01-{slug}.png
02-{slug}.png # continues numbering for multiple images
Directory Structure
| Path | Purpose |
|---|---|
SKILL.md | Skill main entry and workflow |
references/ | Style, composition, prompts, QA, IP protocol |
assets/ip/gimi/ | Gimi reference images and calibration examples (required when $IP=gimi) |
assets/none/examples/ | Positive examples for no-character mode |
Image Generation Environment
The Skill handles strategy and prompts; image generation is performed by the current AI platform’s built-in tools:
| Platform | Image Generation Tool |
|---|---|
| Codex | @Image Gen / image_gen (recommended; Gimi IP dual-reference images verified here) |
| Cursor | GenerateImage |
For Gimi IP mode, the reference images and calibration images must be placed in context before generation. See references/ip/gimi/ip.md.
License
- Skill code and documentation structure: MIT License
- Gimi character image (girl in a hat): See IP-NOTICE.md, not covered under the MIT license
About the Author
Gimi (米未可) — UX Designer / AI Builder
Using Skill + Vibe Coding to improve work efficiency and illustrate content.
- Xiaohongshu: 米未可 (https://www.xiaohongshu.com/user/profile/593a3b5033594a18f9aea21f)
Gimi 米未可 (@Gimi_min): I made a Skill for hand-drawn style illustrations~ Its core function: you provide the article or voice-over text, and it automatically analyzes the content, extracts key points, and generates consistent illustrations. Key features: • Automatically generates images based on content, with consistent style across the set • You can choose whether to show the IP character, image size, and whether to include a title • Suitable for reports, travel guides, tutorial explanations, and many other scenarios github
Similar Articles
@Gimi_min: gimi-illustration-skill 2.0 is live with custom IP support. The video covers the capabilities. In short: you can record a character and use the same person in subsequent illustrations without describing their appearance each time. Just upload a front-view image of the character (like a character sheet or concept art, not a selfie)...
gimi-illustration-skill 2.0 released, supporting custom IP characters. Upload a front-view image to consistently use the same character in later illustrations, eliminating the need for repeated descriptions. An open-source tool for graphic creators, professional writers, etc.
@maqibin: AI-generated image-text posts are finally editable. Previously, when using AI to generate images, the biggest issue was: while they looked great, the text and layout were very difficult to modify afterwards. So I created a small tool called 'Paper Workshop'—input a piece of content, and it can generate a set of Xiaohongshu image-text posts, WeChat Moments long images, document resumes, and other cards. Moreover, the text, images, stickers, paper texture…
This article introduces 'Paper Workshop,' a small tool that allows editing AI-generated image-text posts, suitable for creating Xiaohongshu image-text posts, knowledge cards, and more. It demonstrates the complete workflow through a video.
@op7418: https://x.com/op7418/status/2074728162018152817
The user released an open-source AI illustration skill called guizang-material-illustration, based on GPT-Image 2.0 and Codex Agent, which can generate 3D material explanation diagrams with Chinese labels, suitable for articles, weekly reports, PPTs, etc.
@Moting284: https://x.com/Moting284/status/2065292889207558556
Introducing a Codex skill called '小黑配图' that generates hand-drawn style illustrations matching the article content, solving the problem of AI illustrations being empty or too PowerPoint-like. The article details the installation, usage, and best practices of the skill, emphasizing cognitive anchor extraction and post-generation quality inspection.
@I_am_oil_oil: My GitHub Readme beautification Skill has new features. Now it not only generates cards based on SVG code, but also creates cooler illustrations via AI image generation. Combined with the matting script in the Skill and the original SVG approach, you can create even more top-tier repositories...
Developer @I_am_oil_oil added new features to their GitHub Readme beautification tool, now supporting card generation based on SVG code and creating more dazzling illustrations via AI image generation. Combined with the matting script, it enables top-level repository introduction pages.