Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
hexbee avatar

China Model Selection Guide

  • 19 installs
  • 1 repo stars
  • Updated July 31, 2026
  • hexbee/hello-skills

Recommends among Chinese LLMs (Doubao-Seed-2.0-Code, GLM-5, MiniMax-M2.5, Kimi-K2.5) by input type, task complexity, and constraints, including staged pipelines.

About

A model-routing guide that triages a task by input type and complexity to pick a best-fit Chinese coding model. A developer uses it to choose or stage multiple models across planning, build, and debugging phases.

  • Quick-triage by visual, long-context, or structured-engineering input
  • Tie-break and composite multi-model routing pipeline rules

China Model Selection Guide by the numbers

  • 19 all-time installs (skills.sh)
  • Ranked #10,571 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/hexbee/hello-skills --skill china-model-selection-guide

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs19
repo stars1
Last updatedJuly 31, 2026
Repositoryhexbee/hello-skills

What it does

Recommends among Chinese LLMs (Doubao-Seed-2.0-Code, GLM-5, MiniMax-M2.5, Kimi-K2.5) by input type, task complexity, and constraints, including staged pipelines.

Files

SKILL.mdMarkdownGitHub ↗

China Model Selection Guide

Follow this flow to recommend models. Load references/china-model-selection-guide.md for the full Chinese playbook, scenarios, strengths, and prompt templates.

Quick Triage

Answer two questions first, then give a primary pick.

1. Identify core input type

  • Visual-first input (UI mockups, screenshots, sketches): prefer Doubao-Seed-2.0-Code
  • Very long text or many files (dozens of docs, full codebase): prefer Kimi-K2.5
  • Structured engineering prompts (clear coding requirements, Shell commands): prefer GLM-5 or MiniMax-M2.5

2. Identify task complexity

  • Complex reasoning or autonomous planning (system design, codebase refactor): prefer GLM-5
  • Cross-language engineering (Python/C++, Java/Go): prefer MiniMax-M2.5
  • Clear task but heavy execution (UI-to-code, template generation): prefer Doubao-Seed-2.0-Code

Tie-Break Rules

When multiple models fit, decide in this order.

1. Satisfy hard constraints first: vision, long-context, cross-language, agentic planning 2. Then compare cost and latency: pick better price/performance at similar quality 3. Finally split by phase: allow multi-model routing inside one project

Composite Task Routing

Use this default pipeline.

1. Planning: GLM-5 for architecture, decomposition, interfaces, schema decisions 2. Build:

  • Frontend and visual replication: Doubao-Seed-2.0-Code
  • Backend scripts, cross-language tasks, terminal automation: MiniMax-M2.5

3. Integration debugging: route hard cross-module issues back to GLM-5 4. Documentation handoff: send codebase and large document sets to Kimi-K2.5

Output Format

Always include these in recommendations.

1. Decision: primary model + fallback model 2. Rationale: map to input type, complexity, and constraints 3. Risks: likely weak points and rollback strategy 4. Execution: a ready-to-use prompt draft

References

  • Full guide and examples (Chinese): references/china-model-selection-guide.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.