Loading...
Loading...
Set up GitHub CLI and Vercel CLI, authenticate both, create a repo, and link it to Vercel for automatic deployments. One-time setup that makes all other Treehaus builder skills work.
npx skill4agent add treehausdev/skills github-vercel-setupnpx skills add treehausdev/skills.claude/skills/.cursor/skills/.agents/skills/AskUserToolAskUserToolhttps://github.com/treehausdev/skills/raw/refs/heads/main/skills/github-vercel-setup/SKILL.mdversion:AskUserQuestionquestion: "A newer version of this skill is available (local: X.X.X → remote: Y.Y.Y). Want to update?"
options:
- label: "Update now"
description: "Run npx skills add treehausdev/skills to get the latest"
- label: "Skip for now"
description: "Continue with the current version"npx skills add treehausdev/skills --yesnode --versiongh --versionbrew install ghsudo apt install ghsudo dnf install ghwinget install GitHub.clivercel --versionnpm install -g vercelgh auth statusgh auth login --webgh auth statusvercel whoamivercel loginvercel whoamiAskUserToolnpx create-next-app@latest PROJECT_NAME --typescript --tailwind --eslint --app --src-dir --no-import-alias --yes
cd PROJECT_NAME--yesAskUserToolGITHUB_USER=$(gh api user --jq '.login')
gh repo create $GITHUB_USER/PROJECT_NAME --source=. --push --VISIBILITYvercel link --yes
vercel git connectgit add -A && git commit -m "initial setup" && git push origin main
vercel --prodhttps://github.com/USERNAME/PROJECT_NAMEhttps://PROJECT_NAME.vercel.appmain