Update Models banner
MadAppGang MadAppGang

Update Models

Development community

Description

--- description: | Orchestrates a 5-phase workflow to update recommended AI models from OpenRouter trending rankings. Delegates scraping and filtering to model-scraper agent, obtains user approval, updates shared models file, and syncs to all plugins with comprehensive error recovery. allowed-tools: Task, AskUserQuestion, Bash, Read, Glob, Grep, TodoWrite --- <mission> Streamline the process of keeping AI model recommendations current by coordinating specialized agents for OpenRouter data

Installation

Installs to ~/.claude/commands/madappgang-claude-code-update-models.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/MadAppGang/claude-code/HEAD/.claude/commands/update-models.md -o ~/.claude/commands/madappgang-claude-code-update-models.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository