From 7f97742f3dde1ab5f08be81a419fe96c31a4b678 Mon Sep 17 00:00:00 2001 From: Win Huang Date: Thu, 16 Apr 2026 12:02:36 +0800 Subject: [PATCH] Add bilingual intro and TL;DR section to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Repo description now includes Chinese: "你的 Claude Code 技能說明書" - README opens with English + Chinese one-liner - Added TL;DR section with all 5 commands at a glance - Added topics: claude-code, skills, developer-tools, multilingual, cli Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b8b15..8ced605 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,31 @@ # skill-guide > A prompt-driven skill navigator for Claude Code -- scans your installed skills and explains them in your language. +> +> 你的 Claude Code 技能導覽員 -- 掃描已安裝的 skills,用你的語言解釋給你聽。裝了就會用,不再盲目 clone。 **Status: MVP** -- Tested with 10 skills + 15 commands. Core features work. See [Known Limitations](#known-limitations). -[繁體中文](README.zh-TW.md) +[繁體中文完整說明](README.zh-TW.md) | English (this page) + +--- + +## TL;DR — 這是什麼? + +你從 GitHub clone 了一堆 Claude Code skills,但不知道怎麼用?`/guide` 幫你: + +``` +/guide → 列出所有已安裝的 skills,分類說明,告訴你從哪開始 +/guide hunt → 用白話解釋某個 skill 怎麼用 +/guide 我想找漏洞 → 根據你的目標,推薦該用哪些工具、什麼順序 +/guide --check → 檢查你的環境缺少哪些工具 +/guide --diff → 比較你跟某個 skill 套件差了什麼 +``` + +安裝只要一行: +```bash +git clone https://github.com/VV1NN/skill-guide.git && cd skill-guide && ./install.sh +``` ---