AgentSkillsCN

update-models

在 X/Twitter 上搜索实时开发者讨论、产品反馈、社区情绪及专家意见。适用于用户说“x 搜索”、“搜索 x”、“搜索 twitter”、“人们在说什么”或需要最近的 X 讨论作为背景(库发布、API 变更、产品发布、行业讨论)时使用。也适用于研究某个库、框架、API 或产品时,用实时社区信号补充网络搜索——例如“研究 Bun”、“开发者怎么看 Hono”、“Turso 是否已准备好生产”。

SKILL.md
--- frontmatter
name: update-models
description: Re-resolve the model registry by querying OpenAI Codex cache, Google AI API, and Oracle CLI. Use when models feel stale or after a major model release.

Update Models Skill

Goal

Run the model resolution script to refresh the central model registry with the latest available models.

Workflow

  1. Run: cd <sdlc-plugin-dir> && bun run resolve-models
    • Find sdlc-plugin via: Glob(pattern: "**/sdlc-plugin/package.json", path: "~/.claude/plugins")
  2. Read the script output for changes or errors
  3. If models changed, show the user what was updated
  4. Check ~/.codex/config.toml — if its model field doesn't match codex-flagship from the new registry, suggest updating it

Arguments

$ARGUMENTS