Skip to content

Installation

Requirements

  • Python 3.13 or later
  • uv

Install globally

uv tool install skill-trivium

Run without installing

uvx --from skill-trivium trv

CLI alias

echo "alias trv='uvx --from skill-trivium trv'" >> ~/.zshrc

After installation the command is trv.

Operating systems

trivium uses native filesystem paths and supports POSIX systems and Windows. Project installations are stored in <project>/.agents/skills/. Global installations are stored in ~/.agents/skills/, which resolves to the current user's home directory on each operating system. Both defaults can be changed with --dir or TRIVIUM_AGENT_DIR; see Project vs global mode.