Pause design-stealer

Design Stealer

install
source · Clone the upstream repo
git clone https://github.com/cdeistopened/Pause
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/cdeistopened/Pause "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/design-stealer" ~/.claude/skills/cdeistopened-pause-design-stealer && rm -rf "$T"
manifest: .claude/skills/design-stealer/skill.md
source content

Design Stealer

Copies an existing landing page (from URL or image) into a specified page in the codebase using Playwright MCP. Iteratively refines the implementation until it matches the reference design and interactions as closely as possible. Use when the user wants to copy/reference/steal an existing landing page/url to replicate in their app