Skip to content

feat: update skills to assistant-ui 0.14 and add 4 new skills#14

Merged
okisdev merged 3 commits into
mainfrom
feat/skills-0.14-overhaul
Jun 1, 2026
Merged

feat: update skills to assistant-ui 0.14 and add 4 new skills#14
okisdev merged 3 commits into
mainfrom
feat/skills-0.14-overhaul

Conversation

@okisdev

@okisdev okisdev commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

summary

  • update every skill to assistant-ui 0.14: tool-call status is now an object (status.type), addResult replaces submitResult, primitives use children render functions instead of the components prop, the unstable_ thread-list prefixes are dropped, and the LangGraph and A2A runtime references are rewritten to the current API.
  • add 4 new skills: copilots (instructions, context, makeAssistantVisible, interactables), markdown (MarkdownTextPrimitive, syntax highlighting, LaTeX, Mermaid, Streamdown), observability (Langfuse, LangSmith, Helicone, react-o11y), and react-mcp (user-managed MCP server UIs).
  • add 19 new reference sections across the existing skills (runtime adapters and voice; tools toolkits, MCP, generative UI; setup framework runtimes and registry components; streaming resumable; cloud custom persistence and auth), and refresh the update skill migration guide to 0.13 and 0.14.
  • conform every SKILL.md to the agent skills spec: trigger-style descriptions under 1024 chars, drop the non-spec version field, add tables of contents to long references, and trim restating comments plus cross-file duplication.

no test plan, documentation-only skills repo

notes

  • examples and API names were checked against the assistant-ui 0.14 source (@assistant-ui/react 0.14.13, @assistant-ui/react-ai-sdk 1.3.31, assistant-stream 0.3.19) and the live docs; all reference links resolve and the frontmatter validates against the agent skills spec.

okisdev added 3 commits June 1, 2026 13:48
…h reference sections

four new skills plus new reference docs across the existing skills (runtime adapters/voice/concepts, primitives part-grouping/mentions, tools toolkits/mcp/generative-ui/registry, setup framework runtimes and registry/devtools, streaming resumable, cloud custom persistence and auth). registers the new skills in the marketplace, lists them in the readme, and pins the version to 0.0.2.
tool-call status is an object (status.type), submitResult becomes addResult, drop the unstable_ thread-list prefixes, ChatModelRunOptions.config becomes context, migrate the primitives components prop to children render functions, rewrite the langgraph and a2a runtime references, and refresh the update skill migration guide to 0.13 and 0.14.
…ze frontmatter

rewrite every SKILL.md description as a trigger-style summary, drop the non-spec version field, wire references and the setup table to the new docs, and remove restating comments.
Copilot AI review requested due to automatic review settings June 1, 2026 05:50
@okisdev okisdev merged commit 7fe715f into main Jun 1, 2026
1 of 2 checks passed
@okisdev okisdev deleted the feat/skills-0.14-overhaul branch June 1, 2026 05:53

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants