Codeact install
Skill jsturtevant/copilot-codeact-plugin/plugins/codeact/skills/codeact-install
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.From its SKILL.md
npx -y skills add jsturtevant/copilot-codeact-plugin --skill codeact-installAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.0 KB, 169 tokens by cl100k_base, as published. Nobody here has run it
codeact-install
Install or reconfigure the codeact plugin. Detects the best backend, verifies it works, discovers available tools, and writes configuration.
Usage
Run the install script from this skill's directory:
bash "$SKILL_DIR/run.sh"
For global install (applies to all repos):
bash "$SKILL_DIR/run.sh" --global
The script will:
- Auto-detect the best backend (monty or hyperlight)
- Run preflight checks to verify the backend works
- Discover available tools
- Write
.github/instructions/codeact.instructions.md(or$HOME/.copilot/with --global) - Update the codeact agent file
After install, restart the session to load the new configuration.
What ships with it: 1 file
250 B alongside SKILL.md, 1 of them executable
- run.shruns250 B