social-media

Create platform-optimized LinkedIn posts and Twitter/X threads with generated images.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Akhan521/bat-code --skill social-media-akhan521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-media
Source: https://github.com/Akhan521/bat-code/tree/main/examples/content-builder-agent/skills/social-media
Command: npx skills add https://github.com/Akhan521/bat-code --skill social-media-akhan521

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of short-form social media content by enforcing research, platform-appropriate formatting, and required visuals so posts are complete, on-brand, and optimized for engagement.

Core Features & Use Cases

  • Delegated research workflow that requires invoking a researcher subagent and saving findings to a research/<slug>.md file before writing content.
  • Enforced output structure and file locations: linkedin/<slug>/post.md with linkedin/<slug>/image.png and tweets/<slug>/thread.md with tweets/<slug>/image.png.
  • Integrated image generation via generate_social_image and platform-specific guidance for LinkedIn and Twitter/X tone, length, and hashtag usage.
  • Common use cases include writing LinkedIn posts, composing Twitter/X threads, drafting announcements, and repurposing long-form content into social posts.

Quick Start

Create a LinkedIn post on renewable energy by delegating research to a researcher subagent that saves findings to research/renewable-energy.md, then write the post to linkedin/renewable-energy/post.md and generate the image to linkedin/renewable-energy/image.png using generate_social_image.

Frequently Asked Questions about social-media

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Twitter threads and LinkedIn posts with required visuals?

You create LinkedIn posts and Twitter/X threads by delegating research to a subagent, writing platform-optimized content, and generating required visuals using the generate_social_image function. This ensures social posts are complete with text and images saved to platform-specific paths.

What's the best way to repurpose blog content into social media posts?

The best way to repurpose blog content into social media posts is using a delegated research workflow that saves findings to a research file, then generates platform-specific short-form content with integrated visuals for LinkedIn or Twitter/X.

Does this social media content creation process require a separate research step?

Yes, the social media content creation process enforces a delegated research step by requiring a researcher subagent to save findings to a research/<slug>.md file before any post content is written.

Can I generate social media images automatically when drafting announcements?

Yes, you can generate social media images automatically when drafting announcements by invoking the generate_social_image function, which creates and saves visuals to platform-specific paths like linkedin/<slug>/image.png.

How are outputs structured for LinkedIn posts and Twitter threads?

Outputs follow enforced file locations: linkedin/<slug>/post.md with linkedin/<slug>/image.png for LinkedIn, and tweets/<slug>/thread.md with tweets/<slug>/image.png for Twitter/X threads.

What tone and formatting guidance is applied for LinkedIn versus Twitter/X posts?

Platform-specific guidance is applied for LinkedIn and Twitter/X posts covering tone, length, and hashtag usage to ensure content is optimized for engagement on each respective platform.