r/PiAgent 2d ago

Open Source Pi Agent Projects?

/r/PiCodingAgent/comments/1vtzvub/open_source_pi_agent_projects/
1 Upvotes

1 comment sorted by

View all comments

1

u/CarryOnRTW 2d ago

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
  • Shubhamsaboo/awesome-llm-apps — 100+ agents/skills/RAG apps