Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:25:58 +08:00
commit e13b6ff259
31 changed files with 3185 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "filling-pdf-forms",
"description": "Complete PDF forms through conversation",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Jason Smith",
"email": "jason.h.smith@gmail.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}