diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..1703c16 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,17 @@ +{ + "$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" + } + ] +}