Getting started
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
Initialize
Create components.json in your project
npx @intellihelper/cli@latest init - 2
Add components
Install one or more components (utils are added automatically)
npx @intellihelper/cli@latest add button card tabs - 3
Interactive add
Pick components from a list when you omit names
npx @intellihelper/cli@latest add - 4
List available
See all registry components and what is installed
npx @intellihelper/cli@latest list - 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 now — add
IntelliHelper/agent-skillsas 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 community — submit 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@intellihelperGrok 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 --trustCodex
Open /plugins after adding the marketplace.
codex plugin marketplace add IntelliHelper/agent-skills
# Then install intellihelper-ui from /pluginsGemini CLI
Installs MCP + skills via gemini-extension.json.
gemini extensions install https://github.com/IntelliHelper/agent-skillsskills.sh (any agent)
Cross-agent skill installer. Pair with MCP for full registry tools.
npx skills add IntelliHelper/agent-skills2. What you get
Skills
intellihelper-uiHub skill — MCP workflow, registry rules, anti-patterns
liquid-glassChrome vs content layers, themes, visual system
add-componentInit → discover → CLI add → audit path
compose-uiSettings, dashboard, auth, and glass-stage recipes
Slash commands
/addInstall one or more components
/searchSearch the registry
/listList by category
/auditProject health check
/themesTheme 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 cursorClaude Code
Writes .mcp.json
npx @intellihelper/cli@latest mcp init --client claudeVS Code
Writes .vscode/mcp.json
npx @intellihelper/cli@latest mcp init --client vscodeOpenCode
Writes opencode.json
npx @intellihelper/cli@latest mcp init --client opencodeCodex
Writes ~/.codex/config.toml
npx @intellihelper/cli@latest mcp init --client codex2. 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 = true3. MCP tools
After connecting, tools appear as intellihelper-ui__<tool>.
get_project_configRead components.json and Liquid Glass setup guidance
list_componentsBrowse registry items by category and type
search_componentsFuzzy search by name, title, description, or meta
get_componentFull source, variants, sizes, and dependencies
get_component_examplesReady-to-adapt usage snippets
get_add_commandCLI install command (does not write files)
list_themesTheme catalog (mono, aurora, sunset, frost, ocean)
get_audit_checklistPost-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
Frequently asked questions
What's included
87 components across 11 categories.
Background Picture · Glass Content Card · Glass Bar · Glass Icon Button · Component Preview
Button · Copy Button · Theme Toggle · Toggle · Toggle Group
Card · Tabs · Separator · Layout · Resizable · Scroll Area · Aspect Ratio
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
Dialog · Alert Dialog · Sheet · Popover · Dropdown Menu · Context Menu · Hover Card · Tooltip · Command · Floating Widget
Sidebar · Navigation Menu · Breadcrumb · Link · Pagination · Scroll To Top · Conversation Sidebar
Event Calendar · Table · Empty · Skeleton · Agent Card · Tool Call Viewer · MCP Server Card
Alert · Toast · Avatar · Badge · Kbd · Spinner · Progress · Notification Center · Typing Indicator · Thinking Animation · Token Counter
Accordion · Collapsible · Slider · Carousel · Stepper
Typography · Markdown Viewer · Markdown Editor · Code Viewer · Terminal Block · JSON Viewer · AI Chat · Streaming Text · Reasoning Block · Citation Card
Image Preview · Media Player · Image Editor