Skip to main content
Back to the directory
assistant-ui/skillsSoftware EngineeringFrontend and Design

runtime

State management and thread/message access layer for assistant-ui chat applications.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/assistant-ui/skills --skill runtime
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, runtime has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: assistant-ui/skills. Canonical URL: https://skills.sh/assistant-ui/skills/runtime.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
State management and thread/message access layer for assistant-ui chat applications. Always consult assistant-ui.com/llms.txt for latest API. "Cannot read property of undefined" State not updating Messages array empty - Provides three runtime types: AssistantRuntime for overall state, ThreadRuntime for current conversation, and ThreadListRuntime for managing multiple threads - Access state via useAuiState selectors and perform operations through useAui() API (append messages, cancel runs, edit/reload messages, query capabilities) - Emit and listen to lifecycle events: thread.runStart , thread.runEnd , composer.send , and thread.modelContextUpdate - Hierarchical runtime structure supports per-message and per-content-part operations, with built-in capability detection for cancel, edit, reload, copy, speak, and attachments - ./references/local-runtime.md -- useLocalRuntime deep dive - ./references/external-store.md -- useExternalStoreRuntime deep dive - ./references/thread-list.md -- Thread list management - ./references/state-hooks.md -- State access hooks - ./references/types.md -- Type definitions - Ensure hooks are called inside AssistantRuntimeProvider - Use selectors with useAuiState to prevent unnecessary re-renders - Check runtime is configured - Verify API response format

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does runtime do?

State management and thread/message access layer for assistant-ui chat applications.

Is runtime good?

runtime does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support runtime?

runtime currently lists compatibility with Skills CLI.

Is runtime safe to install?

runtime has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to runtime?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install runtime?

Run the following command to install runtime: npx skills add https://github.com/assistant-ui/skills --skill runtime

Related skills

More from assistant-ui/skills

Related skills

Alternatives in Software Engineering