What problem does it solve?
Manually implementing new third-party integrations for the Integrate TypeScript SDK requires repetitive boilerplate creation, consistent wiring across core SDK files, and rigorous validation, which is time-consuming and prone to human error.
Core Features & Use Cases
- End-to-end scaffolding: Generates all required integration files including factory, typed client interface, unit tests, and metadata entries.
- Core SDK wiring: Guides updates to central SDK files (client, index, server, metadata) to ensure the new integration is properly registered and accessible.
- Validation and compliance: Includes built-in verification steps to run type checks and test suites, ensuring the new integration meets SDK standards.
- Use case: A developer needs to add a new Sentry integration to the SDK; this skill automates all boilerplate generation, core file updates, and validation to complete the task in minutes instead of hours.
Quick Start
Use the add-integration skill to implement a new GitHub integration for the Integrate TypeScript SDK by providing the integration spec including OAuth URLs, tool names, and default scopes.