@firstpick/pi-extension-release-aur
Pi commands and skill for deterministic AUR setup, review, and release workflows.
Package details
Install @firstpick/pi-extension-release-aur from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@firstpick/pi-extension-release-aur- Package
@firstpick/pi-extension-release-aur- Version
0.1.9- Published
- Aug 7, 2026
- Downloads
- 1,937/mo · 322/wk
- Author
- firstpick
- License
- MIT
- Types
- extension, skill
- Size
- 123.4 KB
- Dependencies
- 1 dependency · 1 peer
Pi manifest JSON
{
"extensions": [
"./index.ts"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Release AUR for Pi
Guides AUR setup, review, and publishing with explicit safety checks and confirmation.
What you can do
- Guides initial AUR publishing setup.
- Checks package metadata and build readiness.
- Supports optional clean-build and reproducibility checks.
- Separates planning from publishing and always asks before release.
Install
Install it through Pi:
pi install npm:@firstpick/pi-extension-release-aur
Restart Pi if the package does not appear in your current session.
How to use it
- Run
/release-aur-setuponce to review your local AUR setup. - Run
/release-aurto create a release plan and run checks. - Review the result and correct any failed checks.
- Run
/release-aur publishonly when you are ready to publish.
Nothing is published without explicit confirmation. Advanced target, chroot, reproducibility, and package-creation options are in the technical reference.
Technical details
See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.