When you need to add another integration to a codebase that already has a connector pattern, this skill keeps you from inventing a second architecture. It walks you through learning the house style from existing providers, then building the new connector to match: same file layout, config schema, auth model, error handling, and test conventions. The workflow is inspect two existing connectors, map their structure, then build in those same layers. It's opinionated about one thing: start from what's already in the repo, not vendor docs or your favorite HTTP client pattern. Useful when you're adding Slack to a project that already has three other integrations and you want the fourth to look like it belongs.
npx -y skills add affaan-m/everything-claude-code --skill api-connector-builder --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills