jsturtevant/copilot-codeact-plugin

Agent skills for GitHub Copilot CLI

42Stars on the repository
5Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

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