Loading...
Loading...
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.
npx skill4agent add davidosemwegie/docmapper map-docsWebFetch the documentation URL with prompt:
"Extract the sidebar/navigation structure. Return a hierarchical list of all documentation sections and subsections with their URLs. Format as:
Section Name → /path
- Subsection 1 → /path/subsection1
- Subsection 2 → /path/subsection2
Include ALL navigation links, preserving parent-child relationships."Getting started
- Installation → /docs/installation
- Quick start → /docs/quickstart
API Reference
- Methods → /docs/api/methods
- Properties → /docs/api/properties