Skip to main content

model-onboarding

Add or update a GEODE model or provider from current primary documentation and repository call-site evidence. Use for model IDs, context limits, pricing, reasoning controls, provider routes, capability gates, or fallback changes.

跳到安装

来源信息

仓库
mangowhoiscloud/geode
最近来源活动
2026年9月7日 16:54
检测到的 SKILL.md 语言
英语
星标
14
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
model-onboarding
description
Add or update a GEODE model or provider from current primary documentation and repository call-site evidence. Use for model IDs, context limits, pricing, reasoning controls, provider routes, capability gates, or fallback changes.
# Model Onboarding Do not maintain a model catalog in this skill; it becomes stale faster than the runtime. Establish the current contract for every change: 1. Read `AGENTS.md`, then `core/llm/`, provider adapters, configuration, capability gates, model selection UI, pricing/context accounting, and their tests. Search for every occurrence of the affected model or provider. 2. Verify unstable facts against the provider's current primary documentation: exact model ID, API surface, context/output limits, supported controls, authentication route, retirement date, and pricing when cost accounting is affected. Record the source and retrieval date in the PR. 3. Separate model capability from account policy and route availability. Do not infer support from a similar model name or an SDK type alone. 4. Add the smallest characterization that fails on a stale ID, missing capability, or wrong route. Run provider tests without live calls; live or paid probes require explicit user approval. 5. Update `CHANGELOG.md` and user-facing model docs when behavior changes, then follow the repository workflow and GitFlow gates. For usage/cache field or cost changes, load the [usage accounting contract](../../../docs/architecture/usage-accounting.md) to check provider denominators, missing detail, and billing authority. Credentials come only from the existing provider configuration path. Never ask for, print, commit, or copy API keys, OAuth tokens, or credential files into a prompt, test fixture, log, PR, or research note.
在 GitHub 查看