1000 B
1000 B
description, argument-hint, allowed-tools, disable-model-invocation
| description | argument-hint | allowed-tools | disable-model-invocation |
|---|---|---|---|
| Add/update YAML frontmatter in markdown | <file> [template-type] | Bash, Read, Write | true |
/pandoc:frontmatter - Add Frontmatter
Ask Claude to add or update YAML frontmatter in your markdown file.
Quick Reference
Minimal Frontmatter:
---
title: "Document Title"
author: "Your Name"
date: "Date"
---
Academic Paper:
---
title: "Research Paper"
author: "Student Name"
date: "November 2024"
bibliography: references.bib
csl: harvard.csl
documentclass: report
fontsize: 12pt
geometry: margin=1in
numbersections: true
toc: true
---
Common Fields:
title- Document titleauthor- Author name(s)date- Publication datebibliography- Path to .bib filecsl- Citation style filelang- Language (en-GB, en-US)
Ask Claude
"Add frontmatter to this markdown file" "Update my document with academic template frontmatter" "This file needs proper YAML frontmatter"