.Codex
.Codex from airbytehq/airbyte-agent-sdk.
Skills in this plugin
3- ▌ Bootstrapping Agent · airbytehq bundleWires up an Airbyte connector for use in a PydanticAI or Claude SDK agent, or any other framework via agent_tool. Generates auth config, connector initialization, and tool_utils- or agent_tool-decorated tool functions. Use when adding a connector to an agent or setting up a new agent with a connector.
- ▌ Airbyte Sdk Reference · airbytehq bundleReference documentation for the Airbyte per-connector typed SDK packages
- ▌ Building Multi Connector Agent · airbytehq bundleBuilds a complete agent with multiple Airbyte connectors using PydanticAI or Claude SDK. Scaffolds project structure, wires up connectors, composes tools, and creates a run loop. Use when building an agent with multiple connectors or scaffolding a new agent project.