vapi-bootstrap-framework

Installation
SKILL.md

Vapi bootstrap framework

Experimental reference workflow: This skill recreates the architecture used for Vapi's landing-page agents. It is not the standard workflow for building Vapi assistants and should only be used when explicitly requested.

Scaffold an entire Vapi voice-agent project from a single ROUGH_DRAFT.md spec. Works in an empty folder or alongside an existing Bun + TypeScript project. One bun run bootstrap after this skill finishes puts the whole fleet live in dashboard.vapi.ai.

What this skill produces

Project scaffolding (only created if absent — never overwritten):

  • package.json — Bun + @vapi-ai/server-sdk + a bootstrap script
  • tsconfig.json — strict no-emit TypeScript validation
  • .env.exampleVAPI_API_KEY placeholder + one slot per (scenario × language) tuple
  • .gitignorenode_modules, .env*.local, OS junk
Installs
191
Repository
vapiai/skills
GitHub Stars
57
First Seen
May 28, 2026
vapi-bootstrap-framework — vapiai/skills