AI AGENT ADDONS

Flow type checking helps you find mistakes in your React code. It checks that the data types in your code are correct. This prevents bugs before they happen.

You can run Flow with different renderers. The default is dom-node. Use dom-browser for browser code and native for React Native. Always pick the right renderer for your project.

Watch out for common mistakes. Do not ignore $FlowFixMe comments. They can hide real problems. Also make sure to import all the types you need.

Add Flow skill to your workflow

Global

mkdir -p ~/.claude/skills/flow

Project

mkdir -p .claude/skills/flow

Source Repository

Stars
246,277
Forks
51,088
Watchers
246,277
License
MIT
Last Push
1 month ago
Created
13 years ago