arc-project-deploy-portfolio-sync
Installation
SKILL.md
Arc Project Deploy Portfolio Sync
Deploy a finished project and make it visible on andrewsolomon.dev. The leading word is end-to-end: app deploy, portfolio page, homepage link, redeploy, and verification must stay connected.
For the required response sections, load references/output-contract.md. Use helper scripts only when their target repos are available locally.
Steps
-
Preflight the project repo.
- Confirm the current repo, branch, local changes, package manager, and build/test commands.
- Run lint/build/tests appropriate to the project before deployment.
- Use
scripts/project_status_check.sh <project-repo>when applicable.
Completion criterion: deployment is either preflight-clean or blocked by exact failing commands/errors.
-
Deploy the project app.
- Identify or create the Vercel project.
- Run a production deploy only when credentials/context are available and the user has requested live deployment.
- Capture both the deployment URL and stable alias/custom URL.