add marketplace.json

This commit is contained in:
Jim Liu 宝玉 2026-01-13 00:04:37 -06:00
parent fc544bfeb2
commit 1ff435812c
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"name": "baoyu-skills",
"description": "Skills shared by Baoyu for improving daily work efficiency",
"owner": {
"name": "Jim Liu (宝玉)",
"email": "junminliu@gmail.com"
},
"plugins": [
{
"name": "baoyu-skills",
"description": "Skills shared by Baoyu for improving daily work efficiency",
"version": "0.1.0",
"source": "./",
"author": {
"name": "Jim Liu (宝玉)",
"email": "junminliu@gmail.com"
}
}
]
}

View File

@ -0,0 +1,13 @@
{
"name": "baoyu-skills",
"description": "Skills shared by Baoyu for improving daily work efficiency",
"version": "0.1.0",
"author": {
"name": "Jim Liu (宝玉)",
"email": "junminliu@gmail.com"
},
"homepage": "https://github.com/baoyu/baoyu-skills",
"repository": "https://github.com/baoyu/baoyu-skills",
"license": "MIT",
"keywords": ["skills", "translation", "productivity", "workflows"]
}