Slash Commands

Slash Commands

After installing Bearing, these slash commands are available in Claude Code.

Available Commands

CommandDescription
/worktree-statusCheck invariants and display worktree table

Usage

In Claude Code, type:

/worktree-status

Claude will run the status check and show:

How It Works

Slash commands are defined as “skills” in Bearing’s skills/ directory. The installer creates symlinks so Claude Code can find them.

Adding Custom Commands

Skills are markdown files with embedded prompts. See bearing/skills/ for examples.