map-docs
✓This skill should be used when the user asks to "map documentation links", "extract docs navigation", "get documentation structure", "scrape docs sidebar", or wants to understand the structure of a documentation website before creating skills.
Installation
SKILL.md
Map the navigation structure of documentation websites to understand their hierarchy before creating Claude Code skills.
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.
Use WebFetch to retrieve the documentation page and extract navigation links:
This skill should be used when the user asks to "map documentation links", "extract docs navigation", "get documentation structure", "scrape docs sidebar", or wants to understand the structure of a documentation website before creating skills. Source: davidosemwegie/docmapper.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/davidosemwegie/docmapper --skill map-docs- Source
- davidosemwegie/docmapper
- Category
- ""Writing
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is map-docs?
This skill should be used when the user asks to "map documentation links", "extract docs navigation", "get documentation structure", "scrape docs sidebar", or wants to understand the structure of a documentation website before creating skills. Source: davidosemwegie/docmapper.
How do I install map-docs?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/davidosemwegie/docmapper --skill map-docs Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/davidosemwegie/docmapper
Details
- Category
- ""Writing
- Source
- skills.sh
- First Seen
- 2026-02-01