Skip to content

feat: add Claude Code skill for markdown-to-PDF#26

Merged
developer0hye merged 2 commits into
mainfrom
feat/add-claude-skill
Mar 13, 2026
Merged

feat: add Claude Code skill for markdown-to-PDF#26
developer0hye merged 2 commits into
mainfrom
feat/add-claude-skill

Conversation

@developer0hye

@developer0hye developer0hye commented Mar 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add marknest as an installable Claude Code skill via skills.sh
  • Skill name: md2pdf — simple and memorable
  • When installed, Claude automatically uses marknest for MD→PDF requests with correct flags (themes, TOC, Mermaid, math)
  • Users install with: npx skills add developer0hye/marknest@md2pdf

Files added

  • skills/md2pdf/SKILL.md — Skill instructions for Claude (when/how to use marknest)
  • .claude-plugin/marketplace.json — skills.sh registry metadata
  • .gitignore — Exclude test artifacts

Test results

Tested with 3 scenarios (single file + GitHub theme + TOC, batch folder + Mermaid + math, Korean language request). With the skill, Claude produces professional PDFs in 1 command. Without it, Claude struggles for 5-10 minutes across multiple library attempts and fails to render Mermaid/math.

Test plan

  • Verify npx skills add developer0hye/marknest@md2pdf installs the skill
  • Verify npx skills find md2pdf discovers the skill on skills.sh
  • Test that Claude uses marknest when asked to convert markdown to PDF

🤖 Generated with Claude Code

developer0hye and others added 2 commits March 14, 2026 00:14
Add marknest as an installable Claude Code skill via skills.sh.
When installed, Claude automatically uses marknest for MD→PDF requests
instead of struggling with Python libraries.

Install: npx skills add developer0hye/marknest@marknest

Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
Simpler, more memorable skill name. Install with:
npx skills add developer0hye/marknest@md2pdf

Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Yonghye Kwon <developer.0hye@gmail.com>
@developer0hye developer0hye merged commit 667b7f8 into main Mar 13, 2026
2 checks passed
@developer0hye developer0hye deleted the feat/add-claude-skill branch March 13, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant