This skill should be used when the user requests social media content creation for Twitter, Instagram, LinkedIn, or Facebook. It generates platform-optimized posts and saves them in an organized folder structure with meaningful filenames based on event details.
This skill enables creation of platform-optimized social media content for Twitter, Instagram, LinkedIn, and Facebook. It automatically generates posts tailored to each platform's best practices and saves them in an organized directory structure.
Use this skill when the user requests:
Collect the following details from the user (ask if not provided):
Create content for each platform using the templates in assets/:
Twitter (assets/twitter_template.md)
Instagram (assets/instagram_template.md)
LinkedIn (assets/linkedin_template.md)
Facebook (assets/facebook_template.md)
Create the following directory structure in the project:
social-media/
├── twitter/
│ └── event-name-DD-MM-YYYY-HHMM.md
├── instagram/
│ └── event-name-DD-MM-YYYY-HHMM.md
├── linkedin/
│ └── event-name-DD-MM-YYYY-HHMM.md
└── facebook/
└── event-name-DD-MM-YYYY-HHMM.md
Filename Format: event-name-DD-MM-YYYY-HHMM.md
product-launch-15-03-2025-1400.mdFor each platform:
After generating all posts:
User Request: "Create social media posts for our product launch event on March 15, 2025 at 2 PM. The product is an AI-powered productivity tool called TaskFlow."
Execution:
social-media/twitter/, social-media/instagram/, etc.taskflow-launch-15-03-2025-1400.md in each platform folderThis skill includes template files in the assets/ directory:
twitter_template.md - Twitter post structure and best practicesinstagram_template.md - Instagram caption format and guidelineslinkedin_template.md - LinkedIn post structure and professional tone guidefacebook_template.md - Facebook post format and engagement tipsThese templates serve as reference for platform-specific requirements and best practices when generating content.