Discover a data source (REST API, Postgres, MySQL, or local file) and register it with Elliot so its tables and endpoints become queryable. Use as the first step of building a new connector.
$npx -y skills add elibarak12/elliot --skill discover-sourceInstalls into the current project.
Run `npx skills use "https://github.com/elibarak12/elliot" --skill "elibarak12/elliot/discover-source"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/elibarak12/elliot" that are relevant to the current task. Run `npx skills add "https://github.com/elibarak12/elliot"` and select the relevant skills, then follow their instructions.