map-docs

Installation
SKILL.md

Documentation Link Mapper

Map the navigation structure of documentation websites to understand their hierarchy before creating Claude Code skills.

Purpose

Extract the sidebar/navigation structure from documentation sites, producing a hierarchical tree of sections and subsections with their URLs. This enables systematic skill creation covering each documentation area.

When to Use

  • Before creating skills for a library/framework
  • When needing to understand docs structure
  • When planning comprehensive documentation coverage

Process

Step 1: Fetch the Documentation Page

Use WebFetch to retrieve the documentation page and extract navigation links:

Installs
2
First Seen
Jan 27, 2026
map-docs — davidosemwegie/docmapper