Flow Ai Tools banner
onflow onflow

Flow Ai Tools

AI community

Description

Flow AI Tools. Free Claude Code plugin for Flow with 11 specialist skills. Build and ship apps on the Flow network from a single prompt

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

flow-ai-tools — Claude Code Plugin for Flow Network Development

AI tools for the [Flow network](https://github.com/onflow) ecosystem. These [Claude Code](https://claude.ai/code) plugins provide domain-specific skills that help Claude Code write better Cadence and Flow code.

Quick Start

Set up your entire Flow development environment with one command:

sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-ai-tools/main/scripts/install.sh)"

This installs the **Flow CLI**, configures the **Cadence MCP** server for Claude Code, and adds the **flow-dev** plugin with all its skills.

Manual Installation

Add this marketplace to Claude Code:

/plugin marketplace add onflow/flow-ai-tools

Then install individual plugins:

/plugin install flow-dev@flow-ai-tools

Available Plugins

Plugin Description Skills Category
flow-dev Flow network development cadence-lang, cadence-tokens, cadence-audit, cadence-scaffold, cadence-testing, flow-react-sdk, flow-project-setup, flow-cli, flow-dev-setup, flow-defi, flow-tokenomics blockchain

flow-dev

Skills for developing on the Flow network:

Skill Description
cadence-lang Cadence language fundamentals: access control, entitlements, resources, contracts, transactions, interfaces, accounts, references, capabilities, pre/post conditions, security best practices (checks-effects-interactions, trust-boundary validation, bounded loops), anti-patterns, design patterns, style and readability, and numeric precision with checked arithmetic
cadence-tokens NFT and FT token development: NonFungibleToken/FungibleToken interface conformance, MetadataViews integration, collection patterns, modular NFT architectures
cadence-audit Smart contract audit and review: security vulnerabilities, severity-rated findings, structured review format, project-wi