PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check (2 commands). From fluttersdk/wind.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check (2 commands). From fluttersdk/wind.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Instructions file GitHub Copilot
Instructions for fluttersdk/wind, covering wind ui, definition of done, post-change sync (five surfaces, every code change), commands and coverage policy (binding).
Instructions file GitHub Copilot
Instructions for fluttersdk/wind, covering documentation conventions (doc/), file shape (every doc file), wfoo, basic usage and props.
Instructions file GitHub Copilot
Instructions for fluttersdk/wind, covering dynamic json renderer (lib/src/dynamic/), json schema, security model (whitelist first), state binding (id-keyed widgets) and action dispatch.
Instructions file GitHub Copilot
Instructions for fluttersdk/wind, covering example page conventions (example/lib/pages/), naming, shape, rules and dark mode pairs.
Instructions file GitHub Copilot
Instructions for fluttersdk/wind, covering parser conventions (lib/src/parser/), interface (every parser implements two methods), last-class-wins semantics, arbitrary values precede theme lookups and color opacity modifier (/).
Instructions file GitHub Copilot
Instructions for fluttersdk/wind, covering test conventions (test/), layout mirror, required setup, no mockito and lifecycle discipline.
Instructions file GitHub Copilot
Instructions for fluttersdk/wind, covering widget conventions (lib/src/widgets/), canonical shape (stateless composition widgets), statefulwidget exceptions (only when warranted), debug logger (mandatory in stateless widgets) and wanchor auto-wrapping.
Instructions file
Instructions for fluttersdk/wind, covering wind ui, definition of done, post-change sync (five surfaces, every code change), commands and coverage policy (binding).
Skill Claude CodeCodex
Utility-first Flutter styling. Every visual decision lives in a className: String? parsed at build time into an immutable WindStyle and composed into a native Flutter widget tree. Tailwind syntax (flex, p-4, dark:bg-gray-800, hover:shadow-lg), Flutter physics.
Plugin Claude Code
FlutterSDK community AI skills for Flutter development: Wind UI styling, Magic Framework architecture, and more.
Plugin Claude Code
FlutterSDK AI skills, commands, and MCP for Flutter: Wind UI, Magic Framework, Dusk, Telescope, Artisan.
MCP server Claude CodeCodexCursor
MCP server "fluttersdk", hosted remotely at mcp.fluttersdk.com, as configured in fluttersdk/ai.
Instructions file
Instructions for fluttersdk/ai, covering claude.md, commands, architecture, skill format and sync rules (critical).
Agent
Architectural second-eye reviewer for Flutter apps built on the FlutterSDK stack (magic framework + Wind UI). Runs the same four gated stages as flutter-reviewer (magic compliance, Wind compliance, correctness plus OOP and style, reuse) and adds a fifth: whether the feature is adapted to the framework correctly across…
Agent
Second-eye code reviewer for Flutter apps built on the FlutterSDK stack (magic framework + Wind UI). Reviews a resolved set of changed files in four gated stages: magic framework compliance (bootstrap, IoC, controller/view/state, models, HTTP, validation, auth, routing), Wind UI compliance (dark pairing, states over…
Command
Generate Vitest/Flutter tests for Dart code following TDD patterns from the magic-framework skill.
Skill Claude CodeCodex
Reviews Flutter code built on the FlutterSDK stack (magic framework + Wind UI) with a subagent as an independent second pair of eyes, then fixes what it finds. Resolves scope from the active work (uncommitted changes, else the branch diff), spawns fluttersdk:flutter-reviewer or fluttersdk:flutter-reviewer-deep…
Skill Claude CodeCodex
CLI framework and stdio MCP server for Flutter dev loops, designed for LLM agents. The running app exposes a process + VM Service surface plus an MCP server; the agent calls artisan tools (or ./bin/fsa from a shell) to start the app, hot-reload it, read its logs, evaluate Dart expressions against the running isolate…
Skill Claude CodeCodex
End-to-end driver for Flutter apps, designed for LLM agents. The running app exposes a ext.dusk. VM Service surface plus an MCP server; the agent calls dusk tools (or ./bin/fsa dusk: from a shell) to snap the Semantics tree, mint ref tokens, gesture against them, wait for conditions, screenshot, and hot-reload, all…
Skill Claude CodeCodex
Passive runtime inspector for Flutter apps, designed for LLM agents. The running app captures HTTP, logs, exceptions, dumps, in-app events, gate checks, DB queries, cache ops, and per-frame performance into 10 in-memory ring buffers. The agent calls telescope MCP tools (or ./bin/fsa telescope: from a shell) to read…
Skill Claude CodeCodex
Write correct, idiomatic code in a Flutter app that depends on the magic framework (Laravel-inspired: IoC container, 18 facades, Eloquent-style ORM, service providers, reactive controllers, GoRouter routing, validation, auth, broadcasting). Use whenever code imports package:magic/magic.dart or…
Skill Claude CodeCodex
Utility-first Flutter styling. Every visual decision lives in a className: String? parsed at build time into an immutable WindStyle and composed into a native Flutter widget tree. Tailwind syntax (flex, p-4, dark:bg-gray-800, hover:shadow-lg), Flutter physics.