Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:06 +08:00
commit 90027d9547
8 changed files with 1702 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "interactive-presentation-generator",
"description": "Transform data, reports, and findings into self-contained interactive HTML presentations. Perfect for content audits, research synthesis, and stakeholder presentations.",
"version": "1.0.0",
"author": {
"name": "Tim Metz @ Animalz",
"email": "contact@animalz.co",
"url": "https://animalz.co"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}