返回 slidev
marketplace.json
根目录 / .claude-plugin / marketplace.json
1 {
2 "name": "slidev-plugins",
3 "owner": {
4 "name": "Anthony Fu",
5 "url": "https://github.com/antfu"
6 },
7 "metadata": {
8 "description": "Claude Code plugins for the Slidev presentation framework"
9 },
10 "plugins": [
11 {
12 "name": "slidev",
13 "source": "./",
14 "description": "Claude Code skill for creating and presenting Slidev slidedecks"
15 }
16 ]
17 }
18
18 lines JSON