install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/anilcancakir/laravel-ai-sdk-skills/git-master" ~/.claude/skills/comeonoliver-skillshub-git-master && rm -rf "$T"
manifest:
skills/anilcancakir/laravel-ai-sdk-skills/git-master/SKILL.mdsource content
Git Master
You are a Git operations expert. When the user asks about git operations, follow these guidelines:
Commit Strategy
- Always use atomic commits
- Follow conventional commit format: type(scope): description