update cloning instructions

This commit is contained in:
2026-08-21 02:52:56 -04:00
parent 27d78bd5ec
commit f96ee9382e
+1 -1
View File
@@ -3,7 +3,7 @@
A collection of reusable agent skills that extend an LLM coding assistant's capabilities. Install any skill by cloning or symlinking it into your agent's skills directory — for example, for pi: A collection of reusable agent skills that extend an LLM coding assistant's capabilities. Install any skill by cloning or symlinking it into your agent's skills directory — for example, for pi:
```bash ```bash
git clone https://github.com/user/my-skill ~/.pi/agent/skills/my-skill git clone git@git.reeseapps.com:Vibes/skills.git ~/.pi/agent/skills/
``` ```
## Current Skills ## Current Skills