Claude-skill-registry implement-connector

Implement a Python connector that conforms to the LakeflowConnect interface for data ingestion.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/implement-connector" ~/.claude/skills/majiayu000-claude-skill-registry-implement-connector && rm -rf "$T"
manifest: skills/data/implement-connector/SKILL.md
source content

Implement the Connector

Description

This skill helps you implement a Python connector for a data source that conforms to the LakeflowConnect interface. It guides you through implementing all required methods, handling schemas, metadata, and incremental data reading based on the source API documentation.

Instructions

Read and follow prompts/implement_connector.md