export-pdf · diff
git:20260406.763893d to git:20260610.be2a852
1 added, 1 removed. Audit A to A.
---
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 `system/procedures/export-pdf.md` from the plugin root directory.
+ 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`.