129 lines
2.6 KiB
Markdown
129 lines
2.6 KiB
Markdown
# 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
|
|
|
|
1. Fork the repository
|
|
2. Create a branch (`git checkout -b add-new-skill`)
|
|
3. Edit `README.md`
|
|
4. Commit (`git commit -m 'Add skill: author/skill-name'`)
|
|
5. Push (`git push origin add-new-skill`)
|
|
6. Open a Pull Request
|
|
|
|
## Adding a Skill
|
|
|
|
### Format
|
|
|
|
```markdown
|
|
| **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
|
|
|
|
```markdown
|
|
| **Title** | [](https://url) | Description |
|
|
```
|
|
|
|
### Badges
|
|
|
|
**Docs:**
|
|
```markdown
|
|
[](https://url)
|
|
```
|
|
|
|
**GitHub Docs:**
|
|
```markdown
|
|
[](https://url)
|
|
```
|
|
|
|
**Blog:**
|
|
```markdown
|
|
[](https://url)
|
|
```
|
|
|
|
**Article:**
|
|
```markdown
|
|
[](https://url)
|
|
```
|
|
|
|
### Requirements
|
|
|
|
- ✅ Public (no paywall)
|
|
- ✅ Relevant to Claude Skills
|
|
- ✅ Accurate and current
|
|
|
|
## Adding Videos
|
|
|
|
### Format
|
|
|
|
```markdown
|
|
| **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
|
|
|
|
```markdown
|
|
## 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! 🎉
|