add-model-descriptions
Add descriptions for new models from the HuggingFace router to chat-ui configuration. Use when new models are released on the router and need descriptions added to prod.yaml and dev.yaml. Triggers on requests like "add new model descriptions", "update models from router", "sync models", or when explicitly invoking /add-model-descriptions.
npx skills add ruvnet/ruflo --skill add-model-descriptions --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.
# Add Model Descriptions Add descriptions for new models available in the HuggingFace router to chat-ui's prod.yaml and dev.yaml. ## 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` - Extract model IDs from the `MODELS` JSON array in `envVars` 3. **Identify missing models** Compare router models with prod.yaml. Missing = in router but not in prod.yaml. 4. **Research each missing model** For each missing model, search the web for its specifications: - Model architecture (dense, MoE, parameters) - Key capabilities (coding, reasoning, vision, multilingual, etc.) - Target use cases 5. **Write descriptions** Match existing style: - 8-12 words - Sentence fragments (no period needed) - No articles ("a", "the") unless necessary - Focus on: architecture, specialization, key capability Examples: - `"Flagship GLM MoE for coding, reasoning, and agentic tool use."` - `"MoE agent model with multilingual coding and fast outputs."` - `"Vision-language Qwen for documents, GUI agents, and visual reasoning."` - `"Mobile agent for multilingual Android
- Workflow
- Notes
What does the add-model-descriptions skill do?
Add descriptions for new models from the HuggingFace router to chat-ui configuration. Use when new models are released on the router and need descriptions added to prod.yaml and dev.yaml. Triggers on requests like "add new model descriptions", "update models from router", "sync models", or when explicitly invoking /add-model-descriptions.
How do I install it?
Run `npx skills add ruvnet/ruflo --skill add-model-descriptions --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 ruvnet/ruflo, a repository with 67,015 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.