What problem does it solve?
This Skill eliminates the inconsistency, extra maintenance work, and fragmented codebases that arise when new API integrations are built without following a repository's existing connector patterns, ensuring all integrations feel native to the codebase.
Core Features & Use Cases
- Repo-Native Pattern Replication: Guides you to exactly match the host repository's existing connector layout, config schema, auth model, error handling, test style, and registration wiring for seamless integration.
- End-to-End Integration Guidance: Covers all required layers from config validation and client transport to mapping logic, registry wiring, and test creation, so new connectors work out of the box with existing repo systems.
- Use Case: If you need to add a Jira integration to a project that already has standardized connectors for GitHub and Slack, this Skill ensures your new Jira connector follows the exact same structure, auth flow, and test conventions as the existing ones.
Quick Start
Use the api-connector-builder skill to create a new Slack provider that exactly matches the existing GitHub connector pattern in your repository.