What problem does it solve? AI agents often lack access to documentation they were not trained on, forcing users to repeatedly paste context into conversations. This Skill fetches web pages or reads local files and converts them into durable, structured reference documents that any AI workflow can reuse. ## Core Features & Use Cases - Multi-Source Ingestion: Fetch and process web URLs (with sub-page crawling and targeted search) or local files in Markdown, HTML, JSON, YAML, or plain text formats. - Structured Reference Generation: Synthesize sources into a standardized reference format with overview, core concepts, API signatures, usage patterns, configuration tables, best practices, and pitfalls. - Reference Management: List, show, delete, and refresh existing references with an --update mode that re-fetches sources and updates only changed sections. - Use Case: Run the Skill against a library's documentation site to produce a reusable reference file, then have planning and implementation workflows ground their output in that reference instead of relying on model memory. ## Quick Start Ask the AI to create a reference from a documentation URL, for example by providing the docs link and an optional reference name.