What problem does it solve? When building a data pipeline with dlt, the first challenge is figuring out whether a ready-made connector exists for your data source or whether you need to build a custom REST API pipeline. This Skill removes that guesswork by systematically searching verified sources, dlthub context, and the web to identify the right ingestion path. ## Core Features & Use Cases - Source Classification: Maps requests like databases, files, or REST APIs to the correct dlt core source (sql_database, filesystem, rest_api). - Verified Source Lookup: Runs dlthub pipeline init listing and searches dlthub context to find pre-built, maintained connectors. - Web Validation: Confirms findings against authoritative API documentation and avoids third-party integrators. - Use Case: A user asks to ingest data from Alpaca Markets. The Skill checks verified sources, validates the API endpoints via web search, presents viable options, and asks the user to pick a single endpoint before handing off to pipeline creation. ## Quick Start Ask the assistant to find a dlt source for the API or data provider you want to ingest, for example by saying find a dlt source for stripe payments data.