The Doc Site Analysis skill provides a systematic framework for Claude to dissect API documentation pages, mapping out how endpoints, parameters, and code examples are organized. Instead of just extracting data, it focuses on discovering the underlying HTML architecture—such as index patterns, section boundaries, and CSS selectors—to inform the creation of deterministic web scrapers. This is particularly useful for developers building custom API clients or data integration tools that need to programmatically ingest documentation from various frameworks like Docusaurus, VuePress, or ReadMe.
Key Features
01Framework signature detection for common doc generators
02Detection of code block containers and language hints
03Endpoint index and navigation pattern mapping
04Edge case discovery for inconsistent heading IDs and broken links
05Automated identification of request and response parameter tables
060 GitHub stars