taste-design-stitch
Catalogue stub — full skill: google-labs-code/stitch-skills
Decision tree
Is the full skill already installed? Check whether the skill at this location still has a
das:block:- Global:
grep -q "^das:" ~/.agents/skills/taste-design-stitch/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - Project:
grep -q "^das:" .agents/skills/taste-design-stitch/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - No
das:block → full skill installed, invoke it and proceed das:block present → go to step 2
- Global:
Detect scope, then install:
To detect scope:
[ -e ~/.agents/skills/taste-design-stitch ] && echo "global" || echo "project"Global (installed with
-g):npx skills add google-labs-code/stitch-skills --skill taste-design-stitch -g -yProject (installed without
-g):npx skills add google-labs-code/stitch-skills --skill taste-design-stitch -yClaude Code: send either command as a chat message starting with
!to run it without leaving the conversation.
Invoke after install
- Skill name:
taste-design-stitch - Trigger phrases: "taste design", "stitch taste", "improve stitch UI", "stitch aesthetics"
What it does
Applies aesthetic judgment and design taste to Google Stitch UI output. Pushes generated interfaces past generic AI defaults — opinionated choices on spacing, typography, color, and visual hierarchy that make Stitch output feel crafted rather than computed. Part of Google Labs' official Stitch skills ecosystem.