Agent Skills
› AjayIrkal23/agentic-mercy-10x
› make-pdf
make-pdf
GitHub将 Markdown 文件转换为出版级质量的 PDF。通过调用 gstack 工具链实现文档格式转换,适用于需要将文本内容输出为精美排版 PDF 文件的场景。
Trigger Scenarios
需要生成高质量 PDF 文档
Markdown 转 PDF 格式转换
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill make-pdf -g -y
SKILL.md
Frontmatter
{
"name": "make-pdf",
"schema": 1,
"platforms": [
"linux",
"darwin"
],
"provenance": "gstack-clone",
"description": "Turn any markdown file into a publication-quality PDF. (gstack)"
}
Generated pointer to the upstream gstack clone. Read and follow ~/.claude/skills/gstack/make-pdf/SKILL.md.
Version History
- 581d130 Current 2026-07-19 09:12


