Skip to main content
ClaudeWave
Skill30k repo starsupdated 3d ago

typescript-sdk

Implement or modify TypeScript SDK behavior in @composio/core or shared TypeScript packages, including tools, toolkits, sessions, auth configs, connected accounts, modifiers, and generated SDK surfaces. Use for TS runtime/API work; pair with typescript-testing for verification and cross-sdk-parity when Python must match.

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

SKILL.md

# TypeScript SDK

Use this skill for TypeScript SDK implementation work.

Read `references/core-sdk.md` before editing `ts/packages/core` or shared TypeScript SDK packages.