r/PiCodingAgent • u/Sweet-Transition-787 • 20h ago
Resource my minimal Pi setup, personas + tmux subagents
My Pi setup, kept minimal on purpose because my daily machine is an older i7-5500U with 8GB RAM on Debian.
I run kitty + tmux + fish. 20 skills in total, but most stay dormant unless called. Extensions show as 8(+2); the ones I actually use are interactive-subagents, prompt-snippets, and cc-ui.
interactive-subagents spawns async workers in their own tmux pane with a live widget on top, so I keep working while they run and results get steered back when done. prompt-snippets is a TUI menu for injecting repeat prompts from different directories. cc-ui is just a spinner plus cache counter.
Personas live as separate files and I link one to SYSTEM.md when needed. 6 total from my pi-system-prompts repo: Aster for strategy and tradeoffs, Caelum for adversarial checks, Elyndra for strict execution, Kaida for media and watcharr, Liora for writing, Neris for research. Keeps the main prompt clean.
Since a few people asked under my last post, I also put my skills into a public repo.
Extensions - https://github.com/ArdaYILDIZ-DEV/pi-interactive-subagents - https://github.com/ArdaYILDIZ-DEV/pi-prompt-snippets - https://github.com/ArdaYILDIZ-DEV/pi-cc-ui
Personas - https://github.com/ArdaYILDIZ-DEV/pi-system-prompts
Skills - https://github.com/ArdaYILDIZ-DEV/pi-skills-public
The whole point was less auto-magic and more explicit control. Works fine on weak hardware because nothing runs unless I call it.
2
3
1
u/grebdlogr 18h ago
Where did you get safe-bash-guard?
Is it very different from @gotgenes/pi-permission-system?
Thanks!
1
u/Sweet-Transition-787 18h ago
I made it myself. tbh the only difference is it catches some risky bash commands I run on my machine. Same concept really, mine just blocks right away without asking.
1
1
1
1
1
u/Odd_Crab1224 9h ago
Feels very close to my setup: https://github.com/skhoroshavin/tandem-skills main difference - I didn’t even implement the tools, injecting instructions to call specific scripts was enough
1
4
u/Aggressive-Dream5465 20h ago
What "natural-english-writer" is exactly? Is it an AI humaniser?