react-flow-node-ts

Create React Flow node components following established patterns with proper TypeScript types and store integration.

Content Preview
---
name: react-flow-node-ts
description: "Create React Flow node components following established patterns with proper TypeScript types and store integration."
risk: unknown
source: community
date_added: "2026-02-27"
---

# React Flow Node

Create React Flow node components following established patterns with proper TypeScript types and store integration.

## Quick Start

Copy templates from assets/ and replace placeholders:
- `{{NodeName}}` → PascalCase component name (e.g., `VideoNode`)
- `{{
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/react-flow-node-ts.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/react-flow-node-ts/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/react-flow-node-ts/SKILL.md

Related Skills