← ClaudeAtlas

onboard-skillslisted

Discovers and installs agent skills into a project (or the user-global lane) with the qvr CLI, treating qvr.lock as the single source of truth. Use when a user wants to find, add, register, or install skills from a skills registry or GitHub repo with qvr — e.g. "register a skill registry", "search for a qvr skill", "qvr add this skill", "install a skill globally", or "why is my skill not loading after I dropped it into the agent's skills directory". Covers registry add, search, the one-step add github.com/org/repo/skill form, --global, and sync.
astra-sh/qvr · ★ 2 · AI & Automation · score 71
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