skills/stitch-downloader/SKILL.md
Download Stitch (stitch.withgoogle.com) screen screenshots at best quality from `screenshot.downloadUrl` (often `lh3.googleusercontent.com`). Use to normalize googleusercontent size parameters from canvas dimensions, download with curl, optionally verify pixel dimensions, and avoid committing signed URLs.
npx skillsauth add mrclrchtr/skills stitch-downloaderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use scripts/download-googleusercontent.sh to force full-resolution downloads from lh3.googleusercontent.com by appending =w{width}-h{height}.
./skills/stitch-downloader/scripts/download-googleusercontent.sh \
"$SCREENSHOT_URL" \
2560 \
2048 \
"docs/stitch/exports/2026-02-23--p123/wt-01--p123--sabc123--2560x2048.png"
If you have MCP tools for Stitch available, fetch the screenshot.downloadUrl and canvas dimensions first, then download.
screenId:mcp__stitch__list_screens({ projectId: "<project_id>" })mcp__stitch__get_screen({ projectId: "<project_id>", screenId: "<screen_id>", name: "projects/<project_id>/screens/<screen_id>" })width/height with the downloader script.screenshot.downloadUrl) to git.development
Check for available upgrades to the pi coding agent framework by comparing the current `@earendil-works/pi-*` or legacy `@mariozechner/pi-*` version in package.json against releases on `earendil-works/pi`. Use this skill whenever the user asks to upgrade pi, update pi, check pi changelogs/releases, or migrate off the deprecated `@mariozechner/*` packages.
development
You MUST use this before creative OpenSpec work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation, then hands off to the best matching OpenSpec skill or command without managing OpenSpec artifacts.
development
Fetches and normalizes http(s) web pages into clean Markdown for LLM ingestion. Use when a task includes a URL, needs to fetch docs or asks to convert web docs/articles/pages into Markdown for summarizing, quoting, diffing, or saving.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.