Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"metadata": {
"description": "Design superpowers for Claude Code — 35 skills that teach your agent to ideate, research trends, generate multi-screen UIs with Stitch MCP, iterate with design systems, and ship to Next.js, Svelte, React, React Native, SwiftUI, or HTML.",
"version": "1.8.0"
"version": "1.9.0"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stitch-kit",
"description": "Design superpowers for Claude Code — 35 skills that teach your agent to ideate, research, generate, iterate, and ship beautiful UIs using Google Stitch MCP.",
"version": "1.8.0",
"version": "1.9.0",
"author": {
"name": "gabelul"
},
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.8.0"
".": "1.9.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.9.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.8.0...stitch-kit-v1.9.0) (2026-03-10)


### New Skills & Features

* enforce minimum 5 screens + component style guide per direction ([c8d7806](https://github.com/gabelul/stitch-kit/commit/c8d78064429acde12135ba120b3cdb5a624807ff))


### Documentation

* align all descriptions with "design superpowers" positioning ([49caa39](https://github.com/gabelul/stitch-kit/commit/49caa3902bd3c5cc12d578f73bfa08166168242c))
* rewrite README with clearer positioning and personality ([6706797](https://github.com/gabelul/stitch-kit/commit/67067977dc172ef3df8ada3759b8d0d07206a400))

## [1.8.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.7.0...stitch-kit-v1.8.0) (2026-03-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@booplex/stitch-kit",
"version": "1.8.0",
"version": "1.9.0",
"description": "Give your coding agent design superpowers — 35 skills that teach AI agents to ideate, research, generate, iterate, and ship beautiful UIs using Google Stitch MCP. Works with Claude Code, Codex CLI, and any MCP-compatible agent.",
"bin": {
"stitch-kit": "./bin/stitch-kit.mjs"
Expand Down