app-builderBuild, 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.
Install via ClawdBot CLI:
clawdbot install stopachka/app-builderYou 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.
Generated Mar 1, 2026
A small business owner wants to launch an online store quickly to sell handmade crafts. The App Builder skill can generate a Next.js app with Instant backend, set up a GitHub repo, and deploy to Vercel for a live site, enabling product listings and checkout features.
A startup needs a custom internal dashboard to track team metrics and project progress. Using this skill, they can create an app with real-time data visualization, integrate it with their existing tools via GitHub, and deploy it securely on Vercel for team access.
An event organizer requires a website for conference registrations with payment processing and attendee management. The skill builds a responsive app, sets up environment variables for secure transactions, and ensures continuous deployment updates as event details change.
A freelance designer wants a professional portfolio to showcase work and attract clients. The App Builder creates a sleek, customizable Next.js site, pushes it to a private GitHub repo, and deploys it on Vercel with fast loading times and easy content updates.
An educator aims to build an interactive learning platform with quizzes and video content. This skill facilitates app creation with Instant backend for user progress tracking, GitHub for version control, and Vercel for scalable hosting to handle student traffic.
Offer the app as a software service with monthly or annual fees, using the skill to quickly prototype and deploy features. Revenue comes from recurring subscriptions, with updates pushed via GitHub and hosted on Vercel for reliability.
Provide a basic free version of the app to attract users, then monetize through paid upgrades for advanced features. The skill enables rapid iteration on the core app, with deployment on Vercel to scale as user base grows.
Charge clients a fixed fee for custom app development, using the skill to streamline building, testing, and deployment. Revenue is generated per project, with apps stored in GitHub for client handover and hosted on Vercel.
๐ฌ Integration Tip
Ensure all required CLI tools (npx instant-cli, gh, vercel) are installed and logged in before starting; always check AGENTS.md files for project-specific guidelines to avoid errors.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues,...
Essential Git commands and workflows for version control, branching, and collaboration.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.