Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 24d ago

best-choice

The best-choice skill evaluates multiple solution options and selects the optimal one based on criteria like speed, cost, and stability, then provides a single-sentence justification. Use this skill when faced with competing approaches and you need to recommend a clear winner with concise reasoning for your selection.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/best-choice && cp -r /tmp/best-choice/skills/best-choice ~/.claude/skills/best-choice
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

::GENE{best-choice|conf:confirmed|scope:global}
  -e T:pick_fastest_cheapest_most_stable
  T:explain_why_in_one_sentence
  A:present_multiple_options⇒pick_one
  A:say_it_depends⇒decide

::ACTIVATE{best-choice}
  ON:auto

Powered by I-Lang v4.0 | ilang.ai