aitask-refresh-code-models
Research latest AI code agent models via web and update models_*.json configuration files.
npx skills add majiayu000/claude-skill-registry --skill aitask-refresh-code-models --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## Workflow ### Step 1: Read Current Model Configurations Read all model config files and the project defaults: 1. Use `Glob` to find all `aitasks/metadata/models_*.json` files 2. Read each file to get the current model list per agent 3. Read `aitasks/metadata/codeagent_config.json` to identify which models are configured as defaults for each operation (these will be marked "IN USE" in the change report) Extract the agent name from each filename: `models_claudecode.json` → `claudecode`, `models_geminicli.json` → `geminicli`, etc. ### Step 2: Select Agents to Update Present the discovered agents to the user for selection. Use `AskUserQuestion` (multiSelect): - Question: "Which code agents do you want to refresh models for?" - Header: "Agents" - Options: - "All agents" (description: "Refresh models for all discovered agents") - One option per discovered agent (label: agent name, description: "N models currently configured") If "All agents" is selected, process all discovered agents. Otherwise, process only the selected agents. ### Step 3: Research Latest Models Process each selected agent sequentially. For each agent: 1. **WebSearch** with a targeted query based on the agent (see Res
- Workflow
- Step 1: Read Current Model Configurations
- Step 2: Select Agents to Update
- Step 3: Research Latest Models
- Step 4: Compare Current vs. Discovered
- Step 5: Present Changes to User
- Step 6: Update JSON Files
- Step 7: Verify Research URLs
- Step 8: Commit
- Step 9: Satisfaction Feedback
- Model Naming Convention
- Research URLs
- Claude (Anthropic)
- Gemini (Google)
git add seed/models_claudecode.json seed/models_geminicli.json seed/models_codex.json seed/models_opencode.json git commit -m "ait: Sync refreshed models to seed templates"
What does the aitask-refresh-code-models skill do?
Research latest AI code agent models via web and update models_*.json configuration files.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill aitask-refresh-code-models --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
