Patterns to copy
agent-stuff is a public GitHub repository by mitsuhiko (Armin Ronacher) containing reusable skills, extensions, themes, distribution packages, and command wrappers for agent workflows, especially for Pi Coding Agent and “mostly Claude.”
Why check it out: Probably the richest single customization pack to mine for structure and patterns.
Extensions · plugin/extension · web
Patterns to copy
Repository: badlogic/pi-skills
Why check it out: A strong model for how to package reusable behavior instead of repeating giant prompts.
Skills · workflow-framework · web
Patterns to copy
Tagline: “Agentic work orchestrator that respects your time”
Why check it out: Excellent reference for queueing, review lanes, and workflow orchestration ideas.
Tools & Utilities · tooling · web
Patterns to copy
PiSwarm is a Shell-based orchestration toolkit for parallel GitHub issue and PR processing using the pi agent and Git worktrees.
Why check it out: Good source of ideas for parallelization, worktrees, and shell-native coordination.
Tools & Utilities · tooling · cli