feat: add Claude Code skill for markdown-to-PDF#26
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
marknestfor MD→PDF requests with correct flags (themes, TOC, Mermaid, math)npx skills add developer0hye/marknest@md2pdfFiles 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 artifactsTest 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
npx skills add developer0hye/marknest@md2pdfinstalls the skillnpx skills find md2pdfdiscovers the skill on skills.sh🤖 Generated with Claude Code