The Empirical CLI lets you - or your local coding agents - work with Empirical from the terminal. The CLI also bundles an agent skill that can be configured for common coding agents (Claude Code and Codex).Documentation Index
Fetch the complete documentation index at: https://docs.empirical.run/llms.txt
Use this file to discover all available pages before exploring further.
Install
In your terminal, run:~/.empirical/bin to your shell PATH. In case you skipped it, run:
Agent skill
The Empirical skill teaches compatible local coding agents how to use theempirical command.
By default, the CLI installation flow configures the skill. To install it manually, run :
Commands reference
- User auth
empirical loginauthorizes the CLI with Empirical.empirical logoutclears local CLI authorization.empirical whoamiprints the current authenticated account.
- Version and upgrade
empirical versionprints the installed CLI version.empirical upgradeupgrades to the latest published CLI version.
- Agent skill
empirical skill installinstalls the EmpiricalSKILL.mdfor local coding agents.