AI-Assisted Connector Development
OpenMetadata provides an AI skills toolkit that helps you build connectors faster using your preferred AI coding tool. The skills package includes:- Scaffold tool — Generate JSON Schema, Python boilerplate, and an AI implementation brief with a single command
- Golden standards — 17 connector development standards that AI agents load as context
- Review skill — Multi-agent code review against OpenMetadata patterns
- Research agent — Automated API/SDK discovery for the source you’re building
How It Works
OpenMetadata uses a schema-first architecture. You define one JSON Schema for your connector’s configuration, and that single definition cascades through 6 layers:CONNECTOR_CONTEXT.md file that tells the AI agent exactly what to implement.
Supported AI Tools
| Tool | Features |
|---|---|
| Claude Code | Full skill support: slash commands, parallel sub-agents, SessionStart hooks |
| Cursor | Skills as project rules, standards loading |
| GitHub Copilot | Context files, instruction-based |
| OpenAI Codex | AGENTS.md-based, standards as context |
| Windsurf | Rules-based, standards loading |
| Any AI agent | Read CONNECTOR_CONTEXT.md + reference connector |
Quick Start
Install the skills
Follow the installation guide for your AI tool.
Scaffold the connector
CONNECTOR_CONTEXT.md implementation brief. See the scaffold guide for details.Build with your AI tool