vibe-new-app
Installation
SKILL.md
/vibe-new-app
Scaffold a new AI-powered app using the iblai CLI.
Steps
-
Check prerequisites: Node.js 18+, pnpm (recommended)
iblaiCLI:iblai --version(if not available, run/vibe-install-cli)
-
Scaffold the app (choose one):
# If iblai is installed globally iblai startapp agent --platform <tenant> --agent <agent-id> # Or via npx (when published) npx @iblai/cli startapp agent --platform <tenant> --agent <agent-id>- If the user doesn't have a tenant yet, use
iblaias the default - If they don't have an agent ID, omit
--agent(will prompt or use default)
- If the user doesn't have a tenant yet, use
Related skills
More from iblai/vibe
iblai-chat
Add AI chat widget to your Next.js app
55iblai-account
Add account and organization settings page to your Next.js app
54iblai-auth
Add ibl.ai SSO authentication to a vanilla Next.js app
53iblai-analytics
Add analytics dashboard page to your Next.js app
53iblai-profile
Add profile dropdown and settings page to your Next.js app
52iblai-invite
Add user invitation dialogs to your Next.js app
45