NewJerseyStyle/plugin-mcts Skills
(6)Browse AI agent skills from NewJerseyStyle/plugin-mcts for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
mcts
NewJerseyStyle/plugin-mcts
Execute Monte Carlo Tree Search (MCTS-LLM) to solve complex problems through iterative exploration, simulation, and learning. Use this for research questions, planning tasks, and coding challenges that benefit from systematic exploration of solution spaces.
mcts-backpropagate
NewJerseyStyle/plugin-mcts
Execute the BACKPROPAGATION phase of MCTS to update node statistics from leaf to root
mcts-dataset
NewJerseyStyle/plugin-mcts
Manage the MCTS prompt dataset with CRUD operations, import/export, and reset functionality. Use for viewing, editing, backing up, and restoring prompt templates.
mcts-expand
NewJerseyStyle/plugin-mcts
Execute the EXPANSION phase of MCTS to generate new child nodes using LLM as world model
mcts-select
NewJerseyStyle/plugin-mcts
Execute the SELECTION phase of MCTS using UCB1 to traverse from root to a promising leaf node
mcts-simulate
NewJerseyStyle/plugin-mcts
Execute the SIMULATION (rollout) phase of MCTS using LLM as heuristic policy to evaluate a node