Documentation
README
Install / update repowire + skills
Bring an agent session up to full repowire capability. This is an install/update helper run from inside an agent โ it assumes you can run shell commands. (It is not a magical pre-install bootstrap; the repowire package provides the CLI/hooks.)
1. Ensure repowire is installed
repowire --version # already installed?
If missing, install the CLI and set up hooks/MCP:
curl -sSfL https://raw.githubusercontent.com/prassanna-ravishankar/repowire/main/install.sh | sh
repowire setup # daemon, hooks, MCP, service (the supported path)
repowire setup is the source of truth for daemon/hook/MCP/service install โ
this skill never replaces it.
This is the opening of the README. Read the full README on GitHub.