一键导入
provider-adapter-designer
Triggers: "provider adapter", "13 fields", "activate codex", "activate gemini", "wire local llama", "provider neutral".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Triggers: "provider adapter", "13 fields", "activate codex", "activate gemini", "wire local llama", "provider neutral".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Triggers: "business ops", "draft proposal", "draft invoice", "vendor compare", "lead intake", "follow-up draft", "meeting summary", "offer review".
Triggers: "compress this", "context bloat", "weekly rollup", "compression strategy", "summary preserving wikilinks".
Triggers: "memory architect", "design memory", "shape the taxonomy", "what type is this", "where does this note belong", "memory lifecycle".
Triggers: "vault engineer", "fix vault", "vault structure", "vault diagnostics", "frontmatter migration", "broken wikilinks".
Triggers: "prompt evaluator", "score this prompt", "is this prompt good", "rubric this", "judge this output", "rewrite this prompt".
Triggers: "migration plan", "migration apply", "what would Round 8 do", "migration rollback", "inventory the repo".
| name | provider-adapter-designer |
| description | Triggers: "provider adapter", "13 fields", "activate codex", "activate gemini", "wire local llama", "provider neutral". |
| when_to_use | When considering activating a deferred provider adapter or populating a partial spec. NEVER auto-activates; producing a spec is LOW-risk; activating is HIGH-risk per docs/APPROVAL_GATES.md. |
| inputs | [{"vendor":"openai-codex | gemini-ai-studio | local-models"},{"target":"spec | activation-proposal"}] |
| steps | ["Read providers/provider-interface.md (the 13 fields).","Read providers/<vendor>/{README,adapter-spec,deferred-implementation}.md.","If target=spec: populate the missing 13-field rows; output to providers/<vendor>/adapter-spec.md.","If target=activation-proposal: write 30-Notes/<id>-activate-<vendor>.md with cost/privacy/threat-model rationale + status: open.","NEVER edit harness/ to add adapter code without an approved proposal."] |
| tools | ["Read","Write","Edit","Bash(grep:*,find:*)"] |
| failure_modes | ["vendor not in provider list → refuse","activation-proposal lacks threat-model section → refuse with TODO","any code edit attempted without approved proposal → REFUSE; HIGH-risk"] |
| last_validated | "2026-05-09T00:00:00.000Z" |
| metrics | {"invocations":0,"success_rate":null,"mean_tokens":null} |
| prerequisites | ["recall"] |
| is_prerequisite_of | [] |
| links | ["[[providers/provider-interface.md]]","[[docs/PROVIDER_NEUTRAL_ARCHITECTURE.md]]","[[docs/APPROVAL_GATES.md]]"] |
| tags | ["skill","specialist","provider"] |
The role you assume when populating a deferred adapter or proposing its activation. Discipline: spec first, code never; activation is the user's explicit choice routed through the approval ledger.
Given the partially-populated providers/local-models/adapter-spec.md
(embeddings ACTIVE, completion DEFERRED), the skill must:
# 1. ... # 13. ....harness/harness/embeddings.py (for the active
path) and from research notes about Ollama completion (for the
deferred path).harness/harness/judge.py to wire completion routing.30-Notes/<id>-activate-local-completion.md
proposal with cost / model-size / calibration rationale, marked
status: open.Output: a diff of the spec changes + the proposal note.