jsturtevant

11 mods across 2 repositories, 44 stars between them.

jsturtevant/copilot-codeact-plugin

Skill Claude CodeCodex

Switch codeact to the Hyperlight backend (micro-VM sandbox via WebAssembly, stronger isolation). Use when user wants to switch to hyperlight, needs full Python support, or stronger sandbox isolation.

42 4mo ago A 49 tokens

jsturtevant/copilot-codeact-plugin

Skill Claude CodeCodex

Switch codeact to the Monty backend (Pydantic Monty — minimal Python interpreter in Rust, sub-microsecond startup). Use when user wants to switch to monty, use monty backend, or needs lightweight sandboxing.

42 4mo ago A 56 tokens

codeact-install

03

jsturtevant/copilot-codeact-plugin

Skill Claude CodeCodex

Install or reconfigure codeact. Auto-detects best backend (monty or hyperlight), runs preflight checks, discovers available tools, and writes configuration files. Use when user asks to install, configure, set up, or reconfigure codeact. Supports --global flag for system-wide install.

42 4mo ago A 65 tokens

hyperlight-codeact

04

jsturtevant/copilot-codeact-plugin

Skill Claude CodeCodex

CodeAct via Hyperlight. Use when looping over many files (8+), cross-referencing results from multiple sources, aggregating data across directories, or chaining 5+ dependent tool calls. Collapses N round-trips into one sandboxed Python run via scripts/codeact.py. NOT beneficial for <5 files or simple grep-then-view …

42 4mo ago A 171 tokens

monty-codeact

05

jsturtevant/copilot-codeact-plugin

Skill Claude CodeCodex

CodeAct via Monty. Use when looping over many files (8+), cross-referencing results from multiple sources, aggregating data across directories, or chaining 5+ dependent tool calls. Collapses N round-trips into one sandboxed Python run via scripts/codeact.py. NOT beneficial for <5 files or simple grep-then-view …

42 4mo ago A 182 tokens

execute-code

06

jsturtevant/local-code-interpreter-tool

Skill Claude CodeCodex

Execute JavaScript or Python code in a secure Hyperlight VM sandbox with full isolation. Use this when users request running code, performing calculations, testing algorithms, or demonstrating code behavior with actual output.

2 7mo ago C 42 tokens original MIT