Sync chat-ui's model config with the HuggingFace router — add descriptions for new models, flag reasoning-capable ones, enable artifacts for models with 32B+ parameters, and prune deprecated models the router no longer serves. Use when models are released or removed on the router and prod.yaml/dev.yaml need syncing. Triggers on requests like "add new model descriptions", "update models from router", "sync models", "remove deprecated models", "prune models no longer on the router", or when explicitly invoking /sync-models.
$npx -y skills add huggingface/chat-ui --skill sync-modelsInstalls into the current project.
Run `npx skills use "https://github.com/huggingface/chat-ui" --skill "huggingface/chat-ui/sync-models"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/huggingface/chat-ui" that are relevant to the current task. Run `npx skills add "https://github.com/huggingface/chat-ui"` and select the relevant skills, then follow their instructions.