-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathplugin.json
More file actions
26 lines (26 loc) · 818 Bytes
/
Copy pathplugin.json
File metadata and controls
26 lines (26 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "spec-driven-presentation-maker",
"version": "0.8.2",
"description": "Spec-driven PowerPoint generation — design what to communicate first, then let the agent build the slides from templates.",
"author": {
"name": "aws-samples",
"url": "https://github.com/aws-samples/sample-spec-driven-presentation-maker"
},
"homepage": "https://github.com/aws-samples/sample-spec-driven-presentation-maker",
"repository": "https://github.com/aws-samples/sample-spec-driven-presentation-maker",
"license": "MIT-0",
"keywords": [
"presentation",
"slides",
"slide-deck",
"powerpoint",
"pptx",
"deck",
"keynote",
"スライド",
"プレゼン",
"パワポ",
"資料作成"
]
}