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/demo-skill" ~/.claude/skills/majiayu000-claude-skill-registry-demo-skill && rm -rf "$T"
manifest:
skills/data/demo-skill/SKILL.mdsource content
Demo Skill
This is an example skill showing how skills from plugins are loaded.
Instructions
When invoked:
- Review the documentation structure
- Suggest improvements
- Check for consistency