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 changesExamples
Adopt skills found in the current directory
$ agentver adoptAlso scan global agent skill directories
$ agentver adopt --globalAdopt a specific skill by name
$ agentver adopt --name deploy-checkerPreview what would be adopted
$ agentver adopt --dry-run