Jupyter Live Kernel (hamelnb) Gives you a stateful Python REPL via a live Jupyter kernel. Variables persist across executions. Use this instead of when you need to build up state incrementally, explore APIs, inspect DataFrames, or iterate on complex code. When to Use This vs Other Tools | Tool | Use When | |------|----------| | This skill | Iterative exploration, state across steps, data science, ML, "let me try this and check" | | | One-shot scripts needing hermes tool access (web search, file ops). Stateless. | | | Shell commands, builds, installs, git, process management | Rule of thumb: I…