@firstpick/pi-skill-deployment-automation
Agents should invoke this skill for Docker Compose deployments, container updates, stack health checks, rollbacks, compose-file changes, image upgrades, failed deploys, or service restart planning. Provides safe deployment and rollback workflows.
Package details
Install @firstpick/pi-skill-deployment-automation from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@firstpick/pi-skill-deployment-automation- Package
@firstpick/pi-skill-deployment-automation- Version
0.1.5- Published
- Aug 7, 2026
- Downloads
- 213/mo · 14/wk
- Author
- firstpick
- License
- MIT
- Types
- skill
- Size
- 10.7 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
Deployment Automation
Plan safer application updates with clear checks, failure handling, and a way back.
Helpful when
- You are updating services or containers.
- A previous deployment failed or caused downtime.
- You want a repeatable release and rollback process.
What to share with Pi
- The deployment files or current setup
- What is changing
- Health checks, downtime limits, and rollback needs
Try asking
Review this deployment update. Give me a safe step-by-step plan with health checks, stop conditions, and rollback instructions.
What you’ll get
- A deployment plan in the right order
- Checks before and after each risky step
- A clear rollback path
Keep in mind
Deployments can affect real users and data. Pi should ask before making external or destructive changes.
Install
pi install npm:@firstpick/pi-skill-deployment-automation
Restart Pi if the skill does not appear in your current session.
Technical details
See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.