Social Post Drafter
Turn a single topic or brief into ready-to-publish social media posts, each tuned to the platform it's going on. The skill writes multiple distinct variants per platform, respects each platform's length limits and tone conventions, and generates relevant hashtags.
What it does
- Takes one brief and fans it out into platform-specific drafts for LinkedIn, X/Twitter, Instagram, Facebook, and Threads.
- Enforces each platform's norms: X stays under 280 chars (or becomes a thread), LinkedIn leads with a scannable hook, Instagram gets a hashtag block and a visual suggestion, Facebook drives comments, Threads stays casual.
- Produces multiple variants per platform with genuinely different angles (hook-driven, value-driven, question-led), not reworded duplicates.
- Adds on-topic hashtags (broad + niche mix) and reports a character count for every draft so you can see at a glance that it fits.
What to feed it
A topic string is enough. For more control, pass a JSON brief:
{
"topic": "We just shipped same-origin React hosting for InTouch",
"platforms": ["linkedin", "x", "instagram"],
"tone": "bold",
"audience": "DevOps and automation engineers",
"cta": "try the 8.0 preview",
"link": "https://blueisle.com/intouch",
"keywords": ["automation", "self-hosted"],
"variants": 2,
"emoji": true
}
Only topic is required. Sensible defaults fill in the rest (LinkedIn + X +
Instagram, professional tone, 2 variants, light emoji).
What it returns
Markdown grouped by platform. Each platform shows its variants with the angle,
the post body, the hashtags, and a chars / limit count. It closes with a
one-line recommendation naming the strongest variant per platform.