Model guide
Light as air, firm as law. Spec-driven AI coding with hooks.
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.
2 things to look at
- 28 days oldThe repository was created 28 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
模型选择策略和上下文窗口管理指南
SKILL.md
1.1 KB, 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