chore: update repo owner and support email

This commit is contained in:
cexll
2026-02-23 13:41:48 +08:00
parent 19d411a6a2
commit 4c25dd8d2f
14 changed files with 98 additions and 98 deletions

View File

@@ -7,17 +7,17 @@ This directory contains agent skills (each skill lives in its own folder with a
List installable items:
```bash
npx github:cexll/myclaude --list
npx github:stellarlinkco/myclaude --list
```
Install (interactive; pick `skill:<name>`):
```bash
npx github:cexll/myclaude
npx github:stellarlinkco/myclaude
```
Force overwrite / custom install directory:
```bash
npx github:cexll/myclaude --install-dir ~/.claude --force
npx github:stellarlinkco/myclaude --install-dir ~/.claude --force
```