一键导入
higgsfield-prompt-builder
Translates a visual brief into a Higgsfield Soul or DoP prompt with subject, motion, lens, lighting, mood, aspect, and duration
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Translates a visual brief into a Higgsfield Soul or DoP prompt with subject, motion, lens, lighting, mood, aspect, and duration
用 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 | higgsfield-prompt-builder |
| description | Translates a visual brief into a Higgsfield Soul or DoP prompt with subject, motion, lens, lighting, mood, aspect, and duration |
| version | 0.1.0 |
Specialized prompt assembler for Higgsfield video and image generation (Soul 2.0, DoP, Seedance 2.0). Takes a structured visual brief and emits the exact prompt format Higgsfield expects, plus the parameter set the MCP call needs.
llm-router or by .specs/architecture/PROVIDERS.md to Higgsfield.subject: string. Main subject described concretely (woman, product, scene).motion: string. Camera or subject motion (dolly in, orbit left, static, subject walks toward camera).lens: string. Focal length and depth (35mm shallow, 85mm portrait, wide 24mm).lighting: string. Light setup (golden hour backlit, softbox left, neon rim).mood: string. Emotional tone (confident, intimate, editorial high fashion).aspect: string. Aspect ratio (9:16, 16:9, 1:1, 4:5).duration_seconds: integer. Clip length (1-10 typical).model: string. soul-2, dop, seedance-2.negative: array of strings, optional. Things to avoid (text, extra limbs, blur).seed: integer, optional. For reproducibility.subject, motion, lens, lighting, mood, aspect, model are missing.negative array.model (Soul, DoP, Seedance).prompt: string. Final prompt text.negative_prompt: string.params: object. Ready-to-pass parameter object for the Higgsfield MCP tool.mcp_tool: string. The exact tool name to invoke.Input: { subject: "woman walking through a sunlit Parisian arcade", motion: "slow dolly in", lens: "35mm shallow", lighting: "golden hour backlit", mood: "editorial confident", aspect: "9:16", duration_seconds: 6, model: "seedance-2" }
Output: { prompt: "Woman walking through a sunlit Parisian arcade, slow dolly in, 35mm shallow depth of field, golden hour backlit, editorial confident mood, 9:16, 6s", params: {...}, mcp_tool: "higgsfield_seedance_generate" }
Input: { subject: "amber perfume bottle on marble", motion: "orbit left 90deg", lens: "85mm macro", lighting: "softbox left rim right", mood: "luxury minimal", aspect: "1:1", duration_seconds: 4, model: "dop" }
Output: parameter object ready for the DoP MCP call.
video-prompt-builder: generic dispatcher that delegates to this skill when the chosen provider is Higgsfield.wavespeed-batch: used for cheap A/B variant runs before committing to a Higgsfield render.llm-router: not used directly here, but may be called upstream to pick Higgsfield as the provider.qa-tech-specs: validates the rendered output against platform specs after generation.