export-formatter

Export exam objects into PDF, DOCX, JSON, Markdown, HTML, and Moodle XML formats.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/u9401066/anesthesia-exam --skill export-formatter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-formatter
Source: https://github.com/u9401066/anesthesia-exam/tree/main/.claude/skills/export-formatter
Command: npx skills add https://github.com/u9401066/anesthesia-exam --skill export-formatter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates exporting examinations into multiple formats (PDF, DOCX, JSON, Markdown, HTML, Moodle XML), simplifying distribution and archival.

Core Features & Use Cases

  • Multi-format export: Generate PDFs (with or without answer sheets), Word documents, JSON payloads, Markdown docs, HTML pages, and LMS-ready Moodle XML.
  • Template-driven styling: Apply standard, formal, practice, or print-friendly layouts to exported documents.
  • Use Case: Produce an official exam pack for submission, plus a practice version for student review, with consistent formatting across formats.

Quick Start

Export the current exam to your preferred format.

Frequently Asked Questions about export-formatter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export exams to Moodle XML for LMS import?

To export exams to Moodle XML, load your exam data and trigger the dedicated Moodle exporter. It formats your exam questions into LMS-ready XML, streamlining direct import into the Moodle platform.

Can I generate PDF and DOCX exam papers from the same exam data?

Yes, you can generate both PDF and DOCX files from the same loaded exam data. The skill uses dedicated exporters for each format, allowing you to produce formatted Word documents and PDFs simultaneously.

What exam data is required to export to multiple formats like HTML and Markdown?

Exporting exams to formats like HTML and Markdown requires exam objects containing an id, title, and questions. This loaded exam data is then processed by dedicated exporters to produce the formatted output.

Does the exam export support different document styling templates?

Yes, the exam export supports template-driven styling. You can apply standard, formal, practice, or print-friendly layouts to your exported documents to ensure consistent formatting for different distribution needs.

What is the best way to create an official exam pack and a student practice version?

The best way is to use template-driven styling to export the same exam data twice. Generate an official formatted PDF for submission and a separate practice version for student review using consistent templates.

Can I export an exam to JSON for data archival purposes?

Yes, you can export exams to JSON payloads for archival. The skill includes a dedicated JSON exporter that processes your loaded exam objects and outputs structured JSON data ready for storage or sharing.