Marketplace

reasoner

Advanced reasoning with search strategies (beam search, MCTS). WHEN: Complex problem-solving requiring exploration of multiple solution paths, optimization problems, decision trees, when you need scored/ranked reasoning paths. WHEN NOT: Simple linear reasoning (use sequential_thinking), trivial problems, when branching isn't needed.

$ インストール

git clone https://github.com/cyrup-ai/kodegen-claude-plugin /tmp/kodegen-claude-plugin && cp -r /tmp/kodegen-claude-plugin/plugins/kg/skills/reasoner ~/.claude/skills/kodegen-claude-plugin

// tip: Run this command in your terminal to install the skill