Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:40 +08:00
commit 62bdadcc4f
9 changed files with 1067 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "apple-notes-cli",
"description": "Apple Notes CLI Expert - Manage Apple Notes via command-line with agents for CRUD operations, organization, templates, and export workflows",
"version": "1.0.0",
"author": {
"name": "Tobey Forsman"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}