Files
claude-md-to-pdf/.claude-plugin/marketplace.json
2026-05-04 20:09:00 +02:00

18 lines
617 B
JSON

{
"$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"
}
]
}