agentsclimarketplace

Assemble document

Skill indranilbanerjee/socialforge/skills/assemble-document

Assemble the final calendar delivery document (DOCX) with all posts, images, and copy.From its SKILL.md

Install
npx -y skills add indranilbanerjee/socialforge --skill assemble-document

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.2 KB, 236 tokens by cl100k_base, as published. Nobody here has run it

/socialforge:assemble-document — Document Assembler

Create the final delivery document containing the complete monthly calendar with images, copy, and metadata.

Document Structure

  1. Cover page (brand name, month, prepared by)
  2. Table of contents
  3. Monthly overview (post count, platform breakdown, tier distribution)
  4. Weekly sections:
    • For each post: date, platform, image preview, copy text, hashtags, CTA, creative mode used, quality score
  5. Appendix A: Publishing schedule (dates + times + platforms)
  6. Appendix B: Production notes (asset gaps, compliance flags, revision history)
  7. Appendix C: Cost report

Process

  1. Load all approved posts from status-tracker.json
  2. Load images, copy, and metadata for each
  3. Build DOCX using document-template structure
  4. Embed images at appropriate resolution
  5. Save to output/{brand}/{month}/FINAL/00-Calendar-Document/

Timeout & Fallback

  • Document assembly: 2-minute timeout for 30 posts. If images are too large, compress to 72 DPI.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.