Agent skill
china-model-selection-guide
China model selection and task-routing guide for Doubao-Seed-2.0-Code, GLM-5, MiniMax-M2.5, and Kimi-K2.5. Use when users need to choose the best-fit model by input type, task complexity, engineering constraints, and delivery goals, including staged multi-model workflows.
Install this agent skill to your Project
npx add-skill https://github.com/hexbee/hello-skills/tree/main/skills/china-model-selection-guide
SKILL.md
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.
- 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-5orMiniMax-M2.5
- 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.
- Satisfy hard constraints first: vision, long-context, cross-language, agentic planning
- Then compare cost and latency: pick better price/performance at similar quality
- Finally split by phase: allow multi-model routing inside one project
Composite Task Routing
Use this default pipeline.
- Planning:
GLM-5for architecture, decomposition, interfaces, schema decisions - Build:
- Frontend and visual replication:
Doubao-Seed-2.0-Code - Backend scripts, cross-language tasks, terminal automation:
MiniMax-M2.5
- Integration debugging: route hard cross-module issues back to
GLM-5 - Documentation handoff: send codebase and large document sets to
Kimi-K2.5
Output Format
Always include these in recommendations.
- Decision: primary model + fallback model
- Rationale: map to input type, complexity, and constraints
- Risks: likely weak points and rollback strategy
- Execution: a ready-to-use prompt draft
References
- Full guide and examples (Chinese):
references/china-model-selection-guide.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
analogy-commentary
Turn source content into a familiar analogy framework, then produce concise commentary angles and a short take. Use when the user asks whether a post, article, speech, or idea is “like” a known story, theory, faction, historical pattern, or strategic lens.
deep-productivity
Master deep work productivity through the three types of work framework (Building, Maintenance, Recovery). Use when user needs to: (1) Build a sustainable deep work routine with just 1 hour/day, (2) Create vision/anti-vision for life direction, (3) Structure goals using the 10-year → 1-year → 1-month → 1-week hierarchy, (4) Apply project-based learning to bridge skill gaps, (5) Identify lever-moving tasks that actually progress goals, (6) Balance focus work with necessary recovery for creativity.
multi-agent-systems
Design and implement multi-agent LLM architectures using the orchestrator-subagent pattern. Use when: (1) Deciding whether to use multi-agent vs single-agent systems, (2) Implementing context isolation for high-volume operations, (3) Parallelizing independent research tasks, (4) Creating specialized agents with focused tool sets, (5) Building verification subagents for quality assurance, or (6) Analyzing context-centric decomposition boundaries.
agent-first-product-strategy
Reframe AI product and SaaS strategy from human-user assumptions to agent-first execution. Use when redefining product positioning, success metrics, API/docs priorities, go-to-market, or roadmap decisions for an AI-native market where agents are primary software users.
claim-ledger
将研究与写作中的主张转成“Claim-Evidence-Boundary”可核验账本。用于在产出前强制补齐证据、反证、边界与可发布性判断,防止无依据断言并提升复用性。
debog-yourself
Help users identify and escape psychological traps that are holding them back. Use when user feels stuck, unable to progress, facing a deadlock, or experiencing decision paralysis. Provide diagnostic frameworks and specific strategies to help users understand which trap pattern they're in and find a path forward.
Didn't find tool you were looking for?