@derogab/pi-git
Git workflow skills for Pi
Package details
Install @derogab/pi-git from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@derogab/pi-git- Package
@derogab/pi-git- Version
0.2.0- Published
- Jul 19, 2026
- Downloads
- 73/mo · 16/wk
- Author
- derogab
- License
- unknown
- Types
- skill
- Size
- 12.8 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
git
A plugin that provides skills to help with everyday Git tasks.
Skills
| Skill | Description |
|---|---|
/commit |
Create a conventional commit from staged changes |
/pr |
Create or update a pull request for the current branch |
/reply |
Reply to unresolved PR review comments clearly related to the current conversation |
See the skills documentation for more details.
Install
Universal
npx skills add -g -y derogab/agent-kit@commit
npx skills add -g -y derogab/agent-kit@pr
npx skills add -g -y derogab/agent-kit@reply
Pi
pi install npm:@derogab/pi-git
Claude Code
claude plugin marketplace add derogab/agent-kit
claude plugin install git@agent-kit