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

13
commands/tex.md Normal file
View File

@@ -0,0 +1,13 @@
---
description: "Open Text Tools — lightweight text manipulation app with stackable operations and diff view"
allowed-tools: ["Bash"]
---
Open the Text Tools app in the browser. Run this command, replacing the path with the agent-pi repo location from Pi settings:
```bash
PI_PKG=$(node -e "const s=JSON.parse(require('fs').readFileSync(require('os').homedir()+'/.pi/agent/settings.json','utf-8'));const p=s.packages.find(p=>p.includes('agent-pi'));console.log(p||'')")
open "$PI_PKG/tex/index.html"
```
Report back: "Text Tools opened in browser."