Skip to content

Releases: fluttersdk/ai

v1.3.8: fluttersdk-dusk @ 0.0.5

28 May 15:49

Choose a tag to compare

Auto-sync of fluttersdk-dusk from fluttersdk/dusk @ 0.0.5 (branch master).

Upstream commit: 5e4a0f7
Registry version: v1.3.8

Install

# All FlutterSDK skills, all detected AI tools
npx skills add fluttersdk/ai

# Or via Claude Code plugin marketplace
/plugin marketplace add fluttersdk/ai
/plugin install fluttersdk@fluttersdk-marketplace

What changed

See the commit on main: b76e3a2


This release was created automatically by the fluttersdk-registry App when upstream fluttersdk/dusk published an update.

v1.3.7: fluttersdk-telescope @ 0.0.3

28 May 15:22

Choose a tag to compare

Auto-sync of fluttersdk-telescope from fluttersdk/telescope @ 0.0.3 (branch master).

Upstream commit: 81ce2d9
Registry version: v1.3.7

Install

# All FlutterSDK skills, all detected AI tools
npx skills add fluttersdk/ai

# Or via Claude Code plugin marketplace
/plugin marketplace add fluttersdk/ai
/plugin install fluttersdk@fluttersdk-marketplace

What changed

See the commit on main: b02802d


This release was created automatically by the fluttersdk-registry App when upstream fluttersdk/telescope published an update.

v1.3.6: fluttersdk-telescope @ 0.0.2

28 May 14:47

Choose a tag to compare

Auto-sync of fluttersdk-telescope from fluttersdk/telescope @ 0.0.2 (branch master).

Upstream commit: 2668a63
Registry version: v1.3.6

Install

# All FlutterSDK skills, all detected AI tools
npx skills add fluttersdk/ai

# Or via Claude Code plugin marketplace
/plugin marketplace add fluttersdk/ai
/plugin install fluttersdk@fluttersdk-marketplace

What changed

See the commit on main: ca6301c


This release was created automatically by the fluttersdk-registry App when upstream fluttersdk/telescope published an update.

v1.3.5: fluttersdk-telescope @ 0.0.2

28 May 14:43

Choose a tag to compare

Auto-sync of fluttersdk-telescope from fluttersdk/telescope @ 0.0.2 (branch master).

Upstream commit: 56d34a7
Registry version: v1.3.5

Install

# All FlutterSDK skills, all detected AI tools
npx skills add fluttersdk/ai

# Or via Claude Code plugin marketplace
/plugin marketplace add fluttersdk/ai
/plugin install fluttersdk@fluttersdk-marketplace

What changed

See the commit on main: c9f791f


This release was created automatically by the fluttersdk-registry App when upstream fluttersdk/telescope published an update.

v1.3.4: fluttersdk-artisan @ 0.0.6

28 May 13:01

Choose a tag to compare

Auto-sync of fluttersdk-artisan from fluttersdk/artisan @ 0.0.6 (branch master).

Upstream commit: 06c5f11
Registry version: v1.3.4

Install

# All FlutterSDK skills, all detected AI tools
npx skills add fluttersdk/ai

# Or via Claude Code plugin marketplace
/plugin marketplace add fluttersdk/ai
/plugin install fluttersdk@fluttersdk-marketplace

What changed

See the commit on main: c919b17


This release was created automatically by the fluttersdk-registry App when upstream fluttersdk/artisan published an update.

v1.3.3: fluttersdk-dusk @ 0.0.4

28 May 12:57

Choose a tag to compare

Auto-sync of fluttersdk-dusk from fluttersdk/dusk @ 0.0.4 (branch master).

Upstream commit: 91de02d
Registry version: v1.3.3

Install

# All FlutterSDK skills, all detected AI tools
npx skills add fluttersdk/ai

# Or via Claude Code plugin marketplace
/plugin marketplace add fluttersdk/ai
/plugin install fluttersdk@fluttersdk-marketplace

What changed

See the commit on main: 6610a30


This release was created automatically by the fluttersdk-registry App when upstream fluttersdk/dusk published an update.

v1.3.2: wind-ui @ 1.0.0

27 May 22:02

Choose a tag to compare

Auto-sync of wind-ui from fluttersdk/wind @ 1.0.0 (branch master).

Upstream commit: c88e182
Registry version: v1.3.2

Install

# All FlutterSDK skills, all detected AI tools
npx skills add fluttersdk/ai

# Or via Claude Code plugin marketplace
/plugin marketplace add fluttersdk/ai
/plugin install fluttersdk@fluttersdk-marketplace

What changed

See the commit on main: f698461


This release was created automatically by the fluttersdk-registry App when upstream fluttersdk/wind published an update.

v1.3.1: wind-ui @ 1.0.0

27 May 21:52

Choose a tag to compare

Auto-sync of wind-ui from fluttersdk/wind @ 1.0.0 (branch master).

Upstream commit: 6491a53
Registry version: v1.3.1

Install

# All FlutterSDK skills, all detected AI tools
npx skills add fluttersdk/ai

# Or via Claude Code plugin marketplace
/plugin marketplace add fluttersdk/ai
/plugin install fluttersdk@fluttersdk-marketplace

What changed

See the commit on main: 08367d9


This release was created automatically by the fluttersdk-registry App when upstream fluttersdk/wind published an update.

v1.3.0 — Claude Code Plugin Modernization

27 May 20:02

Choose a tag to compare

v1.3.0 — Claude Code Plugin Modernization

Major restructure of the Claude Code plugin distribution to align with the 2026 plugin spec, with the MCP server now bundled out-of-the-box via HTTP transport.

Highlights

Plugin manifest (.claude-plugin/plugin.json + marketplace.json)

  • $schema references now point at canonical SchemaStore URLs (https://json.schemastore.org/claude-code-{plugin-manifest,marketplace}.json); the previous anthropic.com/claude-code/... URL did not resolve.
  • plugin.json gains homepage (https://fluttersdk.github.io/ai/) and 10 trigger-friendly keywords (flutter, dart, wind-ui, magic-framework, mcp, skills, fluttersdk, ui, framework, sdk).
  • marketplace.json plugins[0] gains matching keywords for marketplace search.
  • Description tightened to be more trigger-friendly.

Bundled MCP server (.mcp.json at plugin root)

  • HTTP transport pointing directly at https://mcp.fluttersdk.com/no Node.js runtime required at startup.
  • Claude Code plugin auto-discovery merges this on plugin install; users no longer edit ~/.claude/.mcp.json manually.
  • Manual config in docs/MCP.md retained as fallback for non-plugin installs.

Command layout (commands/ flat, tool-templates/ split)

  • commands/claude/{flutter-review,flutter-test}.mdcommands/{flutter-review,flutter-test}.md so plugin auto-discovery surfaces them as /fluttersdk:flutter-review and /fluttersdk:flutter-test (instead of the namespaced /fluttersdk:claude:...).
  • Frontmatter added: description, argument-hint, allowed-tools.
  • commands/{cursor,gemini,opencode}/tool-templates/{cursor,gemini,opencode}/. The commands/ directory is now Claude-only; cross-tool templates live under tool-templates/.

CI hardening (.github/workflows/ci.yml)

  • New plugin-validate job runs on every PR touching .claude-plugin/**, .mcp.json, commands/**, tool-templates/**, or scripts/install.sh.
  • Validates plugin.json and marketplace.json against SchemaStore via check-jsonschema==0.37.2.
  • Asserts 3-way version sync: plugin.json.version == marketplace.json.version == marketplace.json.plugins[0].version.
  • Verifies .mcp.json has at least one mcpServers entry and commands/flutter-*.md carry YAML frontmatter.

Installer paths (scripts/install.sh)

  • 8 source-path constants updated to the new tool-templates/ and commands/ flat layout.
  • install_global_claude() message rewritten to print the modern /plugin marketplace add <raw URL> + /plugin install fluttersdk@fluttersdk-marketplace flow.
  • Destinations under .claude/, .cursor/, .gemini/ unchanged.

Docs

  • README.md Claude Code section rewritten — marketplace install + auto-bundle note.
  • CLAUDE.md architecture section now lists commands/, tool-templates/, and .mcp.json as separate inventory entries.
  • docs/MCP.md Claude Code subsection prepended with an auto-bundle note (manual fallback retained).

Compatibility

  • Skill auto-update preservedsync.yml upstream-skill flow continues to work: its jq version bumps still target only .version / .plugins[0].version, leaving all new manifest fields intact. Verified via simulation: a 1.3.0 → 1.3.1 patch bump on the new manifest shape preserves $schema, homepage, keywords, and 10/10 plugins[0].keywords entries.
  • 3-way version sync stays at 1.3.0 across plugin.json, marketplace.json top-level, and plugins[0].version.
  • No breaking changes for existing users — the marketplace install flow continues to work; existing ~/.claude/.mcp.json entries are merged, not overridden.
  • Plugin discovery — slash commands now surface as /fluttersdk:flutter-review / /fluttersdk:flutter-test (previously /fluttersdk:claude:flutter-review).

Install / upgrade

/plugin marketplace add https://raw.githubusercontent.com/fluttersdk/ai/main/.claude-plugin/marketplace.json
/plugin install fluttersdk@fluttersdk-marketplace

Auto-registers 5 skills + 2 slash commands + 1 MCP server.

Commits

  • 7fcd292 docs: marketplace install flow + tool-templates/ paths + auto-bundle note
  • 2e49f80 ci: add plugin-validate job (schema + 3-way version sync)
  • b896856 refactor(install): update 8 source paths + rewrite Claude marketplace message
  • ae4f129 feat(commands): add description + argument-hint + allowed-tools frontmatter
  • b1aa2c5 feat(plugin): modernize plugin.json + marketplace.json to 2026 spec
  • 6066d49 feat(plugin): bundle .mcp.json with HTTP transport to mcp.fluttersdk.com
  • 93f55d1 refactor(commands): flatten Claude commands to plugin root for auto-discovery
  • 8272866 refactor(commands): split cross-tool templates into tool-templates/

v1.2.7: fluttersdk-dusk @ 0.0.4

27 May 13:15

Choose a tag to compare

Auto-sync of fluttersdk-dusk from fluttersdk/dusk @ 0.0.4 (branch master).

Upstream commit: 6f289be
Registry version: v1.2.7

Install

# All FlutterSDK skills, all detected AI tools
npx skills add fluttersdk/ai

# Or via Claude Code plugin marketplace
/plugin marketplace add fluttersdk/ai
/plugin install fluttersdk@fluttersdk-marketplace

What changed

See the commit on main: d33aaa6


This release was created automatically by the fluttersdk-registry App when upstream fluttersdk/dusk published an update.