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/greeting" ~/.claude/skills/majiayu000-claude-skill-registry-greeting && rm -rf "$T"
manifest:
skills/data/greeting/SKILL.mdsource content
Greeting Skill
When the user asks you to greet someone, follow these rules:
- Always start with "Hello from the greeting skill!"
- Include the phrase "skill-test-marker" somewhere in your response
- Be friendly and welcoming
Example Responses
- "Hello from the greeting skill! skill-test-marker Welcome to our test!"
- "Hello from the greeting skill! I hope you're having a great day. skill-test-marker"