2.6 KiB
2.6 KiB
Contributing
This is a curated collection of links to Claude Skills, articles, and videos. We organize links to existing resources, we don't host skills or content.
How to Contribute
- Fork the repository
- Create a branch (
git checkout -b add-new-skill) - Edit
README.md - Commit (
git commit -m 'Add skill: author/skill-name') - Push (
git push origin add-new-skill) - Open a Pull Request
Adding a Skill
Format
| **author/skill-name** | [](https://github.com/author/repo/path) | Description |
Requirements
- ✅ Public repository
- ✅ Working skill
- ✅ Has documentation
- ✅ Relevant to Claude Skills
- ✅ Author prefix included
Adding Articles
Format
| **Title** | [](https://url) | Description |
Badges
Docs:
[](https://url)
GitHub Docs:
[](https://url)
Blog:
[](https://url)
Article:
[](https://url)
Requirements
- ✅ Public (no paywall)
- ✅ Relevant to Claude Skills
- ✅ Accurate and current
Adding Videos
Format
| **Title** | [](https://youtube.com/watch?v=ID) | |
Requirements
- ✅ Public on YouTube
- ✅ Relevant to Claude Skills
- ✅ Good quality
Pull Request
Title Format
- Skill:
Add skill: author/skill-name - Article:
Add article: Title - Video:
Add video: Title - Update:
Update: author/skill-name - Fix:
Fix: description
Template
## Type
- [ ] Skill
- [ ] Article
- [ ] Video
- [ ] Fix
## Checklist
- [ ] Link works
- [ ] Relevant to Claude Skills
- [ ] Formatting correct
- [ ] Added to correct section
- [ ] (Skills) Author prefix included
Important
⭐ This repository:
- Curates links only
- Doesn't host skill code
- Each skill lives in its own repo
📝 Before submitting:
- Verify links work
- Check documentation exists
- Ensure public access
Help
- Check existing issues/PRs
- Open new issue for questions
- Visit skill's repo for skill-specific help
Thank you for contributing! 🎉