rdc-setup

Installation
SKILL.md

Setup Reactive Data Client

Detection Steps

Before installing, detect the project type and protocol by checking these files:

1. Detect Package Manager

Check which lock file exists:

  • yarn.lock → use yarn add
  • pnpm-lock.yaml → use pnpm add
  • package-lock.json or bun.lockb → use npm install or bun add

2. Detect Project Type

Check package.json dependencies:

Related skills

More from reactive/data-client

Installs
7
GitHub Stars
2.0K
First Seen
Feb 1, 2026