When you need to add a new API connector to a project, the best way is to follow the patterns already used in that project. This skill helps you build a connector that matches the existing integration style exactly. You do not need to invent a new architecture from scratch.
You start by studying two or more existing connectors in the repository. You learn their file layout, config schema, auth model, error handling, and test style. Then you build the new connector using the same structure. This makes the new integration feel natural and obvious in the codebase.
The skill covers everything from client code to registration wiring and tests. It is useful for developers adding providers, plugins, or integrations to any project that already has a consistent pattern.
Global
mkdir -p ~/.claude/skills/api-connector-builderProject
mkdir -p .claude/skills/api-connector-builderSource Repository
Lark Openapi Explorerlarksuite/cli
Discover and call native Lark OpenAPIs not covered by existing CLI commands
Supabasesupabase/agent-skills
Add a database auth and APIs to your app with Supabase
Convex Quickstartget-convex/agent-skills
Rapidly set up a Convex backend for new or existing apps with one command
Convex Create Componentget-convex/agent-skills
Create reusable Convex components with isolated tables and clear APIs
Design An Interfacemattpocock/skills
Generate many different interface designs and pick the best one
Notion Apiintellectronica/agent-skills
Automate your Notion workspace with simple API calls
Convexget-convex/agent-skills
Use this router to find the perfect Convex skill for your task
Firecrawl Build Scrapefirecrawl/skills
Extract clean web content from a single URL quickly and reliably