From socialforge
Packages approved social media posts into a structured delivery folder with calendar, publishing schedule, and production checklist.
How this skill is triggered — by the user, by Claude, or both
Slash command
/socialforge:finalize-month [--brand <name>] [--force][--brand <name>] [--force]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Package all approved posts into the organized delivery folder structure.
Package all approved posts into the organized delivery folder structure.
--force bypasses ALL approval gates. Use only in emergencies. All force-finalized posts are logged with force_finalized: true in status-tracker.json for audit trail.If any posts are not FINAL: "3 posts still pending approval. Finalize anyway with --force, or resolve pending items first."
FINAL/
├── 00-Calendar-Document/
│ └── {Brand}-{Month}-Calendar.docx
├── 01-Ready-to-Publish/
│ └── Week-{N}/
│ └── {date}-Post{id}-{title}/
│ └── {platform}/
│ ├── image-{WxH}.png
│ ├── copy.txt
│ └── preview.png
├── 02-Carousels/
├── 03-Video-Production-Kit/
├── 04-Stories-Shorts/
├── 05-Review-Gallery/
├── 06-Publishing-Schedule/
└── 07-Production-Checklist/
npx claudepluginhub indranilbanerjee/socialforgeAssembles a final calendar delivery document (DOCX) with all posts, images, and copy for a given brand and month.
Converts write-social copy into per-platform drafts and scheduler-import files (Typefully, Buffer, Hootsuite, CSV) for 9 platforms. Supports export, draft, and gated publish modes.
Generates and manages an editorial content calendar with publication dates, channel assignments, and cadence tracking from existing content strategy and campaign data.