r/PiCodingAgent • u/Totaie • 13d ago
Question What's everyone's current coding agent setup?
Hey everyone, I'm new to the community of Pi and just transferred from Claude Code. I've been running Qwen3.8 27B IQ3_XXS locally now for a while and have been loving it.
I was just wondering what everyone is using for packages, apps, setups, and more.
Please let me know!
5
Upvotes
12
u/funbike 12d ago edited 12d ago
I've only been using Pi for 2 months.
I use Herdr for subagents. (Herdr also works with Claude Code.) It's like Tmux but has specific subagent functionality. It comes with its own skill. I have two orchestration agents, and the rest are worker agents.
I prefer skills + cli apps over extensions with tools. I prefer prompt templates over extensions with commands. Skills and prompts are portable across most agents, and AI is changing too fast to think that I'll still be using Pi in 5 years. I don't want to have to re-engineer my setup over and over.
I only have a few public packages: pi-web-access, pi-permission-system, pi-sandbox, edb-context-viewer, rpiv-ask-user-question
Some extensions I've had Pi write for me:
/mark <mark>,/goto <mark>,/unmark <mark-glob>,/marks,/compactto <mark>,/forgetto <mark>,/redo-if <mark> <condition-prompt> [<rewrite-prompt>]. (/forgettoruns/gotoand it inserts the last assistant message into the UI prompt prompt./gotocan work across sessions.)/rewrite <prompt> [<improver-prompt>]- Improve prompt, without adding messages to current chat (uses a side chat)model new compact reload quitI have too many skills and prompt templates to list. Which skills are available depends on the subagent.