meta-multi-format-export-pack
From one piece of source content, render four deliverables: .docx report, .pptx slides, .xlsx data, and an HTML/PDF public version.
npx skills add opensquilla/opensquilla --skill meta-multi-format-export-pack --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Multi-Format Export Pack (Meta-Skill) Renders one source content into four deliverables for different audiences: - `.docx` — detailed report - `.pptx` — slide deck - `.xlsx` — data breakdown - `.pdf` — public-facing print version MVP runs the four renders **sequentially** (after the shared `model` step); true parallel fan-out is future work (M7 in the proposal). ## Fallback LLM should manually summarize first, then call docx / pptx / xlsx / html-to-pdf in order.
- Fallback
What does the meta-multi-format-export-pack skill do?
From one piece of source content, render four deliverables: .docx report, .pptx slides, .xlsx data, and an HTML/PDF public version.
How do I install it?
Run `npx skills add opensquilla/opensquilla --skill meta-multi-format-export-pack --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From opensquilla/opensquilla, a repository with 6,515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.