marp-pdf-export-fails

Sub-skill of marp: PDF Export Fails (+3).

5 stars

Best use case

marp-pdf-export-fails is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of marp: PDF Export Fails (+3).

Teams using marp-pdf-export-fails should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/pdf-export-fails/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/development/documentation/marp/pdf-export-fails/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/pdf-export-fails/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How marp-pdf-export-fails Compares

Feature / Agentmarp-pdf-export-failsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of marp: PDF Export Fails (+3).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# PDF Export Fails (+3)

## PDF Export Fails


```bash
# Specify Chrome path
marp slides.md -o slides.pdf --chrome-path /usr/bin/chromium-browser

# Use Chrome arguments for headless environments
marp slides.md -o slides.pdf \
  --chrome-arg=--no-sandbox \
  --chrome-arg=--disable-setuid-sandbox
```


## Images Not Loading


```bash
# Enable local file access
marp slides.md -o slides.pdf --allow-local-files

# Use relative paths from markdown file location
![](./images/photo.png)
```


## Custom Theme Not Applied


```bash
# Specify theme file path
marp slides.md --theme ./themes/custom.css -o slides.html

# Ensure theme has correct header comment
# /* @theme custom-theme */
```


## Debug Mode


```bash
marp slides.md -o slides.pdf --debug
marp --version
```

Related Skills

provider-session-ecosystem-audit-and-exporters

5
from vamseeachanta/workspace-hub

Build and maintain cross-provider session-log audits for Codex, Codex, Hermes, and Gemini, including exporter design, normalization, and behavioral verification.

handle-blocked-financial-sites-data-export

5
from vamseeachanta/workspace-hub

Workflow for extracting data from blocked financial sites when browser automation is restricted

financial-data-export-workflow

5
from vamseeachanta/workspace-hub

Structured process for exporting and analyzing multi-year brokerage transaction history when browser automation is blocked

export-tax-summary-with-year-comparison

5
from vamseeachanta/workspace-hub

Extract and structure tax return data into YAML format for year-over-year comparison across different filing products

instrument-data-allotrope-code-export-for-data-engineers

5
from vamseeachanta/workspace-hub

Sub-skill of instrument-data-allotrope: Code Export for Data Engineers.

orcawave-to-orcaflex-standard-export-configuration

5
from vamseeachanta/workspace-hub

Sub-skill of orcawave-to-orcaflex: Standard Export Configuration (+1).

orcawave-to-orcaflex-pre-export-validation

5
from vamseeachanta/workspace-hub

Sub-skill of orcawave-to-orcaflex: Pre-Export Validation.

orcawave-multi-body-export-for-time-domain

5
from vamseeachanta/workspace-hub

Sub-skill of orcawave-multi-body: Export for Time-Domain.

orcaflex-visualization-orcawave-mesh-export-via-diffraction

5
from vamseeachanta/workspace-hub

Sub-skill of orcaflex-visualization: OrcaWave Mesh Export via Diffraction (+4).

python-gis-ecosystem-31-export-vector-to-file

5
from vamseeachanta/workspace-hub

Sub-skill of python-gis-ecosystem: 3.1 Export Vector to File (+1).

gmsh-meshing-export-to-aqwa-dat-format

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-meshing: Export to AQWA (.DAT Format) (+4).

marp-slide-2-key-points

5
from vamseeachanta/workspace-hub

Sub-skill of marp: Slide 2: Key Points.