Reverse-engineer any website into a complete build blueprint: tech stack, every visual effect with how it's implemented, the full design system, assets needed, and a section-by-section build plan. It fetches the page source itself (curl → falls back to WebFetch), so you only hand it a URL.
# personal (all projects)
cp -r skills/site-teardown ~/.claude/skills/
# or per-project (travels with the repo)
cp -r skills/site-teardown <your-project>/.claude/skills/Restart Claude Code, then run:
/site-teardown https://example.com
You can also paste raw HTML and ask how a site was built.