Releases: itamaker/stitch-skill
Releases · itamaker/stitch-skill
Release list
v0.3.0
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
Highlights
- Aligns the bundled runner with the official
@google/stitch-sdkv0.1.1 surface. Default pinned SDK package bumps from@google/stitch-sdk@0.0.3to@google/stitch-sdk@0.1.1. - Adds first-class design system commands wrapping the new
Project.createDesignSystem,Project.listDesignSystems,DesignSystem.update, andDesignSystem.applyAPIs. - Documents the v0.1.1 agent integrations:
stitchToolsfrom@google/stitch-sdk/ai,stitchAdkToolsfrom@google/stitch-sdk/adk, and theStitchProxyMCP server. Lists the typedStitchErrorcodes. - Notes the
STITCH_HOSTenvironment 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-toolcommands and their flags are unchanged. - Pre-existing
.stitch.jsonfiles that pinruntime.sdkPackagekeep their pin. Files that omit it will install0.1.1on next bootstrap.
Install
npx skills add itamaker/stitch-skillsOr 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
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.