exam-processor

Convert DOCX exam papers into structured Markdown with linked images.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/bigbigbo/my-skills --skill exam-processor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exam-processor
Source: https://github.com/bigbigbo/my-skills/tree/main/.claude/skills/exam-processor
Command: npx skills add https://github.com/bigbigbo/my-skills --skill exam-processor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts DOCX-based exam papers into structured, image-aware Markdown to streamline analysis, organization, and archival.

Core Features & Use Cases

  • Extracts text and embedded images from DOCX using a document extraction step.
  • Saves images to an images/ subfolder with descriptive filenames and preserves reference links.
  • Analyzes images with vision tools to describe content and link visuals to questions.
  • Generates structured Markdown with YAML frontmatter, preserved question numbering, and optional section grouping.
  • Ideal for educators and exam teams converting paper-based assessments to digital formats.

Quick Start

Feed a DOCX exam file to the exam-processor to output a fully structured Markdown document with images.

Frequently Asked Questions about exam-processor

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

FAQPage Schema
How do I convert a Word DOCX exam paper to structured markdown?

The processor extracts text and embedded images from the DOCX file, saves images to an images/ subfolder, and generates a markdown document with YAML frontmatter and preserved question numbering.

How are images handled when converting an exam document to markdown?

Images are saved to an images/ subfolder with descriptive filenames and reference links. Vision tools analyze the image content to generate descriptions and link the visuals directly to their relevant exam questions.

Does the exam-processor preserve question numbering and section grouping?

Yes, the processor preserves question numbering and supports optional section grouping during document conversion, ensuring the structured markdown maintains the original assessment organization.

Can I use this to digitize paper-based assessments for digital archives?

Yes, this tool is ideal for educators and exam teams converting paper-based assessments to digital formats. It produces structured, image-aware markdown to streamline analysis, organization, and archival of exam content.

What is the best way to organize extracted exam images and questions in markdown?

The best way to organize extracted exam images and questions is using structured markdown with YAML frontmatter. The processor links images to relevant questions and preserves original numbering for streamlined archival.