marketplace.json 685 B

123456789101112131415161718
  1. {
  2. "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  3. "name": "frontend-slides",
  4. "description": "Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files.",
  5. "owner": {
  6. "name": "zarazhangrui",
  7. "url": "https://github.com/zarazhangrui"
  8. },
  9. "plugins": [
  10. {
  11. "name": "frontend-slides",
  12. "description": "Zero-dependency HTML presentation generator with 12 curated visual themes, PPT conversion, and anti-AI-slop design philosophy.",
  13. "source": "./plugins/frontend-slides",
  14. "category": "productivity",
  15. "tags": ["presentations", "slides", "html", "design", "powerpoint"]
  16. }
  17. ]
  18. }