← BACK TO THE SHIPS

Super Extraction

Forensic website teardown for Claude Code. Mirrors any site's source, assets and behaviour into a spec complete enough to rebuild it pixel-for-pixel.

AI SkillLive2026
  • Claude Code
  • Open Source
  • Skill

most attempts at "reverse engineer this site" start with a screenshot and end with a guess. every number becomes an eyeball estimate, every animation becomes "about 300ms, probably ease-out", and the rebuild lands in uncanny valley.

this inverts it. source code is truth, screenshots only verify.

the proof is a real teardown: a webgl tarot site loaded 20 pbr textures that appear nowhere in the html. their filenames were built at runtime by string concatenation in javascript. no screenshot reveals those. no dom inspection reveals those. only reading the js does.

the deliverable is a teardown doc, a full local source mirror, and numbered reference screenshots. anything unconfirmable is labelled unverified, and that label survives into the final document. absences are findings too: "no touch handlers, no gyro" is a result, not a gap to paper over.

one rule it will not bend: a mirrored site is a study artifact, not a free asset pack. the art belongs to whoever made it and has to be replaced before anything ships.