Submit this repository to the Cursor Marketplace.
- Public GitHub repo —
https://github.com/dschloe/paper2ppt - Push all plugin files — manifest,
SKILL.md,templates/,scripts/,references/,assets/logo.svg - Local smoke test (recommended):
# Option A — skills path (works today)
cp -r . ~/.cursor/skills/paper-to-slides
cd ~/.cursor/skills/paper-to-slides && npm install
# Option B — plugin local path (marketplace-style)
mkdir -p ~/.cursor/plugins/local
cp -r . ~/.cursor/plugins/local/paper-to-slides
cd ~/.cursor/plugins/local/paper-to-slides && npm installRestart Cursor → Customize → confirm Paper to Slides skill appears.
- Quick agent test in a new chat:
academic 템플릿으로 이 논문 7장 슬라이드 만들어줘. Figure 2랑 Table 3 넣어줘
(PDF attached or path under samples/papers/)
- Open cursor.com/marketplace/publish
- Repository URL:
https://github.com/dschloe/paper2ppt - Wait for manual review (typically a few days)
- Path:
.cursor-plugin/plugin.json - Skill: root
SKILL.md(auto-discovered; noskills/override) - Logo:
assets/logo.svg
- Valid
.cursor-plugin/plugin.json - Unique kebab-case
name:paper-to-slides -
descriptionexplains purpose -
SKILL.mdhasname+descriptionfrontmatter -
README.mddocuments install and usage -
LICENSE(MIT) - Logo committed and referenced in manifest
- Relative paths only in manifest
- Repository pushed to GitHub (you)
- Submitted at marketplace publish form (you)
Users install from Cursor → Customize → Marketplace, or continue manual install:
git clone https://github.com/dschloe/paper2ppt.git
cp -r paper2ppt ~/.cursor/skills/paper-to-slides
cd ~/.cursor/skills/paper-to-slides && npm install