# Brain PDF

> Generate a polished PDF from a local brain page while keeping markdown as the source of truth.

- Skill: `mphaxise/brain-pdf` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mphaxise/brain-pdf`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mphaxise/brain-pdf/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: mphaxise (https://skillmd.com/u/mphaxise)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mphaxise/brain-pdf

---


# Brain PDF

Use this skill when the user asks to export a brain page as a PDF.

## Workflow

1. Locate the brain page.
2. Validate frontmatter with `frontmatter-guard` if structure is suspect.
3. Render through `make-pdf`.
4. Keep the original markdown unchanged.
5. Report the generated PDF path.

## Guardrails

- Do not delete or rewrite the source page.
- Do not include private metadata unless the user wants it in the PDF.
- Do not claim publication quality without verifying the output exists.

