design-export

Export design documentation across modules to PDF, HTML, and Markdown.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill design-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-export
Source: https://github.com/spencerbeggs/claude-design-coordinator/tree/main/.claude/skills/design-export
Command: npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill design-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exports design documentation across modules into standardized formats for distribution, presentation, and archival.

Core Features & Use Cases

  • Collects design docs from modules and resolves internal links and images for consistent exports.
  • Converts content to multiple formats (PDF, HTML, Markdown) with styling, theming, and a table of contents.
  • Produces accessible outputs and a metadata file to support sharing, versioning, and archival workflows.

Quick Start

Run the design-export command with your scope and formats to generate the requested exports.

Frequently Asked Questions about design-export

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

FAQPage Schema
How do I export design docs to PDF and HTML from multiple modules?

Exporting design docs across modules requires a tool that discovers module documents, parses parameters, and resolves internal links and images. This skill handles document collection and frontmatter parsing to produce consistently styled PDF, HTML, and Markdown outputs.

Can I generate a table of contents automatically when converting markdown to PDF?

Generating a table of contents automatically when converting markdown to PDF is supported. The tool handles TOC generation alongside frontmatter handling and metadata creation to produce standardized, navigable document exports.

Does this documentation export tool require Pandoc for format conversion?

Pandoc is used for format conversion within this workflow. The tool leverages Pandoc to transform collected design documentation into PDF, HTML, and Markdown formats while applying consistent styling and generating a table of contents.

What is the best way to standardize styling for a large archive of design documentation?

Standardizing styling for a large archive of design documentation is achieved by collecting docs across modules, resolving internal links and images, and applying uniform theming during format conversion. This produces accessible outputs for archival workflows.

How do I handle frontmatter and metadata when exporting multi-repo design docs?

Handling frontmatter and metadata when exporting multi-repo design docs is managed automatically during module discovery and document collection. The tool parses frontmatter and produces a metadata file to support sharing, versioning, and archival workflows.