-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 804 Bytes
/
plugin.json
File metadata and controls
30 lines (30 loc) · 804 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
27
28
29
30
{
"name": "pptify-plugin",
"description": "Generate production-ready PowerPoint decks with pptify skills, source ingestion, design-context selection, coordinate-explicit slide specs, visual assets, runtime tooling, and audit-driven quality gates.",
"version": "0.0.1",
"author": {
"name": "kimtth"
},
"repository": "https://github.com/kimtth/agent-pptify-kit",
"license": "MIT",
"keywords": [
"pptify",
"powerpoint",
"pptx",
"presentations",
"slidedecks",
"slides",
"pptx-generation"
],
"agents": [
"./agents"
],
"skills": [
"./skills/pptify-context-prep",
"./skills/pptify-deck-generation",
"./skills/pptify-quality-gates",
"./skills/pptify-slide-spec",
"./skills/pptify-tooling",
"./skills/pptify-visual-assets"
]
}