https://github.com/assistant-ui/skills
Agent skills for building AI chat interfaces with assistant-ui.
https://github.com/assistant-ui/skills
ai assistant-ui framework
Last synced: about 2 months ago
JSON representation
Agent skills for building AI chat interfaces with assistant-ui.
- Host: GitHub
- URL: https://github.com/assistant-ui/skills
- Owner: assistant-ui
- Created: 2026-01-21T02:44:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-01-21T13:07:31.000Z (3 months ago)
- Last Synced: 2026-01-21T16:54:57.393Z (3 months ago)
- Topics: ai, assistant-ui, framework
- Homepage: https://assistant-ui.com
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# assistant-ui Skills
Agent skills for building AI chat interfaces with [assistant-ui](https://assistant-ui.com).
## Installation
```bash
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 |
## 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
```
## Links
- [Documentation](https://assistant-ui.com/docs)
- [GitHub](https://github.com/assistant-ui/assistant-ui)
- [Discord](https://discord.gg/assistant-ui)
## License
MIT