Claude-skill-registry global-installer
Install global dependencies to the system. These are typically installing using `brew`
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/global-installer" ~/.claude/skills/majiayu000-claude-skill-registry-global-installer && rm -rf "$T"
manifest:
skills/data/global-installer/SKILL.mdsource content
Global Installer
Instructions
When installing system packages (ex:
git, gcloud, etc.):
- Use a WebSearch to check how to install the package. Check to see if it can be installed using
brew
- ALWAYS install using
if it's an optionbrew
- If the output of the installation command indicates that the package requires some initialization steps, ask the user for permission to execute it using the AskUserQuestion tool
- After finishing the execution, read
and update it with the installation command and the necessary setup$HOME/Justfile - If the installation updated the
file automatically or if you modified in step 2, add a comment that CLEARLY indicates what package the code is for.zshrc