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.