datasource-connectors

Installation
SKILL.md

Datasource Connectors

Guide the user through loading data from any common source into a working dataset. This module is a decision framework, not a library. It tells the LLM what to ask, what to watch for, and how to handle each format's quirks.

When to Use

  • The brief names a data source that is not yet loaded
  • The user says "the data is in X" where X is a file, database, or API
  • The orchestrator's plan includes an Ingest step

When to Skip

  • Data is already loaded (inline table, prior step output, user pasted it)
  • The brief says "data is pre-loaded" or "use this dataframe"

Connector Selection

Related skills
Installs
1
First Seen
2 days ago