opt-editor-install

Install or upgrade @reopt-ai/opt-editor and pin required agent rules.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/reopt-ai/reopt-skills --skill opt-editor-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opt-editor-install
Source: https://github.com/reopt-ai/reopt-skills/tree/main/skills/opt-editor-install
Command: npx skills add https://github.com/reopt-ai/reopt-skills --skill opt-editor-install

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you install or upgrade @reopt-ai/opt-editor in a consumer app without breaking existing setup, registry configuration, or editor wiring.

Core Features & Use Cases

  • Fresh installation: Detects whether opt-editor is missing and guides the initial setup flow.
  • Upgrade handling: Supports versioned upgrades, breaking-change edits, and environment audits for existing projects.
  • Consumer app integration: Coordinates catalog generation, Editor component setup, CSS imports, and optional AI streaming wiring.
  • Safe registry cleanup: Removes only the legacy GitHub Packages scope override when needed while preserving unrelated npm settings.

Quick Start

Ask the assistant to install or upgrade opt-editor in this project and automatically handle the correct setup path.

Frequently Asked Questions about opt-editor-install

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

FAQPage Schema
How do I install opt-editor in a React project without breaking existing registry configuration?

To install opt-editor safely, the Skill detects missing packages and guides initial setup while preserving unrelated npm settings. It verifies the public npm registry and wires the Editor component, CSS imports, and required agent rules block.

What is the best way to upgrade opt-editor when there are breaking changes?

The best way to upgrade opt-editor is through versioned upgrades that apply breaking-change edits and environment audits. The Skill pins the required agent rules block and coordinates safe handling of breaking changes for existing projects.

Does opt-editor installation support AI streaming integration and catalog generation?

Yes, opt-editor installation supports AI streaming integration and catalog generation. The Skill coordinates consumer app integration by setting up the Editor component, CSS imports, and optional AI streaming wiring during the installation or upgrade process.

Can I use opt-editor with an existing npm setup that has legacy GitHub Packages scope overrides?

Yes, you can use opt-editor with existing npm setups. The Skill performs safe registry cleanup by removing only the legacy GitHub Packages scope override when needed, while preserving all unrelated npm configuration settings.

Why does my opt-editor upgrade fail during environment audits?

opt-editor upgrades may fail during environment audits if the project lacks the required agent rules block or has incompatible registry configurations. The Skill addresses this by applying breaking-change edits and verifying the public npm registry before proceeding.

Do I need to manually configure agent rules after installing opt-editor?

No, you do not need to manually configure agent rules after installing opt-editor. The Skill automatically pins the required agent rules block during both fresh installation and versioned upgrades to ensure correct editor wiring.