@axtonliu/smart-illustrator

by axtonliu · v1.0.0 · prompt

智能配图与 PPT 信息图生成器。支持三种模式:(1) 文章配图模式 - 分析文章内容,生成插图;(2) PPT/Slides 模式 - 生成批量信息图;(3) Cover 模式 - 生成封面图。所有模式默认生成图片,`--prompt-only` 只输出 prompt。触发词:配图、插图、PPT、slides、封面图、thumbnail、cover。

Install

Add @axtonliu/smart-illustrator to Claude Code with the PolySkill CLI: polyskill add @axtonliu/smart-illustrator

Instructions

# 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` | **禁止自己编写 System Prompt。** ❌ 错误:`"你是一个专业的信息图设计师..."`(自己编的) ✅ 正确:从 style 文件的代码块中提取 System Promp…

Keywords: github, image-generation, ppt-creator, infographic-generator, cover-image, visual-content, content-illustration, presentation-design, creative-tools