Генерация коннектора Snowflake для crowd.dev
integration
scaffold-snowflake-connector is a Claude Code skill that generates all the code required to add a new data source to the Snowflake Connector layer of crowd.dev. A single run covers up to 11 touch points: platform and organization enums, activity type definitions, a SQL migration, source registration, and the per-source buildSourceQuery.ts and transformer.ts files containing business logic. The workflow spans five phases — initial questions, schema collection, auto-derived mapping confirmation, file generation, and testing — with explicit user approval required before any file is written to disk. Context detection runs automatically at startup: the skill locates the crowd.dev repository by checking for a known integration index file and, if needed, prompts for the path to a local clone. It is designed for TypeScript developers integrating new platforms or data sources into crowd.dev's snowflake-connector infrastructure.
- #snowflake
- #connector
- #data-source
- #scaffolding
- #typescript