Flow

🏢Official
by facebook · vlatest · Repository

Flow helps you quickly generate and refine creative content by suggesting variations based on your initial input – boosting writing speed & sparking new ideas.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add flow npx -- -y @trustedskills/flow
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "flow": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/flow"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The flow skill enables static type checking in JavaScript code, helping developers catch errors early during development. It analyzes code structure and enforces type consistency across projects, improving reliability and maintainability.

When to use it

  • You're working on a large-scale JavaScript application where type safety is critical.
  • Your team wants to enforce consistent coding standards and reduce runtime errors.
  • You are integrating with tools or frameworks that benefit from static typing, such as React.

Key capabilities

  • Static type checking for JavaScript
  • Integration with build systems like Webpack or Babel
  • Support for React projects

Example prompts

  • "Check the types in my React components using Flow."
  • "Add Flow type annotations to this JavaScript file."
  • "Run a static type check on the entire project."

Tips & gotchas

  • Ensure your project is set up correctly with Babel and Webpack for Flow to work seamlessly.
  • Flow may not support all modern JavaScript features, so verify compatibility with your codebase.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
facebook
Installs
527

🏢 Official

Published by the company or team that built the technology.