This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a commit to branch vendor-update
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/vendor-update by this push:
new 6a6ea28e8 docs(skills): update README to install from skills folder
instead of .skill bundle
6a6ea28e8 is described below
commit 6a6ea28e8abb8b4e762647441009f9abda8fb94d
Author: Hongtao Gao <[email protected]>
AuthorDate: Mon Mar 23 02:00:18 2026 +0000
docs(skills): update README to install from skills folder instead of .skill
bundle
Remove the .skill bundle reference and document symlink-based installation
from the skills/ directory.
---
skills/README.md | 8 +++++---
vendor-update.skill | Bin 1402 -> 0 bytes
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/skills/README.md b/skills/README.md
index 1784c1841..01fdb3f3c 100644
--- a/skills/README.md
+++ b/skills/README.md
@@ -4,13 +4,15 @@ This directory contains [Claude
Code](https://github.com/anthropics/claude-code)
## Installing Skills
-Download the `.skill` bundle and install it:
+Skills live in this `skills/` directory and are not auto-discovered by Claude
Code.
+To use them, create a symlink to your Claude Code skills directory:
```bash
-claude --install-extension vendor-update.skill
+mkdir -p ~/.claude/skills
+ln -s "$(pwd)/skills/vendor-update" ~/.claude/skills/vendor-update
```
-This installs the skill to `~/.claude/skills/` where Claude Code
auto-discovers it.
+The skill is auto-triggered when you use the relevant phrases. No manual
invocation needed.
## Available Skills
diff --git a/vendor-update.skill b/vendor-update.skill
deleted file mode 100644
index 782178e2a..000000000
Binary files a/vendor-update.skill and /dev/null differ