1 KiB
1 KiB
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
- Fork the repository.
- Create a new branch:
git checkout -b add-resource. - 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.
- Please follow the existing format:
- Commit your changes:
git commit -m "Add [Resource Name]". - Push to your branch:
git push origin add-resource. - Submit a Pull Request.
Guidelines
- Relevance: Ensure the resource is directly related to "Agent Skills" (the
SKILL.mdformat) 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.