Agent Claude Code
Interview user and design Tool UI component API. Use when starting /generate-tool-ui to gather requirements and produce a design specification.
Agent Claude Code
Interview user and design Tool UI component API. Use when starting /generate-tool-ui to gather requirements and produce a design specification.
Agent Claude Code
Create documentation and registry entries for Tool UI components. Use after implementer to write docs and wire docs/preview registries.
Agent Claude Code
Create presets and showcase entries for Tool UI components. Use after implementer to create compelling examples, gallery entry, and landing page showcase scene.
Agent Claude Code
Create Tool UI component source files. Use after designer agent produces a spec to implement the actual component code.
Agent Claude Code
Quality gate for Tool UI components. Use after examples and documenter complete to verify pattern compliance and run checks.
Command Claude Code
Create new React component.
Command Claude Code
Debug and fix errors.
Command Claude Code
Generate a complete Tool UI component with docs, presets, and quality gates.
Command Claude Code
Analyze and optimize $ARGUMENTS for performance.
Command Claude Code
Refactor code for better quality.
Command Claude Code
Comprehensive code review.
Command Claude Code
Generate comprehensive tests.
Hook Claude Code
Runs before the agent uses a tool for Bash(git add*) and Bash(git commit*) tool calls, running an inline shell check (2 commands). From assistant-ui/tool-ui.
Hook Claude Code
Runs when a session starts, running an inline shell check (2 commands). From assistant-ui/tool-ui.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, SessionStart).
Instructions file CodexOpenCode
Instructions for assistant-ui/tool-ui, covering agents.md, cursor cloud specific instructions, project overview, running services and commands reference.
Instructions file
Instructions for assistant-ui/tool-ui, covering tool ui, commands, tooling, stack and architecture.
Plugin Claude Code
Develop assistant-ui tool UIs using Tool UI components.
Skill Claude CodeCodex
Find, install, configure, and integrate Tool UI components in React apps using shadcn registry entries, compatibility checks, scaffolded runtime wiring, toolkit setup with assistant-ui, and troubleshooting workflows. Use when developers ask to add one or more Tool UI components, choose components for a use case…
Plugin Claude Code
Plugin marketplace listing 1 plugin: assistant-ui.
Plugin Claude Code
Skills for building AI chat interfaces with assistant-ui React library.
Skill Claude CodeCodex
Overview and router for assistant-ui, the React library for building AI chat interfaces from composable primitives. Use for high-level, cross-cutting, or architecture-overview questions: choosing packages, picking a runtime, or understanding the layered model (RuntimeCore, Runtime, the aui client, primitives) and…
Skill Claude CodeCodex
Sets up assistant-ui Cloud persistence and authorization with the assistant-cloud package and AssistantCloud client. Use when adding cross-session thread/message persistence, multi-device chat history, file uploads, or auth to an assistant-ui app: passing the cloud option to useChatRuntime (with AssistantChatTransport…
Skill Claude CodeCodex
Grounding an assistant in your app with assistant-ui copilots (@assistant-ui/react). Use when steering assistant behavior with useAssistantInstructions, feeding lazy app-state context via useAssistantContext({ getContext }), exposing rendered components with makeAssistantVisible(Component, { clickable, editable })…