Generate structured files (PDF, PPTX, DOCX, XLSX, ZIP) using Python inside a container sandbox. Use when the user asks to create, export, or generate a document, report, spreadsheet, presentation, or archive. After creation, use file-delivery skill to send the file. When explicitly requested, can also package multiple files into a ZIP archive before delivery. Do NOT use for plain text/markdown/CSV (use write_file directly), diagrams (use diagram skill), or viewing/reading existing files. Do NOT create ZIP unless user explicitly asks for it.
$npx -y skills add berrzebb/soulflow-orchestrator --skill file-makerInstalls into the current project.
Run `npx skills use "https://github.com/berrzebb/soulflow-orchestrator" --skill "berrzebb/soulflow-orchestrator/file-maker"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/berrzebb/soulflow-orchestrator" that are relevant to the current task. Run `npx skills add "https://github.com/berrzebb/soulflow-orchestrator"` and select the relevant skills, then follow their instructions.