mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-28 09:23:05 +08:00
24 lines
435 B
Markdown
24 lines
435 B
Markdown
# Skills
|
|
|
|
This directory contains agent skills (each skill lives in its own folder with a `SKILL.md`).
|
|
|
|
## Install with `npx` (recommended)
|
|
|
|
List installable items:
|
|
|
|
```bash
|
|
npx github:stellarlinkco/myclaude --list
|
|
```
|
|
|
|
Install (interactive; pick `skill:<name>`):
|
|
|
|
```bash
|
|
npx github:stellarlinkco/myclaude
|
|
```
|
|
|
|
Force overwrite / custom install directory:
|
|
|
|
```bash
|
|
npx github:stellarlinkco/myclaude --install-dir ~/.claude --force
|
|
```
|