From airbyte-agent-sdk
Provides reference for Airbyte SDK API like configure(), connect(), Workspace; connector discovery; PydanticAI agent wiring; Claude SDK patterns.
npx claudepluginhub airbytehq/airbyte-agent-sdk --plugin airbyte-agent-sdkThis skill uses the workspace's default tool permissions.
Reference documentation for the Airbyte per-connector typed SDK packages. Use for SDK API details, PydanticAI patterns, and Claude SDK patterns.
Discovers available Airbyte connectors, explores their entities/actions/schemas, and checks auth requirements for data integration.
Plans DataHub connectors by classifying source systems, researching via agent or inline, and generating _PLANNING.md blueprints with entity mappings and architecture decisions. For new connector design or source research.
Guides Claude Agent SDK development in TypeScript/Python: auth, sessions, custom tools, permissions, prompts, tracking via docs-management delegation.
Share bugs, ideas, or general feedback.
Reference documentation for the Airbyte per-connector typed SDK packages. Use for SDK API details, PydanticAI patterns, and Claude SDK patterns.
configure(), connect(), Workspace, tool_utils, list_entities(), entity_schema().