Claude-skill-registry gcp-copy

TODO

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.md
source content

description: git commit and push

// turbo

  1. Add all changes to git
git add .
  1. Prompt the user for a commit message if one wasn't provided, otherwise use the provided context.

  2. Commit the changes

git commit -m "commit message"
  1. Push the changes to the remote repository
git push
gcp-copy — OpenSkillIndex