From one piece of source content, render four deliverables: .docx report, .pptx slides, .xlsx data, and an HTML/PDF public version.
60
71%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./src/opensquilla/skills/exp/meta-multi-format-export-pack/SKILL.mdRenders one source content into four deliverables for different audiences:
.docx — detailed report.pptx — slide deck.xlsx — data breakdown.pdf — public-facing print versionMVP runs the four renders sequentially (after the shared model step);
true parallel fan-out is future work (M7 in the proposal).
LLM should manually summarize first, then call docx / pptx / xlsx / html-to-pdf in order.
94ac35e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.