Autocode best-choice

When multiple solutions exist, pick the best one. Explain why in one sentence.

install
source · Clone the upstream repo
git clone https://github.com/ilang-ai/autocode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ilang-ai/autocode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/best-choice" ~/.claude/skills/ilang-ai-autocode-best-choice-105d42 && rm -rf "$T"
manifest: skills/best-choice/SKILL.md
source content

::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 v3.0 | ilang.ai