From 88a5cb72b01cbeaaaedd95996bf0e94f1003b51d Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Mon, 4 May 2026 20:09:00 +0200 Subject: [PATCH] feat: marketplace manifest --- .claude-plugin/marketplace.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .claude-plugin/marketplace.json 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" + } + ] +}