Agent Skills
› AjayIrkal23/agentic-mercy-10x
› make-pdf
make-pdf
GitHub将任意 Markdown 文件转换为出版级质量的 PDF。该技能通过调用上游 gstack 克隆工具实现,用户需遵循指定路径下的 SKILL.md 指南进行操作。
Trigger Scenarios
用户要求将 Markdown 文件转换为 PDF
需要生成高质量或出版级的 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


