Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 785 Bytes

File metadata and controls

24 lines (17 loc) · 785 Bytes

ai-stuff

Mono-repo of pi coding-agent extensions and skills.

Skills

Skill Description
bing-search Search the web via Bing. No API key, pure Python 3 stdlib.
ddg-search Search the web via DuckDuckGo. No API key, pure Python 3 stdlib.
remote-tmux Run commands on a remote server over SSH using tmux for persistent, observable sessions.

Extensions

Extension Description
file-watcher Watches files pi has touched and injects unified diffs when they're changed externally.

Installation

pi install /path/to/ai-stuff/skills/<name>
pi install /path/to/ai-stuff/extensions/<name>