opt-datagrid-install

Install, upgrade, or migrate projects to @reopt-ai/opt-datagrid with validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you add, upgrade, or migrate to @reopt-ai/opt-datagrid without breaking your app. It reduces risky grid rewrites by guiding installation, version upgrades, and conversions from other grid libraries.

Core Features & Use Cases

  • New Install or Setup: Bootstraps opt-datagrid in a consumer project and wires the package into the right place.
  • Upgrade Safety: Scans for breaking changes, applies edits in controlled groups, and verifies the app still type-checks.
  • Grid Migration: Converts usage from glide-data-grid, ag-grid, react-data-grid, or MUI DataGrid into opt-datagrid, one file at a time.
  • Environment Guardrails: Checks package registry configuration, TypeScript paths, and opt-ui theme requirements before proceeding.

Quick Start

Ask the assistant to install or migrate your project to opt-datagrid and check the current setup before making any changes.

Frequently Asked Questions about opt-datagrid-install

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

FAQPage Schema
How do I migrate a React project from ag-grid to opt-datagrid?

To migrate a React project from ag-grid to opt-datagrid, the process converts usage one file at a time while preserving app stability. It handles the conversion workflow from existing grid implementations like ag-grid by applying edits in controlled groups and verifying the app still type-checks.

What's the best way to upgrade opt-datagrid without breaking TypeScript type checking?

The best way to upgrade opt-datagrid without breaking TypeScript type checking is to scan for breaking changes and apply edits in controlled groups. The upgrade process verifies the app still type-checks before completion to ensure version bump safety.

Does opt-datagrid installation require specific theme compatibility checks?

Yes, opt-datagrid installation requires opt-ui theme compatibility checks. The setup process includes environment guardrails that check package registry configuration, TypeScript path wiring, and opt-ui theme requirements before proceeding with the grid installation.

Can I convert a glide-data-grid implementation to opt-datagrid step by step?

Yes, you can convert a glide-data-grid implementation to opt-datagrid step by step. The grid migration workflow converts usage from glide-data-grid, ag-grid, react-data-grid, or MUI DataGrid into opt-datagrid, processing one file at a time with stepwise validation.

Why does my opt-datagrid setup fail during package registry configuration?

An opt-datagrid setup fails during package registry configuration when environment guardrails detect issues. The installation process requires registry cleanup, TypeScript path wiring, and theme compatibility checks to pass before proceeding with any project modifications.