Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:35 +08:00
commit 6aae23c1d2
19 changed files with 4572 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "plugin-name",
"version": "1.0.0",
"description": "Brief description of what this plugin does",
"author": "Your Name",
"homepage": "https://github.com/username/repo",
"license": "MIT",
"keywords": ["keyword1", "keyword2", "keyword3"],
"category": "productivity",
"agents": [],
"commands": [],
"skills": []
}