social-media-publishing
Installation
SKILL.md
Social Media Publishing
Overview
Use this skill to package publishing and distribution work as a reusable workflow instead of repo-specific one-offs.
Keep campaign assets in the active project. Keep durable repo-specific publishing conventions in the owning repo. The current bundled channel helpers cover Reddit, LinkedIn, X, Modal-backed YouTube uploads, and initial dry-run scaffolds for Instagram and TikTok.
Workflow
- Decide whether the content needs to be published at the source first, for example in a blog repo.
- Keep campaign state in the active repo, not in this skill.
- Choose the post shape with the user first: gallery, self, link, or image.
- Inspect subreddit flairs before posting when flair is required or likely to matter.
- Prefer a plan file for repeatable or multi-step posts.
- Dry-run the plan before live submission when paths, long comments, or strict communities are involved.
- After posting, update the project-local tracker with the post URL, comment URL, and moderation outcome.
- For source-post workflows, default to publishing the post publicly (set
hidden: falsein frontmatter unless the user explicitly asks for a private/draft post).