assemble-document
SolidAssemble the final calendar delivery document (DOCX) with all posts, images, and copy.
Data & Documents 22 stars
6 forks Updated today MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /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.
Details
- Author
- indranilbanerjee
- Repository
- indranilbanerjee/socialforge
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
finalize-month
Package all approved content into the final delivery folder structure for handoff.
22 Updated today
indranilbanerjee Data & Documents Solid
parse-calendar
Parse monthly content calendars from DOCX, XLSX, Notion, or text into structured calendar-data.json.
22 Updated today
indranilbanerjee Data & Documents Listed
document
Produce a deliverable document file (.docx or .pdf) from content - reports, specs, summaries - via markdown + pandoc. Use when the user needs a shareable file, not project docs.
0 Updated 5 days ago
2Tricky4u