- Live skill:
~/.hermes/skills/software-development/scripts-python/ - Git package (source of truth):
~/.hermes/projects/scripts-python/= GitHub repo (not a second live install) - Profiles load the skill via
config.yamlskills.external_dirs(auto load + version-bump rewrites) - Skill version 1.0.0
- Edit/test in the git repo:
~/.hermes/projects/scripts-python/skills/software-development/scripts-python/ - Commit + push:
cd ~/.hermes/projects/scripts-python && git push - Sync out to the live skill:
rsync -a --delete \
~/.hermes/projects/scripts-python/skills/software-development/scripts-python/ \
~/.hermes/skills/software-development/scripts-python/The git repo is edited first; the live skill is a mirror produced by rsync.