agentsclimarketplace

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

Install
npx -y skills add jsturtevant/copilot-codeact-plugin --skill codeact-install

Assembled 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:

  1. Auto-detect the best backend (monty or hyperlight)
  2. Run preflight checks to verify the backend works
  3. Discover available tools
  4. Write .github/instructions/codeact.instructions.md (or $HOME/.copilot/ with --global)
  5. 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

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.