@parke.dev/pi-git
Structured Git status, diffs, branches, history and pre-PR checks for the Pi coding agent
Package details
Install @parke.dev/pi-git from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@parke.dev/pi-git- Package
@parke.dev/pi-git- Version
0.1.0- Published
- Aug 11, 2026
- Downloads
- 105/mo · 9/wk
- Author
- lukehagar
- License
- MIT
- Types
- extension, skill
- Size
- 43.3 KB
- Dependencies
- 0 dependencies · 3 peers
Pi manifest JSON
{
"extensions": [
"./extensions"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@parke.dev/pi-git
Structured, read-only Git tools for the Pi coding agent.
pi install npm:@parke.dev/pi-git
No credential, daemon, or network access is required.
| Tool | Purpose |
|---|---|
git_status |
Parsed branch, upstream, conflict, and working-tree state |
git_diff |
Parsed working-tree, staged, or revision-range patch |
git_branches |
Local branches, upstream position, and optional worktrees |
git_log |
Commit summaries between revisions |
git_checklist |
PR-readiness checks, including explicitly configured verification commands |
These tools intentionally do not mutate repositories. Use Pi's bash tool for commit, rebase, checkout, push, and other operator actions.