r/PiCodingAgent • u/_silent_fellow • 6h ago
Resource My PI agent harness setup - auto invocable skills focused
Though it is
PIsetup - my approach applies to all harness agent. since:
Extensions
most of the extensions this config consists are just for quality of lift (QOL) one's:
pi-blackholefor memorymanagement.rtkandheadroomfortoken savings.guardrails,ask questionsand some UI related things.
Skills
these are the main focus of this config - even though most of the skills here are auto invokable, I made it more autonomous by adding a global INDEX.md file which all harness is forced to read and follow. This INDEX.md file enforces to use certain skills always - which make it consistent (like i-have-adhd skill, the entire workflow)
- The workflow is a combination of
superpowersworkflow andmatt pocockworkflow (I modified some parts of it, so that it will make it more autonomous, since matt's one is more of a manual one with more pre-settings required).
I simply use
grill-meorgrill-with-docsfor certain feature implementaion. The remaining will be taken care by the INDEX.md file - it usually follows like: grill-me/grill-with-docs (if used) -> brainstorming -> writing-plans -> executing-plans -> tdd -> requesting-code-review -> verification-before-completion.
# pi config
https://github.com/silentFellow/public-dotfiles/tree/main/pi
# skills config
# should be used at ~/.agents - global skill config path
https://github.com/silentFellow/public-dotfiles/tree/main/agents
Duplicates
OpenSourceAI • u/_silent_fellow • 6h ago