gpt-image-2-style-library
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseGPT-Image2 Style Library
GPT-Image2 风格库
Use this skill to turn a user's image-generation intent into a production-ready GPT-Image2 prompt using the awesome-gpt-image-2 style library.
使用本技能,可借助awesome-gpt-image-2风格库将用户的图像生成需求转化为可投入生产使用的GPT-Image2提示词。
Example Output
示例输出

Example request:
用 gpt-image-2-style-library 技能生成城市生命系统图谱
示例请求:
用 gpt-image-2-style-library 技能生成城市生命系统图谱Reference
参考资料
- Read before choosing a template or style.
references/style-library.md - The reference is generated from in the repository.
data/style-library.json - Prefer the reference over memory when template names, categories, covers, or style tags matter.
- 在选择模板或样式前,请阅读。
references/style-library.md - 参考资料由仓库中的生成。
data/style-library.json - 当涉及模板名称、分类、封面或风格标签时,优先参考该资料而非依赖记忆。
Workflow
工作流程
- Detect the user's language and answer in that language.
- Identify the user's target output: product, poster, UI, infographic, brand, photo, illustration, character, scene, history, document, or special task.
- Match the request in this order: template category, visual style tag, scene tag, then nearest example cases.
- If one template is clearly strongest, use it directly. If several are plausible, present 2-3 options with short reasons and ask the user to choose.
- Build the final prompt with these blocks:
- subject and task
- composition and layout
- visual style and materials
- text and label requirements
- aspect ratio and output format
- constraints and negative details
- Include the selected template name and any useful example case IDs.
- 检测用户使用的语言,并以该语言回复。
- 确定用户的目标输出类型:产品、海报、UI、信息图、品牌、照片、插画、角色、场景、历史素材、文档或特殊任务。
- 按以下顺序匹配请求:模板分类、视觉风格标签、场景标签,然后是最接近的示例案例。
- 如果某一模板明显最匹配,则直接使用;若多个模板都合适,则提供2-3个选项并附上简短理由,请求用户选择。
- 结合以下模块构建最终提示词:
- 主题与任务
- 构图与布局
- 视觉风格与材质
- 文字与标签要求
- 宽高比与输出格式
- 约束条件与负面细节
- 包含所选模板名称及任何有用的示例案例ID。
Output Defaults
输出默认规则
- Provide a copyable prompt first.
- Keep constraints concrete: exact text, aspect ratio, readable labels, layout hierarchy, and avoided artifacts.
- For Chinese requests, write the final prompt in Chinese unless the user asks for English.
- For English requests, write the final prompt in English unless the user asks for Chinese.
- When the user asks for multiple concepts, reuse one template and vary subject, composition, palette, and scene.
- 首先提供可复制的提示词。
- 约束条件需具体明确:确切文本、宽高比、清晰可读的标签、布局层级以及需避免的瑕疵。
- 对于中文请求,最终提示词默认使用中文,除非用户要求英文。
- 对于英文请求,最终提示词默认使用英文,除非用户要求中文。
- 当用户请求多个概念时,复用同一模板,仅调整主题、构图、配色及场景。
Maintenance
维护说明
When the source repository changes, run:
bash
npm run generate:style-skillTo install the skill into the local Codex skill folder, run:
bash
npm run install:skill当源仓库更新时,运行:
bash
npm run generate:style-skill要将本技能安装到本地Codex技能文件夹,运行:
bash
npm run install:skill