AI Agent Setup

One-command install for Claude Code, Cursor, Codex, and Cline.

AI Agent Setup

flutter-mcp-toolkit ships as a plugin with five task-focused skills:

SkillPurpose
flutter-mcp-toolkit-guideEntry point — routes to the right skill
flutter-mcp-toolkit-setupInstall verification + preflight
flutter-mcp-toolkit-inspectRead app state
flutter-mcp-toolkit-controlDrive UI
flutter-mcp-toolkit-debugDiagnose problems

Install for your agent

flutter-mcp-toolkit init claude-code   # or: cursor | codex | cline | agents-skills | all

This writes the skills + plugin manifest + MCP server registration to your agent's expected path. The init command auto-detects whether to use MCP or CLI mode; override with --mode mcp|cli|auto.

Browse the skills

The canonical source is in plugin/skills/. Skills are markdown — readable without an agent.