AI AGENT ADDONS

Api Connector Builder

affaan-m/ecc
Backend & APIs
783installs

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.

Add Api Connector Builder skill to your workflow

Global

mkdir -p ~/.claude/skills/api-connector-builder

Project

mkdir -p .claude/skills/api-connector-builder

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago