open-metadata/ai-sdk

Bring Semantics to your AI Agents via the OpenMetadata & Collate AI SDK

11Stars on the repository
7Mods indexed here, across every type
19d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

add-sdk-method

01

open-metadata/ai-sdk

Skill Claude CodeCodex

Use when adding a new method, function, or API endpoint to the SDK. Ensures consistent implementation across all SDKs (Python, TypeScript, Java, Rust CLI) with proper types, tests, and naming conventions.

11 19d ago A 49 tokens

add-test

02

open-metadata/ai-sdk

Skill Claude CodeCodex

Use when adding unit or integration tests. Provides test patterns, naming conventions, and fixtures for Python (pytest), TypeScript (vitest), Java (JUnit/Mockito), and Rust.

11 19d ago A 40 tokens

debug-ci

03

open-metadata/ai-sdk

Skill Claude CodeCodex

Use when CI/CD pipeline fails. Provides systematic diagnosis for lint, type, test, and build failures across Python, TypeScript, Java, Rust, and n8n SDKs.

11 19d ago A 40 tokens

dignified-python

04

open-metadata/ai-sdk

Skill Claude CodeCodex

Load ONLY for Python code Use when writing, reviewing, or refactoring Python to ensure adherence to LBYL exception handling patterns, modern type syntax (list[str], str | None), pathlib operations, ABC-based interfaces, absolute imports, and explicit error boundaries at CLI level. Also provides production-tested code…

11 19d ago A 92 tokens

run-integration

05

open-metadata/ai-sdk

Skill Claude CodeCodex

Use when running integration tests against a real Metadata instance. Guides setup of environment variables (AISDKHOST, AISDKTOKEN) and runs tests that make actual API calls.

11 19d ago A 40 tokens

validate-docs

06

open-metadata/ai-sdk

Skill Claude CodeCodex

Use when reviewing or validating documentation. Checks for clarity, completeness, broken links, undefined terms, and ensures beginners can follow guides without prior knowledge of the SDK.

11 19d ago A 36 tokens