From e174d642df18c6afaff5eb26e394ef3ac5a07510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Thu, 15 Jan 2026 22:06:38 -0600 Subject: [PATCH] feat: add quick install instructions to README files --- README.md | 6 ++++++ README.zh.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 2a7f1f1..6c5011a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ Skills shared by Baoyu for improving daily work efficiency with Claude Code. ## Installation +### Quick Install (Recommended) + +```bash +npx add-skill jimliu/baoyu-skills +``` + ### Register as Plugin Marketplace Run the following command in Claude Code: diff --git a/README.zh.md b/README.zh.md index b67564e..c475891 100644 --- a/README.zh.md +++ b/README.zh.md @@ -11,6 +11,12 @@ ## 安装 +### 快速安装(推荐) + +```bash +npx add-skill jimliu/baoyu-skills +``` + ### 注册插件市场 在 Claude Code 中运行: