# Model Research

> Research latest Claude models and update selection guide — run when new models drop or periodically to stay current

- Skill: `shenxingy/model-research-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add shenxingy/model-research-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shenxingy/model-research-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: shenxingy (https://skillmd.com/u/shenxingy)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/shenxingy/model-research-2

---


# Model Research Skill

Searches the web for latest Claude model information, compares benchmarks and pricing, then updates the model selection guide.

## What it does

1. Searches for latest Claude model announcements, benchmarks, and pricing
2. Compares against the current guide in `docs/reference/models.md`
3. Shows what changed (new models, price changes, benchmark updates)
4. With `--apply`: updates `models.md`, `session-context.sh` model guidance, and `batch-tasks/prompt.md` model assignment

## Usage

```
/model-research              # Research + show diff (no changes written)
/model-research --apply      # Research + update all configs
```

