一键导入
caption-multi-platform
Generates platform-tuned caption variants from a base copy, adapting hashtag count, line breaks, and link placement per network
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates platform-tuned caption variants from a base copy, adapting hashtag count, line breaks, and link placement per network
用 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 | caption-multi-platform |
| description | Generates platform-tuned caption variants from a base copy, adapting hashtag count, line breaks, and link placement per network |
| version | 0.1.0 |
Takes a single base copy and produces platform-specific variants ready to paste into the publisher. Each variant respects the platform's character limits, hashtag conventions, line-break behavior, and link placement rules.
copywriter-curto produces an approved base caption.adaptlypost MCP.base_text: string. The approved caption to adapt.platforms: array of strings. Subset of ig_long, ig_short, tiktok, youtube_shorts, facebook, linkedin, x.hook: string, optional. The opening hook, kept verbatim across variants.cta: string, optional. Call to action sentence.link: string, optional. URL to append where the platform allows it.hashtag_pool: array of strings, optional. Hashtags ranked by relevance.language: string. pt-BR, en, es.mention_handles: array of strings, optional. Accounts to mention..specs/product/CHANNELS.md: max chars, max hashtags, line-break behavior, link placement rule.platforms, build a draft starting with hook if provided.link only where the platform supports clickable links in the caption (LinkedIn, Facebook). For others, note "link in bio" or omit.hashtag_pool up to the platform max.variants: array of objects. Each { platform, text, char_count, hashtag_count, link_placement, warnings }.Input: { base_text: "Your product launch starts here. Discover what changed.", platforms: ["ig_long", "tiktok", "linkedin"], hashtag_pool: ["#launch", "#productupdate", "#design"], cta: "Learn more", link: "https://example.com/launch", language: "en" }
Output: 3 variants, IG long with full body and 8 hashtags, TikTok with trimmed body and 4 hashtags, LinkedIn with link inline and 3 hashtags.
Input: { base_text: "Color is your unfair advantage.", platforms: ["ig_short", "youtube_shorts"], language: "en" }
Output: IG short with the hook plus a soft CTA and 5 hashtags; YouTube Shorts with the hook only, link moved to description note.
copywriter-curto: produces the base text this skill fans out.revisao-humanizada: each variant should be humanized before publish.qa-tech-specs: validates the asset, not the caption, but pairs with this skill in the publish step.compliance-generic: confirms the variants pass cross-vertical compliance.