live-dev-config
Installation
SKILL.md
live-dev-config
This skill handles code repository linking, cloud hosting setup, and secure credential collection.
bash blocks are POSIX (Git Bash on Windows). Any logic beyond one command/pipe lives in resources/*.js, never in shell control flow. If your Bash tool is cmd.exe or PowerShell, translate each snippet before running it.
1. Provisioning & Project Linking
Configure or verify repository and hosting resources in this order:
| Resource | Skip if | Constraints |
|---|---|---|
| GitHub repo | a remote exists | gh repo create --private --source=. --push, from a repo with ≥1 commit. Repo name defaults to the folder name — ask the user for nothing else. Public only on request. |
| Vercel project | .vercel/project.json |
vercel link --yes — non-interactive. Linking also wires the Vercel↔GitHub integration. |
2. Secure Credential Collection
Ensure that credentials never leak into git history, command-line logs, or shell execution paths.