# Skill Variant Lifecycle SkillBoard treats a skill variant as a reviewed policy relationship plus a file snapshot trail. This is a manual adaptation lifecycle for cases such as `a -> claude.a`, where a human adapts a base skill for a specific agent or workflow and then asks SkillBoard to record, review, approve, or reset that relationship. Variant lifecycle is policy registration. SkillBoard records metadata, snapshots, digests, and workflow preference changes; it does not convert skill bodies, does not rewrite skill bodies, and does not guarantee semantic equivalence of skill bodies. ## Lifecycle commands All examples use the global `skillboard` command. From a clone, replace `skillboard ` with `node bin/skillboard.mjs `. ```bash skillboard variant add --from --capability --workflow --config --skills [--path ] [--mode manual-only|router-only|workflow-auto] [--category ] [--owner-install-unit ] [--dry-run] [--json] skillboard variant fork --from --capability --workflow --path --config --skills [--adapted-for