25 lines
1 KiB
Markdown
25 lines
1 KiB
Markdown
# Contributing to Awesome Agent Skills
|
|
|
|
Thank you for your interest in contributing! We welcome new resources that help the community understand and use Agent Skills.
|
|
|
|
## How to Contribute
|
|
|
|
1. Fork the repository.
|
|
2. Create a new branch: `git checkout -b add-resource`.
|
|
3. Add your resource to the appropriate section in `README.md`.
|
|
- Please follow the existing format: `[Title](URL) - Description.`
|
|
- Keep descriptions concise.
|
|
- Ensure the link is valid.
|
|
4. Commit your changes: `git commit -m "Add [Resource Name]"`.
|
|
5. Push to your branch: `git push origin add-resource`.
|
|
6. Submit a Pull Request.
|
|
|
|
## Guidelines
|
|
|
|
- **Relevance**: Ensure the resource is directly related to "Agent Skills" (the `SKILL.md` format) or closely related concepts like progressive disclosure for agents.
|
|
- **Quality**: Link to high-quality, up-to-date content.
|
|
- **No Duplicates**: Check if the resource is already listed.
|
|
|
|
## License
|
|
|
|
By contributing, you agree that your contributions will be licensed under the same license as the project.
|