Model guide
模型选择策略和上下文窗口管理指南From its SKILL.md
npx -y skills add testfree2023/airein --skill model-guideAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 222 tokens by cl100k_base, as published. Nobody here has run it
Model Selection & Context Management
Model Selection Strategy
Haiku 4.5 (90% of Sonnet capability, 3x cost savings):
- Lightweight agents with frequent invocation
- Pair programming and code generation
- Worker agents in multi-agent systems
Sonnet 4.6 (Best coding model):
- Main development work
- Orchestrating multi-agent workflows
- Complex coding tasks
Opus 4.5 (Deepest reasoning):
- Complex architectural decisions
- Maximum reasoning requirements
- Research and analysis tasks
Context Window Management
Avoid last 20% of context window for:
- Large-scale refactoring
- Feature implementation spanning multiple files
- Debugging complex interactions
Safe in late context:
- Single-file edits
- Independent utility creation
- Documentation updates
- Simple bug fixes
Build Troubleshooting
If build fails:
- Fix build/type errors with minimal diffs; re-run the project build
- Analyze error messages
- Fix incrementally
- Verify after each fix
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.