vibe-add-feature
SKILL.md
/vibe-add-feature
Add pre-built iblai components to an existing Next.js app.
Available Components
| Command | What It Adds |
|---|---|
iblai add auth |
SSO authentication -- see /vibe-add-auth for detailed step-by-step walkthrough |
iblai add chat |
AI chat widget -- <mentor-ai> web component. Full-screen or embedded chat with streaming, file upload, voice. |
iblai add profile |
User profile dropdown -- avatar with dropdown menu, profile settings page. |
iblai add account |
Organization/account settings -- tenant management, team settings. |
iblai add analytics |
Analytics dashboard -- usage stats, user analytics, topic analysis. |
iblai add notifications |
Notification bell -- real-time notifications with unread badge, notification center page. |
iblai add builds |
Tauri v2 shell -- desktop (macOS/Windows/Linux) and mobile (iOS/Android) builds. |
iblai add mcp |
MCP + skills -- @iblai/mcp server config, Claude/OpenCode/Cursor skill files. |
How to Use
-
Navigate to your Next.js project root
-
Run the add command (choose one):
# If iblai is installed globally iblai add auth # Or via npx (when published) npx @iblai/cli add auth -
Install new dependencies (if any were added to package.json):
pnpm install -
Verify -- the CLI will tell you what files were created and any manual steps needed
Component Priority
- ibl.ai components first -- always use the native component when one exists
- shadcn/ui for everything else -- forms, tables, modals, date pickers, etc.:
npx shadcn@latest add button dialog table form - shadcnspace blocks -- pre-built page sections:
npx shadcn@latest add @shadcn-space/hero-01
ibl.ai and shadcn components share the same Tailwind theme and are visually seamless.
Requirements
- Next.js App Router project (app/ directory)
- Node.js 18+
iblaiCLI available (iblai --version). If not available, run/vibe-install-cli- The
authcomponent should be added first if you need authentication (other components depend on the auth providers)
Weekly Installs
1
Repository
iblai/vibeGitHub Stars
12
First Seen
5 days ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
warp1