Skip to content

Releases: itamaker/stitch-skill

v0.3.0

Choose a tag to compare

@itamaker itamaker released this 03 Aug 05:57

Bump default @google/stitch-sdk pin from 0.1.1 to 0.3.5. Checked upstream (google-labs-code/stitch-sdk): the documented class surface (Stitch/Project/Screen/DesignSystem/StitchToolClient/StitchProxy) is unchanged between 0.1.1 and 0.3.5 - these were maintenance releases, not API changes. Also documents the toolMap/toolDefinitions static introspection export for offline tool discovery without an API key. Repo renamed from stitch-skills to stitch-skill.

v0.2.0 — @google/stitch-sdk v0.1.1 alignment

Choose a tag to compare

@itamaker itamaker released this 08 May 03:23
3d56fba

Highlights

  • Aligns the bundled runner with the official @google/stitch-sdk v0.1.1 surface. Default pinned SDK package bumps from @google/stitch-sdk@0.0.3 to @google/stitch-sdk@0.1.1.
  • Adds first-class design system commands wrapping the new Project.createDesignSystem, Project.listDesignSystems, DesignSystem.update, and DesignSystem.apply APIs.
  • Documents the v0.1.1 agent integrations: stitchTools from @google/stitch-sdk/ai, stitchAdkTools from @google/stitch-sdk/adk, and the StitchProxy MCP server. Lists the typed StitchError codes.
  • Notes the STITCH_HOST environment variable for endpoint override.

New runner commands

  • list-design-systems --project-id <id>
  • create-design-system --project-id <id> --design-system-file <path> | --design-system-json '{...}'
  • update-design-system --project-id <id> --asset-id <id> --design-system-file <path> | --design-system-json '{...}'
  • apply-design-system --project-id <id> --asset-id <id> --selections-file <path> | --selections-json '[{ id, sourceScreen }]'

Compatibility

  • Backwards compatible: existing generate, edit, variants, download-html, download-image, list-tools, call-tool commands and their flags are unchanged.
  • Pre-existing .stitch.json files that pin runtime.sdkPackage keep their pin. Files that omit it will install 0.1.1 on next bootstrap.

Install

npx skills add itamaker/stitch-skills

Or via the itamaker/skills Claude Code plugin marketplace:

/plugin marketplace add itamaker/skills
/plugin install stitch-skills@itamaker-skills

Full changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@itamaker itamaker released this 24 Mar 07:40

Highlights

  • Published the first standalone release of stitch-skills.
  • Packaged the Google Stitch workflow as its own installable repository.
  • Added Claude plugin metadata for marketplace aggregation and direct installation.

Included

  • The executable Stitch SDK runner and config persistence workflow.
  • Skill references for prompting, SDK usage, DESIGN.md, and configuration.
  • Single-skill installation docs for direct use with the skills installer.