CLI/

agentver adopt

Scan for existing skills and config files and bring them under Agentver management. Adds entries to the manifest and lockfile without moving or modifying the original files.

Usage

$ agentver adopt [path]

Arguments

[path]Directory to scan (defaults to current directory)

Options

--globalAlso scan global paths (~/.claude/skills, etc.)
--name <name>Adopt a specific skill by name
--dry-runShow what would be adopted without making changes

Examples

Adopt skills found in the current directory

$ agentver adopt

Also scan global agent skill directories

$ agentver adopt --global

Adopt a specific skill by name

$ agentver adopt --name deploy-checker

Preview what would be adopted

$ agentver adopt --dry-run

Related commands