Ui banner
AhmedRaoofuddin AhmedRaoofuddin

Ui

Data community

Description

--- name: ui description: Start the Cortivex visual dashboard for pipeline design and execution monitoring --- Launch the Cortivex visual dashboard. ## Usage ``` /ui /ui --port 4200 ``` ## What it starts: 1. HTTP server on port 3939 (REST API + WebSocket) 2. Dashboard on port 4200 (React + Vite) 3. Opens browser to http://localhost:4200 ## Dashboard views: - Pipeline Editor -- drag nodes, connect ports, configure agents - Live Execution -- real-time streaming terminal output per node - Anal

Installation

Installs to ~/.claude/skills/ahmedraoofuddin-cortivex-ui/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahmedraoofuddin-cortivex-ui && curl -fsSL https://raw.githubusercontent.com/AhmedRaoofuddin/Cortivex/HEAD/commands/ui.md -o ~/.claude/skills/ahmedraoofuddin-cortivex-ui/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository