Agent skill
update-models
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.
Install this agent skill to your Project
npx add-skill https://github.com/iamladi/cautious-computing-machine--sdlc-plugin/tree/main/skills/update-models
SKILL.md
Update Models Skill
Goal
Run the model resolution script to refresh the central model registry with the latest available models.
Workflow
- Run:
cd <sdlc-plugin-dir> && bun run resolve-models- Find sdlc-plugin via:
Glob(pattern: "**/sdlc-plugin/package.json", path: "~/.claude/plugins")
- Find sdlc-plugin via:
- Read the script output for changes or errors
- If models changed, show the user what was updated
- Check
~/.codex/config.toml— if itsmodelfield doesn't matchcodex-flagshipfrom the new registry, suggest updating it
Arguments
$ARGUMENTS
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
tdd
TDD enforcement during implementation. Reads `tdd:` setting from CLAUDE.md. Modes - strict (human approval for escape), soft (warnings), off (disabled). Auto-invoked by /implement.
judgment-eval
Evaluates agent judgment quality through scenario-based testing in-conversation. Use when the user wants to test, validate, or stress-test an agent, skill, or command definition — e.g. "test this agent", "evaluate this skill", "does this prompt handle edge cases", "check this agent's judgment", or after writing or modifying any agent/skill/command .md file.
gemini
Use when the user asks to run Gemini CLI for code review, plan review, or big context (>200k) processing. Ideal for comprehensive analysis requiring large context windows. Resolves the latest flagship model from the model registry.
agent-change-walkthrough
Generates a narrative walkthrough of AI-authored code changes. Use after implementation to explain what changed, why, and how it behaves.
finish-branch
interview
Interview me about anything in depth
Didn't find tool you were looking for?