export-pdf · git:20260610.be2a852 · 2026-06-10 · sha256 1749d904735438b9
export-pdf git:20260610.be2a852A
Immutable. This exact content is served forever at /api/v1/blob/1749d904735438b9.
---
name: export-pdf
description: "Convert a markdown file to PDF using mdpdf. Use when exporting proposals, SOPs, or any markdown document to PDF."
effort: low
keywords: [pdf, export, markdown, document, proposal, sop]
task_strategies: [feature]
stream_affinity: [docs]
argument-hint: "[file.md]"
group: utility
model: haiku
allowed-tools:
- Bash
- Read
- Glob
- AskUserQuestion
status: stable
growth_stage: evergreen
---
<!-- PROCEDURE_FILE: procedures/export-pdf.md -->
This skill's full procedure is in a separate file for startup performance (ADR-034).
Read and execute `../../procedures/export-pdf.md` resolved against this skill's base directory (the path announced when the skill loads) — i.e. `{base-dir}/../../procedures/export-pdf.md`. This form is valid in both the repo layout and the deployed-plugin layout.
If the path doesn't resolve, use Glob to find `**/procedures/export-pdf.md`.