AIKraft/Skills/markdown

markdown

Render and customize assistant message text as markdown in assistant-ui. Use when displaying model output as formatted markdown with MarkdownTextPrimitive from @assistant-ui/react-markdown wired into the MessagePrimitive.Parts text branch, configuring remarkPlugins (remark-gfm, remark-math) and rehypePlugins (rehype-katex), or memoizing components with unstable_memoizeMarkdownComponents. Covers co

assistant-ui official Дизайн

Что делает навык

Рендеринг и кастомизация текста сообщений ассистента как markdown в assistant-ui. Используйте при отображении вывода модели в виде форматированного markdown с MarkdownTextPrimitive из @assistant-ui/react-markdown, подключённого к текстовым частям MessagePrimitive.Parts, настройке remarkPlugins (remark-gfm, remark-math) и rehypePlugins (rehype-katex), или мемоизации компонентов с unstable_memoizeMarkdownComponents. Охватывает co

Как подключить

1Скачать навык
# возьмите папку навыка «markdown» из репозитория: # https://github.com/assistant-ui/skills
2Положить папку с SKILL.md к навыкам ассистента
# положите папку навыка туда, где ассистент ищет skills: cp -r markdown/ ~/.claude/skills/markdown/

Навык — папка с файлом SKILL.md (описание + инструкции) и опциональными скриптами. Ассистент (Claude, Claude Code и совместимые) подхватывает его по описанию и следует шагам.