Initial: pi-skill — 68 skills, 43 extensions, 11 themes for Pi

This commit is contained in:
Kunthawat Greethong
2026-05-25 16:38:02 +07:00
commit 69f7d8bdda
1689 changed files with 342427 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
---
name: toolkit-update
description: "Pull latest toolkit from GitHub and sync agents, commands, and skills into Pi"
allowed-tools: ["Bash"]
---
# Update Toolkit
Pull the latest version of the toolkit plugin from https://github.com/ruizrica/toolkit and sync all agents, commands, and skills into Pi's extension directories.
## Instructions
Run the sync script:
```bash
bash ~/.pi/agent/scripts/sync-toolkit.sh
```
After the script completes, report what changed to the user.
If the script is not found, inform the user:
- The sync script should be at `~/.pi/agent/scripts/sync-toolkit.sh`
- They can manually pull from: `cd ~/.toolkit && git pull`
- Then copy files manually from `~/.toolkit/plugins/toolkit/` to Pi directories