Skip to main content
ClaudeWave
Skill78 repo starsupdated 18d ago

plan-risk

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

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/plan-risk && cp -r /tmp/plan-risk/skills/plan-risk ~/.claude/skills/plan-risk
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

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