New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

orchestrui

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orchestrui

Deterministic UI policy, discovery and quality gates for coding agents

latest
Source
npmnpm
Version
0.4.0
Version published
Weekly downloads
45
-30.77%
Maintainers
1
Weekly downloads
 
Created
Source

Русская версия

Animated OrchestrUI trace: inspect a structured host, route the smallest UI stack, harmonize role ownership, and audit verified evidence

Deterministic UI policy and quality gates for coding agents.

CI npm License: MIT Agent Skills UI ecosystems MCP

Quick start  ·  Output  ·  Skills & MCP  ·  Ecosystems  ·  Docs

OrchestrUI inspects a structured project profile, preserves compatible owners, and returns the smallest admissible UI composition with evidence for every decision.

Quick start

Requires Node.js 20+. Add the published read-only server to an MCP host:

{
  "mcpServers": {
    "orchestrui": {
      "command": "npx",
      "args": ["-y", "orchestrui@latest"]
    }
  }
}
Install skills on macOS / Linux
git clone --depth 1 https://github.com/ECD5A/OrchestrUI.git
cd OrchestrUI
bash scripts/install-codex.sh
Install skills on Windows
git clone --depth 1 https://github.com/ECD5A/OrchestrUI.git
Set-Location OrchestrUI
powershell -ExecutionPolicy Bypass -File scripts\install-codex.ps1
Develop from source
git clone https://github.com/ECD5A/OrchestrUI.git
cd OrchestrUI
npm ci && npm run check
npm run benchmark

Contributions are welcome — see CONTRIBUTING.md for the short path from fork to PR.

Use them from a frontend project:

$ui-library-router plan the smallest compatible UI stack.
$ui-orchestrator implement the approved plan.
$ui-quality-audit audit the rendered result.

What it returns

{
  "input_mode": "structured-profiles",
  "selected": ["bklit-ui"],
  "owners": {
    "base-system": "host:shadcn-ui",
    "data-visualization": "bklit-ui"
  },
  "rejected": [{ "id": "daisyui", "rule": "base-system-conflict" }]
}

The committed suite passes 50/50 structured scenarios, 8/8 independently specified adversarial goldens, and three project fixtures in CI.

Skills and MCP

  • ui-library-router — inspects the host and assigns role ownership.
  • ui-orchestrator — integrates approved pieces into one visual contract.
  • ui-quality-audit — checks coherence, accessibility, responsiveness, motion, performance, and licensing.
  • Read-only MCP — inspect_project, list_libraries, recommend_stack, get_library_guidance, search_components, get_install_instructions, and audit_plan.

Published through npm, the official MCP Registry, and versioned GitHub Releases. Local plugin configuration is in .mcp.json; setup, architecture, security, licensing, and contribution details live in docs/, SECURITY.md, THIRD_PARTY.md, and CONTRIBUTING.md.

The MCP surface is read-only and uses public upstream metadata; implementation code and third-party assets remain in the host project.

Ecosystems

EcosystemRole
Kokonut UIselective React/shadcn product polish
React Bitsone signature creative effect
daisyUIintentional Tailwind semantic base
Bklit UIcharts and data visualization
Anime.jsbespoke timeline, SVG, or scroll motion
Rivelicensed interactive vector/state-machine graphics
Magic UIanimated marketing enhancement

OrchestrUI is independent and is not affiliated with or endorsed by these upstream projects.

Support

If OrchestrUI helps your work, you can support its ongoing maintenance:

  • TON: pointoncurve.ton
  • Bitcoin (BTC): 1ECDSA1b4d5TcZHtqNpcxmY8pBH1GgHntN
  • USDT (TRC20): TUF4vPdB6QkjCvZq18rBL4Qj4dK5ihCN75

Contact

For questions about OrchestrUI, integration, consulting, or collaboration:

Email   Telegram   GitHub repository

Keywords

mcp

FAQs

Package last updated on 09 Sep 2026

Related posts