Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "api-connector-builder" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/api-connector-builder/SKILL.md 2. Save it as ~/.claude/skills/api-connector-builder/SKILL.md 3. Reload skills and tell me it's ready
Use this when the job is to add a repo-native integration surface, not just a generic HTTP client.
The point is to match the host repository's pattern:
Inspect at least 2 existing connectors/providers and map:
Define only the surface the repo actually needs:
Typical slices:
The new connector should look obvious in the codebase, not imported from a different ecosystem.
providers/
existing_provider/
__init__.py
provider.py
config.py
integrations/
existing/
client.py
models.py
connector.py
src/integrations/
existing/
index.ts
client.ts
types.ts
test.ts
backend-patternsmcp-server-patternsgithub-opsVerify Laravel projects with environment checks, tests, security scans, and release readiness.
Run recursive decision rollouts with visible evidence trails and option comparisons.
Write and review React 18/19 components using modern best practices.
Get production-ready MySQL and MariaDB schema, query, and operations patterns.
Orchestrate end-to-end new feature delivery with research, TDD, review, and gated commits.
Audit Claude skills and commands with quick scans or full stocktakes.