| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", |
| 3 | "name": "ppt-master", |
| 4 | "description": "Generate natively editable PPTX from PDF / DOCX / URL / Markdown.", |
| 5 | "author": { |
| 6 | "name": "Hugo He", |
| 7 | "email": "heyug3@gmail.com", |
| 8 | "url": "https://www.hehugo.com/" |
| 9 | }, |
| 10 | "homepage": "https://github.com/hugohe3/ppt-master", |
| 11 | "repository": "https://github.com/hugohe3/ppt-master", |
| 12 | "license": "MIT", |
| 13 | "keywords": [ |
| 14 | "pptx", |
| 15 | "presentation", |
| 16 | "powerpoint", |
| 17 | "svg", |
| 18 | "drawingml", |
| 19 | "ai", |
| 20 | "skill", |
| 21 | "office", |
| 22 | "document-conversion" |
| 23 | ], |
| 24 | "skills": "./" |
| 25 | } |
| 26 |