🖼️
AutomationTypeScript

Smart Illustrator

by axtonliu

Smart Illustrator is an Automation skill for Claude Code, published by axtonliu in smart-illustrator.

551 stars82 forkson axtonliu/smart-illustratorAdded 2026/08/25+1% in starsRepository updated 2026/06/26
ai-illustrationbest-effortclaude-codeclaude-skillscontent-creationgemini-apimermaidyoutube-thumbnails
Install in seconds
Install Smart Illustrator
Copy Smart Illustrator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/axtonliu/smart-illustrator ~/.claude/skills/smart-illustrator

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/axtonliu/smart-illustrator.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in axtonliu/smart-illustrator
Installs to
~/.claude/skills/smart-illustrator
Collection
The only skill cataloged from this repository
Category
Automation1523 skills

What Smart Illustrator does

Smart Illustrator generates contextual illustrations, slides, and cover images from article content. Use it when you need article art, batch infographics, or platform-specific thumbnails, with an optional prompt-only mode.

Smart Illustrator is cataloged under Automation on DirSkills. Smart Illustrator comes from a repository tagged ai-illustration, best-effort, claude-code, claude-skills and content-creation.

Documentation

README

Smart Illustrator - 智能配图与 PPT 生成器

⛔ 强制规则(违反即失败)

规则 1:用户提供的文件 = 要处理的文章

/smart-illustrator SKILL_05.md      → SKILL_05.md 是文章,为它配图
/smart-illustrator README.md        → README.md 是文章,为它配图
/smart-illustrator whatever.md      → whatever.md 是文章,为它配图

无论文件名叫什么,都是要配图的文章,不是 Skill 配置。

规则 2:必须读取 style 文件

生成任何图片 prompt 前,必须读取对应的 style 文件:

模式 必须读取的文件
文章配图(默认) styles/style-light.md
Cover 封面图 styles/style-cover.md
--style dark styles/style-dark.md
--style bento styles/style-bento.md

禁止自己编写 System Prompt。

❌ 错误:"你是一个专业的信息图设计师..."(自己编的) ✅ 正确:从 style 文件的代码块中提取 System Prompt


使用方式

文章配图模式(默认)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Smart Illustrator

  • How does Smart Illustrator compare to other Automation skills?

    Smart Illustrator ranks #1292 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Smart Illustrator against them. Open each page to compare what they document and how they install.