sync-models Skill
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. Tr Published by huggingface in chat-ui.
What is sync-models Skill?
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. Tr Published by huggingface in chat-ui. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Design and media
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use sync-models Skill
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/chat-ui
- Skill file: .claude/skills/sync-models/SKILL.md
What it does
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. Tr
Skill instructions
Sync Models Add descriptions for new models available in the HuggingFace router to chat-ui's prod.yaml and dev.yaml. Also flag models that support the OpenAI-compatible reasoningeffort parameter so chat-ui shows the thinking-effort selector for them, and enable artifacts for models with 32B or more total parameters. Finally, prune deprecated models — entries in the config whose ids the router no longer returns. The comparison runs in two directions: - Missing = in the router but not in the config → add them (steps 4–8). - Deprecated = in the config but no longer in the router → remove them (step 9). Both directions share the same source of truth: whatever https://router.huggingface.co/v1/models returns right now. Workflow 1. Fetch models from router WebFetch https://router.huggingface.co/v1/models Extract all model IDs from the response. 2. Read current configuration - Read chart/env/prod.yaml (and chart/env/dev.yaml — the two share the same model set) - Extract model IDs from the MODE
Explore related resources
Frequently asked questions
What is sync-models?
sync-models is a open-source AI agent skill with Copy skill directory. 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.
Who is sync-models best for?
sync-models is best for reusing agent instructions, scripts, and references, design and media workflows.
How do I install sync-models?
Install or run sync-models using Copy skill directory. Check sync-models for the latest setup command.
Is sync-models actively maintained?
sync-models may need a closer maintenance check before production use.
Auto-fetched from GitHub.