🎯

vectordb

🎯Skill

from lobbi-docs/claude

VibeIndex|
What it does

Indexes and retrieves text documents efficiently using vector embeddings for semantic search and similarity matching.

vectordb

Installation

Install skill:
npx skills add https://github.com/lobbi-docs/claude --skill vectordb
5
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# Visual Flow Builder - Alpha Pilot Project

πŸš€ Quick Start (30 seconds)

  1. Run the automated setup:

```bash

.\setup-pilot.bat

```

  1. Or manual setup:

```bash

npm install

npm run dev

```

  1. Open in browser:

```

http://localhost:5173

```

βœ… What You Get

  • Visual Workflow Designer - Drag-and-drop interface with 27 node types
  • Real-time Monitoring - WebSocket-based execution tracking
  • Dynamic Properties - JSON Schema-driven form generation
  • Template Library - Pre-built workflows for common patterns
  • 191/191 Tests Passing - Production-ready reliability

🎯 Pilot Scenarios

Member Management Workflow

```

[Trigger: New Registration] β†’ [Validate Data] β†’ [AI Review] β†’ [Send Welcome] β†’ [Complete]

```

Theme Application Workflow

```

[Trigger: Theme Request] β†’ [Validate Theme] β†’ [Apply Styles] β†’ [Deploy] β†’ [Notify]

```

πŸ”§ Integration with Your Project

This Visual Flow Builder integrates with your existing alpha-0.1 project:

  • Frontend: Standalone React app (this directory)
  • Backend: Connect to your existing API endpoints
  • Auth: Integrates with your Keycloak setup
  • Database: Uses your existing member management schema

πŸ“š Documentation

  • Full Deployment Guide: [PILOT_DEPLOYMENT_GUIDE.md](PILOT_DEPLOYMENT_GUIDE.md)

πŸ“ž Support

Getting Started: Run .\setup-pilot.bat and start building workflows in minutes!