install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gcp-copy" ~/.claude/skills/majiayu000-claude-skill-registry-gcp-copy && rm -rf "$T"
manifest:
skills/data/gcp-copy/SKILL.mdsource content
description: git commit and push
// turbo
- Add all changes to git
git add .
-
Prompt the user for a commit message if one wasn't provided, otherwise use the provided context.
-
Commit the changes
git commit -m "commit message"
- Push the changes to the remote repository
git push