From agentops
Reinstalls AgentOps skills from latest GitHub repo source using bash installer, globally across all Claude agents. Use for updates or failure recovery.
npx claudepluginhub boshu2/agentops --plugin agentopsThis skill uses the workspace's default tool permissions.
> **Purpose:** One command to pull the latest skills from the repo and install them globally across all agents.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Purpose: One command to pull the latest skills from the repo and install them globally across all agents.
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
bash <(curl -fsSL https://raw.githubusercontent.com/boshu2/agentops/main/scripts/install.sh)
Run this command. Wait for it to complete.
Confirm the output shows all skills installed with no failures.
If any skills failed to install, report which ones failed and suggest re-running the installer. If the failure is isolated to one skill, tell the user to inspect the target agent's installed skill or plugin directory and restore just that skill from the latest repo copy.
# Retry the full installer:
bash <(curl -fsSL https://raw.githubusercontent.com/boshu2/agentops/main/scripts/install.sh)
Tell the user:
User says: /update
What happens:
Result: All AgentOps skills are updated to the latest version and available globally across all agent sessions.
User says: /update (after a previous run failed for some skills)
What happens:
Result: 48 skills installed successfully, with clear instructions to retry the installer and recover the 2 failed skills from the latest repo copy if needed.
| Problem | Cause | Solution |
|---|---|---|
curl: command not found | curl is not installed | Install curl via your package manager |
| Download fails | Network or GitHub unreachable | Check connectivity; retry |
| Individual skills fail | Permissions issue in the agent's install or plugin directory | Fix permissions on the target agent's install home, then re-run /update |
| Skills not available after install | Agent session not restarted | Restart your agent session |
EACCES: permission denied | Restrictive permissions on the install target | Fix permissions on the install target, then re-run /update |