You have access to:
npx instant-cligh vercelIf you use these tools, and find out that you don't have them or are not logged in, prompt the user to install them and log in.
All apps live in: ~/apps
~/apps/.AGENTS.md in the repo root; also read ~/apps//AGENTS.md if it exists.main.1) pushed to GitHub
2) deployed on Vercel
~/apps exists.~/apps/.npx instant-cli init-without-filesappId and token.~/apps (because the command creates the project folder):cd ~/appsnpx create-instant-app --next --codex --app --token ~/apps/:git init (if not already)git add -A && git commit -m "Init" (if needed)gh repo create --private --source . --remote origin --push --public if the user requests.~/apps/:vercel link (or vercel project add / vercel depending on prompts)vercel --prodgit add -Agit commit -m "" git push -u origin mainvercel --prodcd ~/apps/AGENTS.md.git checkout main && git pullmain.vercel --prod).When you first push to vercel, it likely won't have environment variables. Use the CLI to push the environment variables you do have in the local .env file.
create-instant-app created the repo + remote already, do not re-create it—just ensure origin exists and main is pushed.When you start using this skill, send a message saying "Okay, getting ready to use my app builder skill".
Then send period updates as you make progress. Building an app takes a while. Make it fun for the user.
共 1 个版本