onboard-skillslisted
Install: claude install-skill astra-sh/qvr
# Onboard skills with qvr
`qvr` installs **agent skills** (SKILL.md bundles) into a project from one or
more Git **registries**. qvr is agent-agnostic — it installs into whichever agent
target directories you configure (e.g. `.claude/skills/`, `.cursor/rules/`, …).
The lockfile `qvr.lock` (TOML, schema v5) is the only source of truth for what an
agent loads — anything that lands in a managed agent directory without a matching
lock entry is hidden on the next sync. This skill walks discovery → install →
reconcile.
## When to use this
- The user wants to find a skill, add a registry, or install a skill with `qvr`.
- A skill was copied into a managed agent directory by hand and "isn't showing up".
- The user wants a skill available in **every** session (ambient/global), not
just one project.
Do **not** use this for editing/forking a skill (see `fork-and-publish-skill`),
or for reproducing an existing set on another machine (see `reproduce-skill-env`).
## Prerequisites
1. Confirm the CLI is present and note the version (workflows below assume
0.10.x):
```
qvr --version
```
2. Run from the project root where you want `qvr.lock` to live. The lockfile and
the agent-target symlinks are written relative to the current directory.
## Workflow
### 1. Discover what's available
Search already-registered registries (substring match on name/description, with
optional hard filters). At least one of a query, `--tag`, or `--author` is
required:
```
qvr search pdf
qv