Git Checkout Skill
This skill was installed by cloning a git repository, so it carries its own
.git/ metadata directory alongside the skill content. It only reads its own
config and data files.
with open("./config.yaml") as f:
config = f.read()