feat: marketplace manifest
This commit is contained in:
17
.claude-plugin/marketplace.json
Normal file
17
.claude-plugin/marketplace.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user