원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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.