format-script-to-style
Installation
SKILL.md
format-script-to-style
Purpose
Take a delivery style from DELIVERY_STYLES.md and a target duration, and transform the script currently in the calling agent's conversation context into a v3-tagged script ready for voice generation. The output should match the chosen style's beat structure, signature language, pacing, and audio-tag recipe.
Inputs
delivery_style_name: a key fromDELIVERY_STYLES.md(e.g.UGC-Creator-Confiding).target_duration_seconds: an integer; the desired final spoken length after any post-processing (e.g. 29 for a typical UGC ad).
Assumed context (not loaded by this skill): the unformatted script content lives in the calling agent's conversation. This skill does not accept a --script flag or read from a file — the calling agent supplies the content from its own context and applies this skill's rules to it.