Install

Install bestwork hooks into Claude Code

rlaope 926bc61 657 B Updated

File contents

When this skill is invoked, IMMEDIATELY print:

[BW] installing hooks into Claude Code...

Try these in order until one succeeds:

  1. bestwork install (npm global)
  2. node "$(npm root -g)/bestwork-agent/dist/index.js" install (npm global via node)
  3. node "$(ls -d ~/.claude/plugins/cache/bestwork-tools/bestwork-agent/*/dist/index.js 2>/dev/null | tail -1)" install (plugin cache)

If ALL fail, print:

[BW] install failed. Try: npm install -g bestwork-agent && bestwork install

After success, print:

[BW] installed. restart Claude Code to activate.

rlaope/bestwork-agent/tree/main/skills/install commit 926bc61d07

Frequently asked questions

npx skillmds@latest add rlaope/install