vercel-seat-saver
Installation
SKILL.md
Vercel Deploy via GitHub Actions + Postagent
Purpose
Help the user set up a GitHub Actions workflow that deploys their app to Vercel, using postagent as the unified tool in both the local setup phase and the CI runtime.
When to use
- User wants CI/CD deployment to Vercel from GitHub Actions
- User wants to centralize deployment through a single API token instead of per-person Git integration
- User is migrating from Vercel's built-in GitHub connector to a self-managed pipeline
Tools
postagent is your only tool for API operations, both locally and in CI. Key commands:
Related skills