Pandoc Wizard

Generate Pandoc commands for chunked HTML output with Lua filters.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Cursedpotential/TheBigOne --skill pandoc-wizard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Pandoc Wizard
Source: https://github.com/Cursedpotential/TheBigOne/tree/main/archive/04_Utilities/pandoc_wizard
Command: npx skills add https://github.com/Cursedpotential/TheBigOne --skill pandoc-wizard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the creation of robust Pandoc commands to chunk HTML output and apply Lua filters.

Core Features & Use Cases

  • Interactive CLI wizard to build Pandoc commands for chunked HTML output.
  • Select input files, set split level, apply Lua filters, and choose output format (directory or zip).
  • Suitable for documentation workflows, web content generation, and batch processing of HTML-heavy documents.

Quick Start

Run the Pandoc Wizard to configure HTML chunking for input.html and output_dir with split level 1 and optional Lua filters.

Frequently Asked Questions about Pandoc Wizard

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

FAQPage Schema
How do I chunk HTML output with Pandoc for documentation workflows?

Pandoc chunked HTML output is configured by specifying the chunkedhtml writer, selecting an input file, setting a split level, and optionally applying Lua filter scripts to generate directory or zip outputs.

Can I apply Lua filters when generating chunked HTML from Pandoc?

Yes, you can apply Lua filters during Pandoc HTML chunking by selecting optional Lua filter scripts in the wizard, which injects them directly into the generated Pandoc command.

What is the best way to automate Pandoc commands for batch processing HTML-heavy documents?

Automating Pandoc commands for HTML-heavy documents is best handled by using a CLI wizard to interactively configure split levels, Lua filters, and output formats, generating robust commands automatically.

Does the Pandoc chunkedhtml writer support zip output for web content generation?

Yes, the chunkedhtml writer supports zip output for web content generation, allowing you to choose between directory or zip formats when configuring the Pandoc command pipeline.

Do I need Pandoc installed to use a wizard for HTML chunking commands?

Yes, you need Pandoc installed locally to use a wizard for HTML chunking commands, as the wizard relies on the chunkedhtml writer and executes Pandoc commands on your system.