markstream-install

Install the matching Markstream package with minimal peer dependencies.

2.9k|175|Updated May 22, 2025
One-click install
npx skills add https://github.com/Simon-He95/markstream-vue --skill markstream-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markstream-install
Source: https://github.com/Simon-He95/markstream-vue/tree/main/.agents/skills/markstream-install
Command: npx skills add https://github.com/Simon-He95/markstream-vue --skill markstream-install

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Install and wire markstream-vue, markstream-react, markstream-vue2, or markstream-angular into an existing repository. Use when Codex needs to choose the right package, install the smallest peer-dependency set, fix CSS/order, decide between content and nodes, or add a minimal working renderer example.

Core Features & Use Cases

  • Detect the host framework and CSS stack, select the matching Markstream package, and wire a minimal render example.
  • Install only the necessary peers for the chosen features, ensure CSS order, and adjust for SSR or streaming requirements.
  • Provide a safe, minimal integration path that works in existing repos with low footprint.

Quick Start

Install the correct Markstream package for your project and wire a minimal render example.

Frequently Asked Questions about markstream-install

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Markstream in an existing Vue or React repository?

To install Markstream, the Skill detects your host framework and CSS stack, selects the matching package (markstream-vue, markstream-react, markstream-vue2, or markstream-angular), and wires a minimal working renderer example into your existing codebase.

What is the minimal peer-dependency set needed for Markstream?

The minimal peer-dependency set for Markstream is determined by detecting your chosen features, installing only the necessary peers for your selected package, and validating CSS order and SSR considerations to ensure a safe, low-footprint integration.

Does Markstream work with both Vue 2 and Vue 3?

Yes, Markstream works with both Vue 2 and Vue 3 by detecting your target framework and selecting the matching markstream-vue or markstream-vue2 package to wire a minimal render example.

How do I fix CSS order and SSR considerations when adding a Markstream renderer?

Fixing CSS order and SSR considerations for a Markstream renderer involves validating the stylesheet sequence, adjusting for streaming requirements, and ensuring a safe, ready-to-run integration in your existing repository.

Can I use Markstream for server-side rendering setups?

Yes, you can use Markstream for server-side rendering setups because the Skill explicitly adjusts for SSR or streaming requirements during installation to ensure a safe, ready-to-run integration with minimal peers.

What's the best way to add a minimal working renderer example for Markstream?

The best way to add a minimal working renderer example for Markstream is to select the matching package for your detected framework, install the smallest peer-dependency set, and wire the provided safe, minimal integration path.