markstream-install
Install and configure Markstream streaming Markdown renderers for Vue, React, Svelte, Angular, Nuxt, Next.js, and Vue 2 applications.
npx skills add sickn33/agentic-awesome-skills --skill markstream-install --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Markstream Install ## Overview Integrate the correct [Markstream](https://github.com/Simon-He95/markstream-vue) streaming Markdown renderer into an existing frontend application. This skill selects the framework package, installs only requested optional peers, preserves safe HTML and Mermaid defaults, and handles CSS, streaming state, and SSR boundaries. Read [references/scenarios.md](references/scenarios.md) before selecting packages or optional peers. ## When to Use Use this skill when the user asks to: - add streaming Markdown rendering to an AI chat or document interface; - install Markstream in Vue, Nuxt, React, Next.js, Svelte, Angular, or Vue 2; - repair missing Markstream styles, an incorrect framework package, or an SSR failure; - replace another Markdown renderer with Markstream; - choose between static content, built-in smooth streaming, or externally parsed AST input. ## How It Works ### 1. Inspect the host application Before changing dependencies, inspect: - the framework and version in `package.json`; - the existing package-manager lockfile; - whether the application uses SSR; - reset, Tailwind, UnoCSS, or design-system styles; - required optional features such as h
- Overview
- When to Use
- How It Works
- 1. Inspect the host application
- 2. Install the smallest dependency set
- 3. Wire styles in the correct order
- 4. Add the smallest working renderer
- 5. Handle framework boundaries
- 6. Preserve safe defaults
- 7. Validate
- Examples
- Vue 3 streaming chat
- Vue 3 completed chat history
- Best Practices
npm install markstream-vue npm install markstream-react npm install markstream-svelte npm install markstream-angular npm install markstream-vue2
What does the markstream-install skill do?
Install and configure Markstream streaming Markdown renderers for Vue, React, Svelte, Angular, Nuxt, Next.js, and Vue 2 applications.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill markstream-install --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.