Integrate markstream-vue2 into a Vue 2.6 or 2.7 app. Use when Codex needs Vue 2-compatible setup, `@vue/composition-api` decisions, CSS wiring, optional peer setup, or scoped Markstream overrides in a Vue 2 repository that is not specifically Vue CLI / Webpack 4 constrained.
64
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/markstream-vue2/SKILL.mdUse this skill when the host app is Vue 2 and not specifically a Vue CLI / Webpack 4 edge case.
markstream-vue2.
@vue/composition-api only when the repo is Vue 2.6 and uses Composition API patterns.markstream-vue2/index.css after resets.<MarkdownRender :content="markdown" />.
content and use built-in smooth streaming first.
smooth-streaming="auto" is the default and activates when typewriter=true or max-live-nodes <= 0.typewriter only controls the blinking cursor and defaults to false.fade controls node enter and streamed-text fade animations and defaults to true.MarkdownRender starts streaming and later switches to history when final=true.
smooth-streaming="auto", :fade="false", typewriter=true. Smooth pacing handles gradual appearance; fade would flicker.:smooth-streaming="false", :fade="true", typewriter=false. Content is already complete — pacing would slow it down, but fade gives a polished entry animation.:smooth-streaming="isStreaming ? 'auto' : false", :fade="!isStreaming".nodes + final only for worker-preparsed content, shared AST stores, or custom AST control.html-policy now defaults to safe, and Mermaid strict mode is on by default through mermaid-props.@vue/composition-api only when the codebase actually relies on Composition API.markstream-vue2-cli.markstream-vue2-vite.html-policy="safe" and Mermaid strict mode unless the task is preserving trusted legacy rendering.html-policy="trusted" and :mermaid-props="{ isStrict: false }" only on that surface and explain why.docs/guide/vue2-quick-start.mddocs/guide/vue2-installation.mddocs/guide/vue2-components.mddocs/guide/troubleshooting.mdf25ebd5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.