{ "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", "name": "claude-md-to-pdf", "description": "Self-hosted marketplace for the md-to-pdf skill — natural-language Markdown to PDF conversion.", "owner": { "name": "Jean-Luc Makiola", "email": "mail@jeanlucmakiola.de" }, "plugins": [ { "name": "md-to-pdf", "description": "Regenerate a PDF from a Markdown file on natural-language request. Uses project-local .md-to-pdf.config.js when present, otherwise a bundled default.", "category": "productivity", "source": "./plugins/md-to-pdf" } ] }