From 50c6c7294440454e2831603b2a32412466f78a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sun, 24 May 2026 17:05:49 -0500 Subject: [PATCH] docs(readme): warn users to install only the skills they need The marketplace bundles 20+ skills into one plugin, and bulk-installing all of them adds context overhead to the AI agent on every run. Add a short tip at the top of the Installation section so users browse the available list and pick what they actually need. --- README.md | 2 ++ README.zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c0eca5..78a5d5b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Skills shared by Baoyu for improving daily work efficiency with AI Agents (Claud ## Installation +> **Tip**: This repository contains 20+ skills. Install only the ones you actually need — bulk-installing every skill adds unnecessary context overhead for your AI agent on every run. + ### Quick Install (Recommended) ```bash diff --git a/README.zh.md b/README.zh.md index 8a938e0..45bda87 100644 --- a/README.zh.md +++ b/README.zh.md @@ -11,6 +11,8 @@ ## 安装 +> **提示**:本仓库已收录 20+ 个 skill,请按需安装你真正会用到的那几个,不要一次性全装 —— 每个加载的 skill 都会在 Agent 每次运行时占用额外上下文。 + ### 快速安装(推荐) ```bash