Releases: fluttersdk/ai
v1.3.8: fluttersdk-dusk @ 0.0.5
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-marketplaceWhat 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
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-marketplaceWhat 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
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-marketplaceWhat 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
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-marketplaceWhat 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
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-marketplaceWhat 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
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-marketplaceWhat 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
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-marketplaceWhat 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
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-marketplaceWhat 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
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)
$schemareferences now point at canonical SchemaStore URLs (https://json.schemastore.org/claude-code-{plugin-manifest,marketplace}.json); the previousanthropic.com/claude-code/...URL did not resolve.plugin.jsongainshomepage(https://fluttersdk.github.io/ai/) and 10 trigger-friendlykeywords(flutter, dart, wind-ui, magic-framework, mcp, skills, fluttersdk, ui, framework, sdk).marketplace.jsonplugins[0]gains matchingkeywordsfor 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.jsonmanually. - Manual config in
docs/MCP.mdretained as fallback for non-plugin installs.
Command layout (commands/ flat, tool-templates/ split)
commands/claude/{flutter-review,flutter-test}.md→commands/{flutter-review,flutter-test}.mdso plugin auto-discovery surfaces them as/fluttersdk:flutter-reviewand/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}/. Thecommands/directory is now Claude-only; cross-tool templates live undertool-templates/.
CI hardening (.github/workflows/ci.yml)
- New
plugin-validatejob runs on every PR touching.claude-plugin/**,.mcp.json,commands/**,tool-templates/**, orscripts/install.sh. - Validates
plugin.jsonandmarketplace.jsonagainst SchemaStore viacheck-jsonschema==0.37.2. - Asserts 3-way version sync:
plugin.json.version == marketplace.json.version == marketplace.json.plugins[0].version. - Verifies
.mcp.jsonhas at least onemcpServersentry andcommands/flutter-*.mdcarry YAML frontmatter.
Installer paths (scripts/install.sh)
- 8 source-path constants updated to the new
tool-templates/andcommands/flat layout. install_global_claude()message rewritten to print the modern/plugin marketplace add <raw URL>+/plugin install fluttersdk@fluttersdk-marketplaceflow.- 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.jsonas separate inventory entries. docs/MCP.mdClaude Code subsection prepended with an auto-bundle note (manual fallback retained).
Compatibility
- Skill auto-update preserved —
sync.ymlupstream-skill flow continues to work: itsjqversion 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/10plugins[0].keywordsentries. - 3-way version sync stays at 1.3.0 across
plugin.json,marketplace.jsontop-level, andplugins[0].version. - No breaking changes for existing users — the marketplace install flow continues to work; existing
~/.claude/.mcp.jsonentries 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
7fcd292docs: marketplace install flow + tool-templates/ paths + auto-bundle note2e49f80ci: add plugin-validate job (schema + 3-way version sync)b896856refactor(install): update 8 source paths + rewrite Claude marketplace messageae4f129feat(commands): add description + argument-hint + allowed-tools frontmatterb1aa2c5feat(plugin): modernize plugin.json + marketplace.json to 2026 spec6066d49feat(plugin): bundle .mcp.json with HTTP transport to mcp.fluttersdk.com93f55d1refactor(commands): flatten Claude commands to plugin root for auto-discovery8272866refactor(commands): split cross-tool templates into tool-templates/
v1.2.7: fluttersdk-dusk @ 0.0.4
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-marketplaceWhat changed
See the commit on main: d33aaa6
This release was created automatically by the fluttersdk-registry App when upstream fluttersdk/dusk published an update.