一键导入
gpt-image-prompt-builder
Assembles OpenAI gpt-image prompts with subject, style, composition, palette, and typography for quote cards and carousels
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Assembles OpenAI gpt-image prompts with subject, style, composition, palette, and typography for quote cards and carousels
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Unified public entrypoint for Simplicio's body-of-work orchestration: core + loop in one command. Use when the user types /simplicio-loop, says "ralph loop", "keep iterating until done", "finish all open issues", or asks to drain a queue of work autonomously. Runtime-agnostic: binds a real stop-hook where the host supports hooks (Claude, Cursor); otherwise self-paces via the host scheduler. The older /simplicio-tasks surface is a legacy alias; never escape the loop with a false promise.
Legacy compatibility alias for `/simplicio-loop`. Use only when an older install, adapter, or saved prompt still invokes `/simplicio-tasks`; immediately route the run through `.claude/skills/simplicio-loop/SKILL.md`, which now owns the public core + loop protocol.
One-shot bootstrap skill that wires HyperFrames (https://github.com/wesleysimplicio/hyperframes) into a marketing-engine clone as a first-class video provider — the three runtime skills, the provider class + mock, the routing matrix rows, env vars, and CLAUDE.md updates. Idempotent. Invoke when a fresh clone needs HyperFrames added, or when reapplying the integration after a rebase that dropped any piece of it.
Runs the HyperFrames CLI dev loop — init, lint, inspect, preview, render — for compositions authored under the `hyperframes` skill. Invoked after the composition HTML is on disk and before the piece is marked complete.
Translates a marketing-engine piece brief into the input shape the `hyperframes` skill expects (composition spec) and the flags the `hyperframes-cli` skill needs to render it. Selected by `video-prompt-builder` when the routing matrix resolves to the `hyperframes` provider.
Author HTML-as-source-of-truth motion compositions (kinetic type, motion quote cards, programmatic data-viz reels) for the HyperFrames renderer. Used whenever the video provider resolved by the routing matrix is `hyperframes`.
| name | gpt-image-prompt-builder |
| description | Assembles OpenAI gpt-image prompts with subject, style, composition, palette, and typography for quote cards and carousels |
| version | 0.1.0 |
Specialized prompt assembler for OpenAI gpt-image. Strong on typographic precision, quote cards, carousel slides, and inpaint or local edits. Emits the parameter object the OpenAI image API expects.
.specs/architecture/PROVIDERS.md to gpt-image.subject: string. What is in the image.style: string. Visual style descriptor (editorial, minimal, studio product shot, flat illustration).composition: string. Layout cues (centered, rule of thirds, full bleed, top half text bottom half image).palette: array of strings. Color cues (muted earth tones, #1a1a1a background, gold accent).typography: object, optional. { text, font_style, weight, color, position }. Required for quote cards.aspect: string. 1:1, 4:5, 9:16, 16:9.transparent_background: boolean, optional. When true, request a PNG with alpha.negative: array of strings, optional. Things to avoid.seed: integer, optional.subject, style, composition, aspect are missing.gpt-image-1 default).prompt: string.negative_prompt: string.params: object. Ready for the OpenAI Images API call.model: string. Default gpt-image-1.Input: { subject: "minimal beige card", style: "editorial minimal", composition: "centered text", palette: ["#f5efe6 background", "#1a1a1a text"], typography: { text: "Sua cor te trai. Descubra qual e.", font_style: "serif display", weight: "regular", color: "#1a1a1a", position: "centered" }, aspect: "1:1" }
Output: { prompt: "Minimal beige card, editorial minimal style, centered text composition, palette beige #f5efe6 background and dark #1a1a1a text, typography 'Sua cor te trai. Descubra qual e.' in serif display regular black centered, 1:1 aspect", params: { size: "1024x1024", background: "opaque", n: 1 }, model: "gpt-image-1" }
Input: { subject: "amber perfume bottle", style: "studio product shot", composition: "centered", palette: ["transparent"], aspect: "1:1", transparent_background: true }
Output: parameter object with background: "transparent" and PNG output.
wavespeed-batch: cheaper batch alternative when the typographic precision is not the priority.qa-tech-specs: validates the generated image against platform specs.caption-multi-platform: pairs caption variants with the generated quote card.compliance-generic: audits any text rendered inside the image.