How-to
Seed an environment from ~/.claude
Use --inherit when you want global skills/settings as a starting point without sharing the global config dir.
- Ensure you have skills under
~/.claude/skillsand optionally~/.claude/settings.json. - Create with inherit:
cvm create work --inherit - cvm attempts to symlink each skill into
~/.cvm/envs/work/skills/. If linking fails (common on some Windows setups), it copies recursively and continues. settings.jsonis copied (not linked) so later edits stay local to the env.
Credentials are separate. Default create still copies
.credentials.json when present unless you also pass --anonymous.