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/issue-template" ~/.claude/skills/majiayu000-claude-skill-registry-suggest-a-skill && rm -rf "$T"
manifest:
skills/data/issue-template/SKILL.mdsource content
Skill Information
Skill Name:
Repository URL (if exists):
Category:
- 🧪 Testing & Quality
- 🐛 Debugging & Troubleshooting
- 🤝 Collaboration & Workflow
- ⚙️ Development & Architecture
- 🔒 Security & Performance
- 📚 Documentation & Automation
- 🎯 Meta Skills
Description
Provide a clear, concise description (max 150 characters):
Use Case
When and why would developers use this skill?
Skill Status
- Skill already exists (provide link)
- Skill doesn't exist yet (community-needed)
- I'm willing to build this skill
Additional Context
Add any other context, examples, or screenshots:
Suggested by: @[your-github-username]