Skip to content

assistant-ui/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

assistant-ui Skills

Agent skills for building AI chat interfaces with assistant-ui.

Installation

npx skills add assistant-ui/skills

Available Skills

Skill Description
/assistant-ui Main guide - architecture, packages, patterns
/setup Project setup and configuration (AI SDK, LangGraph, custom backends)
/primitives UI component primitives (Thread, Composer, Message, etc.)
/runtime Runtime system and state management
/tools Tool registration and tool UI
/streaming Streaming protocol and backends
/cloud Cloud persistence and authentication
/thread-list Multi-thread management
/update Update assistant-ui and AI SDK to latest versions
/copilots Ground the assistant in your app (instructions, context, visible components, interactables)
/markdown Markdown rendering (syntax highlighting, LaTeX, Mermaid, Streamdown)
/react-mcp User-managed MCP server UIs (connect, OAuth, manage)
/observability Backend tracing and telemetry (Langfuse, LangSmith, Helicone)

Usage

After installation, use skills in Claude Code by typing / followed by the skill name:

/assistant-ui    # Get architecture overview
/setup           # Setup a new project (AI SDK, LangGraph, etc.)
/primitives      # Customize UI components
/runtime         # Work with state and runtimes
/tools           # Implement LLM tools
/streaming       # Handle streaming responses
/cloud           # Persistence and auth
/thread-list     # Multi-thread management
/update          # Update assistant-ui and AI SDK versions
/copilots        # Ground the assistant in your app
/markdown        # Markdown rendering and customization
/react-mcp       # User-managed MCP servers
/observability   # Backend tracing and telemetry

Links

License

MIT

About

Agent skills for building AI chat interfaces with assistant-ui.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors