From 1ff435812cef97708d6a2bb3da6e6f5f711fdda3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Tue, 13 Jan 2026 00:04:37 -0600 Subject: [PATCH] add marketplace.json --- .claude-plugin/marketplace.json | 20 ++++++++++++++++++++ .claude-plugin/plugin.json | 13 +++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .claude-plugin/marketplace.json create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..baa3156 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -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" + } + } + ] +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..630c971 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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"] +}