Skip to main content
The Sovara skill teaches coding assistants how to set up an agent repository, record and inspect runs, rerun LLM steps, annotate examples, and manage lessons. Its Repository Setup workflow is the source of truth used by the guided launcher.

Guided repository setup

Run the zero-option launcher from the repository that contains the agent:
The CLI:
  1. detects Codex and Claude Code;
  2. asks which assistant to use when both are installed;
  3. globally installs or refreshes the skill for the selected assistant; and
  4. launches that assistant in the current directory with the setup prompt.
The assistant then inspects the repository, installs the matching SDK, adds a project-owned run and useful trace boundaries, and verifies a representative run. It asks before a paid provider call and finishes with an explanation and exact next command. sovara setup accepts no options. Run it from the directory you want the assistant to modify.

Install the skill without launching setup

Use install-skill for manual, multi-target, or project-local installation: By default, the skill is installed globally. For a project-local install:

Useful prompts after setup

Refresh the skill