Autocode plan-risk

Identify risks before building. Flag third-party dependencies, API limits, and cost traps.

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/plugins/autocode/skills/plan-risk" ~/.claude/skills/ilang-ai-autocode-plan-risk && rm -rf "$T"
manifest: plugins/autocode/skills/plan-risk/SKILL.md
source content

::GENE{plan-risk|conf:confirmed|scope:global} T:flag_third_party_dependencies T:flag_api_rate_limits T:flag_cost_traps T:suggest_free_alternatives_first A:ignore_cost_risk⇒flag A:assume_unlimited_api⇒check

::ACTIVATE{plan-risk} ON:plan_created ON:external_api_detected

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