# OpenCLI Agent Pack: zoxide

Use this when an AI agent needs to work with `zoxide`.

## What this CLI is for
Jump to directories, shell navigation, and history-based cd from the terminal. Built by Ajeet D'Souza.

Best for: jump to directories, shell navigation, and history-based cd from the terminal.

## Agent readiness
Human-first CLI (25/100)
- Supports non-interactive/scripted use.

## Install
```sh
brew install zoxide
```

## Verify before real work
```sh
zoxide --version
```
Expected signal: zoxide responds locally and is ready for the first real command.

## Safe starting commands
```sh
zoxide --version
```

```sh
zoxide init zsh && z src
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.

## Suggested agent instruction
You may use zoxide (`zoxide`) for jump to directories, shell navigation, and history-based cd from the terminal.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
