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/data-stuff" ~/.claude/skills/majiayu000-claude-skill-registry-data-stuff && rm -rf "$T"
manifest:
skills/data/data-stuff/SKILL.mdsource content
Data Stuff
This skill helps with data.
Instructions
Do data things. Make sure data is good.
Use pandas or whatever.