ワンクリックで
syndly-draft
Draft a post from a capture using your brand voice profile and the target platform voice.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Draft a post from a capture using your brand voice profile and the target platform voice.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Read-only reference for the Syndly MCP API. Use when an agent hits an MCP error or wants to know what tools are available and how to call them.
First-run onboarding. Scaffold ./.syndly/ at the project root and write your brand voice profile plus per-platform tones.
Show news captures that have arrived since your last check.
List the current post queue and its status.
List, create, edit, and remove content sources that Syndly uses to discover news captures.
Summarise recent post performance with recommendations.
SOC 職業分類に基づく
| name | syndly-draft |
| description | Draft a post from a capture using your brand voice profile and the target platform voice. |
End-to-end drafting flow: pick a capture, ask for the user's angle, draft the post using the brand voice and the target platform voice, get explicit approval, then enqueue or schedule on the chosen channel.
This is the only skill that requires both of the local voice files (brand-voice.md and the platform-specific profile). If either is missing, abort and tell the user to run /syndly-setup first.
.syndly/brand-voice.md exists. If not: stop and say "Run /syndly-setup first to create your brand voice profile.".syndly/platforms/<platform>.md exists for the platform the user wants to post to. If not: tell the user /syndly-setup covers the platform but they may have skipped it; offer to ask the platform-tone interview questions now and write the file before continuing.The capture itself (title, link, 200-char excerpt) is shown. Then ask exactly one question:
"What's your angle on this? (one or two sentences — your take, the framing you want, anything to emphasise or skip)"
Wait for the user's reply before continuing. Do not draft a post on autopilot.
Combine:
.syndly/brand-voice.md.syndly/platforms/<platform>.mdApply platform-specific formatting conventions:
Persist the draft to .syndly/drafts/<ISO-timestamp>-<capture-slug>.md with the raw draft body plus the YAML frontmatter recording the capture id, target platform, and angle that produced it. This makes the draft inspectable and reproducible.
Show the draft. Then offer four paths:
schedule_post MCP tool with confirmed: true. Set user_specific_instructions (the project's additional instructions field) to a short summary of the capture + angle so the post is traceable later.schedule_post until the user picks Approve..syndly/drafts/ is enough; end the session with no MCP mutation. Good for "I want to come back to this later.".syndly/drafts/ and end. No MCP mutation.schedule_post without confirmed: true and the user's explicit choice of channel + time..syndly/brand-voice.md — the brand voice is the whole point of having run /syndly-setup.