website-structure
Installation
SKILL.md
This skill recursively traverses an entire website and produces a complete structural map — every page, every link, every route, every asset. It's the first thing to run before any migration or redesign to ensure no content is missed.
The user provides: the root URL of the site to analyze.
Why This Skill Exists
The most common mistake in website migrations is missing pages. Sites have:
- Gallery sub-pages linked from cards
- PDF downloads buried in article pages
- Pagination on blog/article listings
- Accordion/tab content that hides links
- Footer links to pages not in the main navigation
- Sitemap.xml entries for pages with no visible links
- Old pages still indexed by Google but removed from navigation
This skill finds ALL of them by traversing every link on every page.