Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:10 +08:00
commit 8b332b4007
64 changed files with 26839 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "presenter",
"description": "Scientific presentation agents and skills specializing in professional, insightful and engaging research presentations.",
"version": "0.1.0",
"author": {
"name": "Wieland Brendel",
"email": "wieland.brendel@tue.ellis.eu"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}