agentsclimarketplace

Model guide

Skill testfree2023/airein/skills/model-guide

Light as air, firm as law. Spec-driven AI coding with hooks.

Install
npx -y skills add testfree2023/airein --skill model-guide

Assembled 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:

  1. Fix build/type errors with minimal diffs; re-run the project build
  2. Analyze error messages
  3. Fix incrementally
  4. Verify after each fix

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.