Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:02 +08:00
commit 32ee7b9b42
6 changed files with 1109 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "reclaim",
"description": "CRUD operations for Reclaim.ai tasks including create, update, list, complete, and delete with confirmation workflow",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Benjamin Jackson",
"email": "ben@hearmeout.co"
},
"skills": [
"./skills/reclaim-tasks"
]
}