Use this skill when creating short-form social media content for LinkedIn, Twitter/X, or other platforms
This skill provides guidelines for creating engaging social media content that drives engagement and shares.
Use this skill when asked to:
Before writing any social media content, you MUST delegate research:
task tool with subagent_type: "researcher"task(
subagent_type="researcher",
description="Research [TOPIC]. Save findings to research/[slug].md"
)
Example:
task(
subagent_type="researcher",
description="Research renewable energy trends in 2025. Save findings to research/renewable-energy.md"
)
Every social media post MUST have both content AND an image:
LinkedIn posts:
linkedin/
└── <slug>/
├── post.md # The post content
└── image.png # REQUIRED: Generated visual
Twitter/X threads:
tweets/
└── <slug>/
├── thread.md # The thread content
└── image.png # REQUIRED: Generated visual
Example: A LinkedIn post about "prompt engineering" → linkedin/prompt-engineering/
You MUST complete both steps:
generate_image and save alongside the postA social media post is NOT complete without its image.
Format:
Tone:
Structure:
[Hook - 1 compelling line]
[Empty line]
[Contex...