概要
This skill equips Claude with specialized patterns and best practices for building production-grade API documentation scrapers. It focuses on using modern Python libraries like httpx for async requests, selectolax for high-speed parsing, and Pydantic for data validation. By implementing multi-strategy extraction and defensive error handling, it ensures that generated scrapers can reliably extract endpoints, parameters, and schemas even from complex or malformed HTML documentation sites.