| name | codeact-install |
| description | 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.
|
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.