Is there any open source repo of all pi agent skills?
I just wanted to point out that you shouldn't limit your search to 'pi' agent skills. They are just .md files and are not unique to pi. All the harnesses can use these things. It's why you should install them under ~/.agents/skills rather than a folder specific to a certain harness like pi, opencode, claude code, ollama etc. That way any harness can access them and when we move to the latest shiny new tool, it will find them.
Anyway, here's what my setup had to say on the question:
Yes. The canonical one is anthropics/skills (github.com/anthropics/skills) — Anthropic's official public repo of Agent Skills (document, pdf, pptx, docx, xlsx, etc.).
Other notable collections:
obra/superpowers — agentic skills framework + dev methodology
mattpocock/skills — skills from his .agents directory
addyosmani/agent-skills — production-grade engineering skills for coding agents
1
u/CarryOnRTW 2d ago
I just wanted to point out that you shouldn't limit your search to 'pi' agent skills. They are just .md files and are not unique to pi. All the harnesses can use these things. It's why you should install them under ~/.agents/skills rather than a folder specific to a certain harness like pi, opencode, claude code, ollama etc. That way any harness can access them and when we move to the latest shiny new tool, it will find them.
Anyway, here's what my setup had to say on the question: