- Shell 50.2%
- TypeScript 49.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| agents | ||
| extensions | ||
| prompts | ||
| skills | ||
| .gitignore | ||
| bun.lock | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| renovate.json | ||
My personal Pi coding agent's extensions, prompts and skills
This repository contains my shareable resources for the Pi coding agent.
Install it with:
pi install git:forge.l3x.in/alex/pi-shared
What's included
- Extensions – e.g. the
nvidiacustom provider. - Skills –
github-cli,grill-me,html-report,tree-sitter,zai-web-search. - Prompts – e.g.
write-plan-implement. - Global agent rules – see below.
Global agent rules (AGENTS.md)
Pi packages can ship extensions, skills, prompts, and themes, but not a global context file. Normally a global AGENTS.md must be dropped manually at ~/.pi/agent/AGENTS.md. To avoid that, this package ships the global-agents extension, which injects agents/AGENTS.md into every session's system prompt via the before_agent_start hook (the same mechanism pi's own claude-rules example uses).
So just installing this package is enough — no manual ~/.pi agents file required. Edit the rules in agents/AGENTS.md; changes are picked up on the next /new or /reload. To turn the rules off, disable the global-agents extension (pi config) or filter it out in settings.json.
License
See LICENSE