4b0098b754
The old v1 skill worked because context: fork was SILENTLY IGNORED due to Claude Code bug #17283. The skill ran inline in the main conversation. Claude Code 2.1+ fixed the bug and now properly honors fork mode, creating an isolated subagent that ignores all instruction ordering (text output, bash-first, etc.). Fix: remove context: fork so the skill runs inline again, matching the behavior the user knows works. Also restored v1-style instruction flow: parse intent first, then run script, then WebSearch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>