transcribe_to_html

Converts Markdown, HTML, PDF, or folders into YAML slide decks.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/erlebach/gordon --skill transcribe-to-html
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe_to_html
Source: https://github.com/erlebach/gordon/tree/main/skills/transcribe_to_html
Command: npx skills add https://github.com/erlebach/gordon --skill transcribe-to-html

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert documents (Markdown, HTML, PDF, or folders) into a portable YAML-based slide deck, preserving structure while enabling chunking and easy compilation.

Core Features & Use Cases

  • Transcribe documents into YAML decks that can be chunked by headings or pages.
  • Compile YAML decks into ADA-oriented HTML using the bundled compiler.
  • Use for translation-friendly transcription of slides from source materials (Markdown, HTML, PDF) to repeatable presentations.

Quick Start

Provide a source path to transcribe and generate a YAML deck ready for compilation.

Frequently Asked Questions about transcribe_to_html

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

FAQPage Schema
How do I convert a PDF into a YAML slide deck?

To convert PDF to YAML slide decks, provide a source file path so the tool can chunk content by original pages, preserve source order, and generate validated YAML with frontmatter and Markdown body separation.

Can I chunk Markdown documents by headings when transcribing to YAML?

Yes, Markdown to YAML transcription supports chunking by headings, preserving source order while enforcing frontmatter rules and Markdown body separation to yield validated YAML output ready for compilation.

How do I compile a YAML slide deck into ADA-friendly HTML?

Use the bundled compiler and schema packages located in the skill directory to compile validated YAML decks into ADA-friendly HTML, enforcing frontmatter rules and Markdown body separation for accessible output.

Does this transcription tool work with HTML files and folders?

Yes, the tool transcribes HTML files and folders into portable YAML slide decks, applying chunking by headings or original pages while preserving source order for downstream ADA-friendly HTML compilation.

What are the limitations of transcribing documents to YAML slide decks?

Transcription to YAML slide decks requires the bundled compiler and schema packages in the skill directory. Source documents must comply with frontmatter rules and Markdown body separation constraints to yield validated YAML output.