affaan-m/ECC/docs/ja-JP/skills/api-connector-builder/SKILL.md
api-connector-builder
Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.
- Source repository stars
- 234,327
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-07-27
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
リポジトリネイティブな統合サーフェスを追加する場合に使用します。汎用 HTTP クライアントではありません。
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/api-connector-builder"Inspect the Agent Skill "api-connector-builder" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/docs/ja-JP/skills/api-connector-builder/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
使用するとき
「このプロジェクトの Jira コネクターを構築する」
「このプロジェクトの Jira コネクターを構築する」「既存のパターンに従う Slack プロバイダーを追加する」「この API の新しい統合を作成する」 - 02
ガード レール
リポジトリに既に統合アーキテクチャがある場合は、新しい統合アーキテクチャを発明しないでください。
リポジトリに既に統合アーキテクチャがある場合は、新しい統合アーキテクチャを発明しないでください。ベンダー ドキュメントだけから始めないでください。最初に既存の repo 内コネクターから始めてください。リポジトリがレジストリ ワイヤリング、テスト、およびドキュメントを期待する場合は、トランスポート コードで停止しないでください。 - 03
ワークフロー
少なくとも 2 つの既存のコネクター/プロバイダーを検査して、マップしてください:
ファイル レイアウト抽象化の境界構成モデル
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 60/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 234,327 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | catalog record | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- affaan-m/ECC
- Skill path
- docs/ja-JP/skills/api-connector-builder/SKILL.md
- Commit
- 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
- License
- MIT
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
API コネクター ビルダー
リポジトリネイティブな統合サーフェスを追加する場合に使用します。汎用 HTTP クライアントではありません。
ポイントはホスト リポジトリのパターンと一致することです:
- コネクター レイアウト
- 構成スキーマ
- 認証モデル
- エラー処理
- テスト スタイル
- 登録/発見ワイヤリング
使用するとき
- 「このプロジェクトの Jira コネクターを構築する」
- 「既存のパターンに従う Slack プロバイダーを追加する」
- 「この API の新しい統合を作成する」
- 「リポジトリのコネクター スタイルに一致するプラグインを構築する」
ガード レール
- リポジトリに既に統合アーキテクチャがある場合は、新しい統合アーキテクチャを発明しないでください。
- ベンダー ドキュメントだけから始めないでください。最初に既存の repo 内コネクターから始めてください。
- リポジトリがレジストリ ワイヤリング、テスト、およびドキュメントを期待する場合は、トランスポート コードで停止しないでください。
- リポジトリに新しい現在のパターンがある場合は、古いコネクターをカーゴカルト化しないでください。
ワークフロー
1. ハウス スタイルを学ぶ
少なくとも 2 つの既存のコネクター/プロバイダーを検査して、マップしてください:
- ファイル レイアウト
- 抽象化の境界
- 構成モデル
- 再試行 / ページネーション コンベンション
- レジストリ フック
- テスト フィクスチャと命名
2. ターゲット統合を絞り込む
リポジトリが実際に必要とするサーフェスのみを定義します:
- 認証フロー
- キー エンティティ
- コア読み取り/書き込み操作
- ページネーションとレート制限
- Webhook またはポーリング モデル
3. リポジトリネイティブ レイヤーで構築
一般的なスライス:
- 構成/スキーマ
- クライアント/トランスポート
- マッピング レイヤー
- コネクター/プロバイダー エントリ ポイント
- 登録
- テスト
4. ソース パターンに対して検証
新しいコネクターは、別のエコシステムから インポートされたのではなく、コードベースで明白に見えるはずです。
リファレンス シェイプ
プロバイダー スタイル
providers/
existing_provider/
__init__.py
provider.py
config.py
コネクター スタイル
integrations/
existing/
client.py
models.py
connector.py
TypeScript プラグイン スタイル
src/integrations/
existing/
index.ts
client.ts
types.ts
test.ts
品質チェックリスト
- 既存の repo 内統合パターンに一致します
- 構成検証が存在します
- 認証とエラー処理が明示的です
- ページネーション/再試行動作がリポジトリ規範に従います
- レジストリ/発見ワイヤリングが完成しました
- テストはホスト リポジトリのスタイルを反映しています
- ドキュメント/例がリポジトリで期待されている場合は更新されます
関連スキル
backend-patternsmcp-server-patternsgithub-ops
Alternatives
Compare before choosing
affaan-m/ECC
api-connector-builder
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.
affaan-m/ECC
api-connector-builder
Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.
coreyhaines31/marketingskills
ab-testing
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
event4u-app/agent-config
design-intelligence
Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.