Skip to main content
ClaudeWave
Skill30k repo starsupdated 3d ago

cross-sdk-parity

Keep TypeScript and Python SDK behavior, generated client usage, public API naming, and docs examples aligned. Use when a change affects both SDKs, when generated client pins move, when comparing TS/Python behavior, or when a backend API contract changed. Do not use for single-language internal-only changes.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ComposioHQ/composio /tmp/cross-sdk-parity && cp -r /tmp/cross-sdk-parity/.agents/skills/cross-sdk-parity ~/.claude/skills/cross-sdk-parity
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Cross-SDK Parity

Use this skill when TypeScript and Python must stay aligned.

Read `references/parity-workflow.md` before changing shared SDK behavior or generated client pins.