← 返回
开发者工具

App Builder

Build, edit, and deploy Instant-backed apps using npx instant-cli, create-instant-app (Next.js + Codex), GitHub (gh), and Vercel (vercel). Use when asked to create a new app, modify an existing app, fix bugs, add features, or deploy/update an app. Projects live under ~/apps; always work inside the relevant app folder.
使用 npx instant-cli、create‑instant‑app(Next.js + Codex)、GitHub(gh)和 Vercel(vercel)来构建、编辑和部署 Instant 支持的应用。在需要新建、修改、修复 bug、添加功能或部署/更新应用时使用。项目位于 ~/apps 下,始终在对应应用文件夹内工作。
stopachka
开发者工具 clawhub v1.0.0 1 版本 98709.8 Key: 无需
★ 2
Stars
📥 4,015
下载
💾 14
安装
1
版本
#latest

概述

App Builder

You have access to:

  • npx instant-cli
  • gh
  • vercel

If 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

Ground rules

  • Always create/edit projects in ~/apps/.
  • Before making changes, read AGENTS.md in the repo root; also read ~/apps//AGENTS.md if it exists.
  • For now, always push to main.
  • Every app must be:

1) pushed to GitHub

2) deployed on Vercel

Workflow: create a new app

  1. Pick an app folder name
    • Ensure ~/apps exists.
    • The project will end up at ~/apps/.
  1. Create an Instant appId + token
    • Run:
    • npx instant-cli init-without-files
    • Capture the returned appId and token.
  1. Generate the Next.js app
    • Run this from inside ~/apps (because the command creates the project folder):
    • cd ~/apps
    • npx create-instant-app --next --codex --app --token
  1. Initialise git + GitHub repo (if needed)
    • From ~/apps/:
    • git init (if not already)
    • git add -A && git commit -m "Init" (if needed)
    • gh repo create --private --source . --remote origin --push
    • Use --public if the user requests.
  1. Vercel: create/link project and deploy
    • From ~/apps/:
    • vercel link (or vercel project add / vercel depending on prompts)
    • vercel --prod
  1. Implement requested changes
    • Use a coding agent (Codex CLI or equivalent) from within the app directory to make changes.
    • Prefer small, reviewable commits.
  1. Commit + push (main)
    • git add -A
    • git commit -m ""
    • git push -u origin main
  1. Deploy update
    • vercel --prod

Workflow: edit an existing app

  1. cd ~/apps/
  2. Read relevant AGENTS.md.
  3. Pull latest:
    • git checkout main && git pull
  4. Make changes via coding agent / normal edits.
  5. Test/build as appropriate.
  6. Commit + push to main.
  7. Deploy to Vercel (vercel --prod).

Environment variables (.env)

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.

Notes / guardrails

  • If create-instant-app created the repo + remote already, do not re-create it—just ensure origin exists and main is pushed.
  • If Vercel is already linked, do not re-link—just deploy.

Communicating

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 个版本

  • v1.0.0 当前
    2026-03-28 13:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 65 📥 179,842
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,727
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 425 📥 118,021