Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Instant App Builder Deployer

ASecurity

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; alw…

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgonextjsrailsgitdevops

Works with

cli

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill instant-app-builder-deployer --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Instant App Builder Deployer?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Instant App Builder Deployer
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-instant-app-builder-deployer/badge)](https://www.skillsdirectory.com/skills/rondoflow-instant-app-builder-deployer)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: instant-app-builder-deployer
description: "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; alw…"
category: "DevOps & Infra"
author: community
version: "1.0.0"
icon: server
---

# 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/<app-name>`.
- Before making changes, read `AGENTS.md` in the repo root; also read `~/apps/<app-name>/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/<app-name>`.

2. **Create an Instant appId + token**
   - Run:
     - `npx instant-cli init-without-files`
   - Capture the returned `appId` and `token`.

3. **Generate the Next.js app**
   - Run this from inside `~/apps` (because the command creates the project folder):
     - `cd ~/apps`
     - `npx create-instant-app <app-name> --next --codex --app <appId> --token <token>`

4. **Initialise git + GitHub repo (if needed)**
   - From `~/apps/<app-name>`:
     - `git init` (if not already)
     - `git add -A && git commit -m "Init"` (if needed)
     - `gh repo create <repo-name> --private --source . --remote origin --push`
       - Use `--public` if the user requests.

5. **Vercel: create/link project and deploy**
   - From `~/apps/<app-name>`:
     - `vercel link` (or `vercel project add` / `vercel` depending on prompts)
     - `vercel --prod`

6. **Implement requested changes**
   - Use a coding agent (Codex CLI or equivalent) from within the app directory to make changes.
   - Prefer small, reviewable commits.

7. **Commit + push (main)**
   - `git add -A`
   - `git commit -m "<clear message>"`
   - `git push -u origin main`

8. **Deploy update**
   - `vercel --prod`

## Workflow: edit an existing app

1. `cd ~/apps/<app-name>`
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.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →