Skip to content

23ag1/site-teardown-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

site-teardown — Claude Code skill

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.

Install

# 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors