> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sovara-labs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code

> Use the Sovara CLI with Claude Code.

## Guided setup

Run the launcher from the repository that contains the agent:

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
cd agent-dir
sovara setup
```

If Claude Code is the only supported coding assistant installed, it launches
automatically. If Codex is also installed, choose Claude Code when prompted.
The skill is installed globally at `~/.claude/skills/sovara` before launch.

## Install or refresh the skill only

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
sovara install-skill --target claude
```

For project-local installation and example follow-up prompts, see [Assistant
Skill](/cli/assistant-skill).
