setup-loopbench

Installs, repairs, and audits the standalone Loopbench CLI for the loopbench-skills plugin.

1|Updated Jul 30, 2026
One-click install
npx skills add https://github.com/hideh1231/loopbench --skill setup-loopbench-hideh1231
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-loopbench
Source: https://github.com/hideh1231/loopbench/tree/main/extras/host-plugin/skills/setup-loopbench
Command: npx skills add https://github.com/hideh1231/loopbench --skill setup-loopbench-hideh1231

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? The loopbench-skills plugin depends on a standalone loopbench CLI that may be missing, outdated, or incompatible with the plugin version. This Skill inspects the environment without changing anything, obtains explicit user approval, and installs or repairs the CLI from the bundled, hash-verified wheel. ## Core Features & Use Cases - Read-only environment inspection: Runs setup_cli.py plan to report uv availability, installed CLI version, compatible version range, bundled wheel SHA-256, and executable paths before any change. - Approval-gated installation: Shows the exact uv tool install command and change targets, asks one explicit yes/no question, and only installs after explicit approval, verifying the wheel hash and all three executables afterward. - Post-update auditing: Uses loopbench upgrade plan --all and skill-authority plan to find and migrate project Skills copied from older official releases, never overwriting modified or unknown copies. - Use Case: After installing the loopbench-skills plugin, you ask the agent to set up Loopbench. The Skill checks your machine, shows the exact install command and targets, waits for your yes, installs the CLI, and then audits your projects for outdated Skill copies. ## Quick Start Ask the agent to set up or repair the Loopbench CLI for the loopbench-skills plugin and approve the shown installation plan.

Frequently Asked Questions about setup-loopbench

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install the Loopbench CLI for the loopbench-skills plugin?

Ask the agent to set up Loopbench. The Skill runs a read-only plan showing the exact uv tool install command, bundled wheel hash, and affected paths, then installs only after your explicit yes. It verifies loopbench --version and all three executable paths afterward.

What are the requirements to set up the Loopbench CLI?

You need Python 3.11 or newer and uv installed on your machine. The Skill inspects both before acting; if uv is missing it explains the prerequisite and stops rather than installing uv on your behalf.

Does the Loopbench setup run automatically when the plugin is installed?

No. The Skill explicitly does not install or update the CLI when the plugin is merely installed, loaded, or enabled. It only triggers when you explicitly ask to install, update, or repair Loopbench, or when a requested workflow cannot run.

Why does Loopbench report restart-required after installation?

This happens when installation succeeded but the current host cannot see the uv executable directory on PATH. The fix is to restart the host after correcting or inheriting that PATH; the Skill does not reinstall in this case.

Will upgrading Loopbench overwrite my modified project Skills?

No. The upgrade plan only targets Skills whose entire tree exactly matches a recorded official release. Copies marked modified or unknown are never overwritten, and linked worktrees and submodules are reported but skipped.