Monorepo of @getpipher/* pi-packages and framework-agnostic Agent Skills. The same SKILL.md files power two install paths: pi packages for the full pi resource surface (extensions / skills / prompts / themes), and the open Agent Skills standard for any of the 70+ agents via npx skills add.
Each family is its own npm package under the @getpipher scope:
pi install npm:@getpipher/git-tools
pi install npm:@getpipher/quality
# …see table belowConsume in ~/.pi/agent/settings.json:
{ "packages": ["npm:@getpipher/git-tools", "npm:@getpipher/quality"] }The skill subset is also reachable by any agent on the open Agent Skills standard (Claude Code, Codex, Cursor, OpenCode, pi, Windsurf, Goose, Copilot, Replit, Zed, …):
# all skills
npx skills add getpipher/skills
# a specific skill
npx skills add getpipher/skills --skill git-tools-create-issue
# to a specific agent
npx skills add getpipher/skills -a claude-code -g -yFor local pi development, point at this repo root (loads every family at once):
{ "packages": ["/absolute/path/to/skills"] }| Package | Family | Skills | Purpose |
|---|---|---|---|
@getpipher/git-tools |
git-tools |
10 | Issue creation, labeling, PR audit, issue solving (GitHub & GitLab) |
@getpipher/quality |
quality |
5 | Lint/fix, TS strict, production checklist, multi-persona QA, roast |
@getpipher/workspace |
workspace |
6 | Catch-up, AGENTS.md init, ecosystem context-files, doc org, handoff |
@getpipher/work |
work |
1 | Lines-of-code counter (tokei) |
@getpipher/design |
design |
1 | UI/UX analysis → AI-friendly prompts |
@getpipher/solana-dev |
solana-dev |
1 | End-to-end Solana dev playbook |
@getpipher/vps-deploy |
vps-deploy |
1 | Docker/nginx/SSL/SSH/CI-CD for shared VPS |
@getpipher/x-api |
x-api |
1 | X/Twitter API v2 reference + cost guard |
solana-defi/(37 per-protocol SDK references) is deferred to a later release.
skills/<family>/ # each family is a publishable @getpipher/<family> pi-package
package.json # pi manifest: { "skills": ["."] } (also consumed by `npx skills add`)
README.md
LICENSE
<skill>/SKILL.md # Agent Skills standard (agentskills.io)
MIT — shared as sadaqah jariyah.