Agent skill · Frontend

markstream-install

Install and configure Markstream streaming Markdown renderers for Vue, React, Svelte, Angular, Nuxt, Next.js, and Vue 2 applications.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill markstream-install --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Declared author: Simon-He95
Path: skills/markstream-install/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. How It Works
  4. 1. Inspect the host application
  5. 2. Install the smallest dependency set
  6. 3. Wire styles in the correct order
  7. 4. Add the smallest working renderer
  8. 5. Handle framework boundaries
  9. 6. Preserve safe defaults
  10. 7. Validate
  11. Examples
  12. Vue 3 streaming chat
  13. Vue 3 completed chat history
  14. Best Practices
Ships with 1 file
  • references/scenarios.md
Commands it runs
npm install markstream-vue
npm install markstream-react
npm install markstream-svelte
npm install markstream-angular
npm install markstream-vue2
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going