Skip to content
IntelliHelper logo

Intelli UI

Docs87 components · 11 categoriesUpdated 2026-07-25

Getting started

Install Liquid Glass components into any Next.js + Tailwind project. Own the source, customize freely, and optionally wire coding agents with the plugin or MCP. Prefer layout primitives over nested divs — see the layout guide.

CLI

Initialize your project and add components with @intellihelper/cli.

Copy source into your app with the IntelliHelper UI CLI. Components are fetched from ui.intellihelper.in.

  1. 1

    Initialize

    Create components.json in your project

    npx @intellihelper/cli@latest init
  2. 2

    Add components

    Install one or more components (utils are added automatically)

    npx @intellihelper/cli@latest add button card tabs
  3. 3

    Interactive add

    Pick components from a list when you omit names

    npx @intellihelper/cli@latest add
  4. 4

    List available

    See all registry components and what is installed

    npx @intellihelper/cli@latest list
  5. 5

    Update

    Pull registry updates; prompts before overwriting local edits

    npx @intellihelper/cli@latest update

Agent plugin

One install for Claude Code, Grok, Codex, Gemini, and more — skills, slash commands, and MCP bundled. Repo: IntelliHelper/agent-skills.

Install the official agent plugin for one-step setup across coding agents. It bundles MCP (live registry tools), skills (Liquid Glass judgment), slash commands, and a ui-builder agent — so agents install and compose components correctly instead of inventing props.

Repo: IntelliHelper/agent-skills · Plugin: intellihelper-ui · Requires Node.js 18+ for MCP (@intellihelper/cli)

Marketplace status

  • Install nowadd IntelliHelper/agent-skills as a marketplace (commands below). Works today on Claude Code, Grok, Codex, Gemini, and skills.sh.
  • xAI Official (Grok)submitted to xai-org/plugin-marketplace#86. After merge, install from the xAI Official tab in /marketplace.
  • Claude communitysubmit via clau.de/plugin-directory-submission (Anthropic review). Until listed, use the marketplace add command below.

1. Install the plugin

Claude Code

Restart or /reload-plugins after install. Trust the plugin so MCP activates.

claude plugin marketplace add IntelliHelper/agent-skills
claude plugin install intellihelper-ui@intellihelper

Grok CLI

Use --trust so hooks and the intellihelper-ui MCP server activate.

grok plugin marketplace add IntelliHelper/agent-skills
grok plugin install IntelliHelper/agent-skills --trust

Codex

Open /plugins after adding the marketplace.

codex plugin marketplace add IntelliHelper/agent-skills
# Then install intellihelper-ui from /plugins

Gemini CLI

Installs MCP + skills via gemini-extension.json.

gemini extensions install https://github.com/IntelliHelper/agent-skills

skills.sh (any agent)

Cross-agent skill installer. Pair with MCP for full registry tools.

npx skills add IntelliHelper/agent-skills

2. What you get

Skills

  • intellihelper-ui

    Hub skill — MCP workflow, registry rules, anti-patterns

  • liquid-glass

    Chrome vs content layers, themes, visual system

  • add-component

    Init → discover → CLI add → audit path

  • compose-ui

    Settings, dashboard, auth, and glass-stage recipes

Slash commands

  • /add

    Install one or more components

  • /search

    Search the registry

  • /list

    List by category

  • /audit

    Project health check

  • /themes

    Theme guide (mono → ocean)

Plus MCP tools (search_components, get_component, …) and the ui-builder agent. Prefer the MCP-only setup if you only need tools without skills.

3. Example prompts

  • Show me all IntelliHelper UI glass components
  • Add button, dialog, and card from IntelliHelper UI
  • Build a settings page with Liquid Glass
  • Audit this project for IntelliHelper setup

MCP for AI agents

Prefer tools only? Wire the intellihelper-ui MCP server into Cursor, Claude Code, VS Code, Codex, OpenCode, or Grok without the full plugin.

Connect coding agents to the IntelliHelper UI registry over MCP (Model Context Protocol). Agents can browse components, inspect source, pull usage examples, and get install commands — the same way shadcn MCP works. For skills + slash commands in one install, use the agent plugin instead.

Server name: intellihelper-ui · Package: @intellihelper/cli

1. Initialize for your agent

Run in your app project, then restart the agent / enable the MCP server.

Cursor

Writes .cursor/mcp.json

npx @intellihelper/cli@latest mcp init --client cursor

Claude Code

Writes .mcp.json

npx @intellihelper/cli@latest mcp init --client claude

VS Code

Writes .vscode/mcp.json

npx @intellihelper/cli@latest mcp init --client vscode

OpenCode

Writes opencode.json

npx @intellihelper/cli@latest mcp init --client opencode

Codex

Writes ~/.codex/config.toml

npx @intellihelper/cli@latest mcp init --client codex

2. Manual config examples

Cursor / Claude (.cursor/mcp.json or .mcp.json)

{
  "mcpServers": {
    "intellihelper-ui": {
      "command": "npx",
      "args": ["-y", "@intellihelper/cli@latest", "mcp"]
    }
  }
}

Grok Build CLI (~/.grok/config.toml or .grok/config.toml)

[mcp_servers.intellihelper-ui]
command = "npx"
args = ["-y", "@intellihelper/cli@latest", "mcp"]
enabled = true

3. MCP tools

After connecting, tools appear as intellihelper-ui__<tool>.

  • get_project_config

    Read components.json and Liquid Glass setup guidance

  • list_components

    Browse registry items by category and type

  • search_components

    Fuzzy search by name, title, description, or meta

  • get_component

    Full source, variants, sizes, and dependencies

  • get_component_examples

    Ready-to-adapt usage snippets

  • get_add_command

    CLI install command (does not write files)

  • list_themes

    Theme catalog (mono, aurora, sunset, frost, ocean)

  • get_audit_checklist

    Post-install QA for imports and glass layers

4. Example prompts

  • Show me all IntelliHelper UI glass components
  • Add button, dialog, and card from IntelliHelper UI
  • Show me usage examples for the sheet component
  • Search IntelliHelper UI for form inputs

Customization

Variants, className slots, data-slot hooks, and exported CVA helpers on every component.

Form field states

Tabs variants

Default chrome capsule tabs.

Frequently asked questions

What's included

87 components across 11 categories.

Glass System

Background Picture · Glass Content Card · Glass Bar · Glass Icon Button · Component Preview

Actions

Button · Copy Button · Theme Toggle · Toggle · Toggle Group

Surfaces

Card · Tabs · Separator · Layout · Resizable · Scroll Area · Aspect Ratio

Forms

Input · Label · Password Input · OTP Input · Textarea · Select · Combobox · File Upload · Native Select · Checkbox · Switch · Radio Group · Calendar · Multi Select · Prompt Input · Prompt Suggestions · AI Model Selector

Overlays

Dialog · Alert Dialog · Sheet · Popover · Dropdown Menu · Context Menu · Hover Card · Tooltip · Command · Floating Widget

Navigation

Sidebar · Navigation Menu · Breadcrumb · Link · Pagination · Scroll To Top · Conversation Sidebar

Data

Event Calendar · Table · Empty · Skeleton · Agent Card · Tool Call Viewer · MCP Server Card

Feedback

Alert · Toast · Avatar · Badge · Kbd · Spinner · Progress · Notification Center · Typing Indicator · Thinking Animation · Token Counter

Interactive

Accordion · Collapsible · Slider · Carousel · Stepper

Content

Typography · Markdown Viewer · Markdown Editor · Code Viewer · Terminal Block · JSON Viewer · AI Chat · Streaming Text · Reasoning Block · Citation Card

Media

Image Preview · Media Player · Image Editor