Thank you for your interest in contributing to Antigravity Skills! We welcome contributions from the community to help make agents more capable and professional.
To contribute a new skill, please follow these steps:
- Fork the repository and create a new branch for your skill.
- Use the Template: Copy the contents of
template/SKILL.mdto a new directory underskills/YOUR_SKILL_NAME/SKILL.md. - Follow the Specification: Ensure your skill follows the guidelines in
spec/Specification.md. - Implement Logic: Add any necessary Python scripts, JavaScript, or other resources in your skill's directory.
- Test Your Skill: Verify that the skill works as expected in a compatible environment (e.g., Claude Code, Antigravity, or Cursor).
- Update the Index: Run the indexing script or ensure your skill is added to
skills_index.json.
We value clear documentation. You can improve existing manuals, README files, or add examples to current skills.
- Technical manuals are located in the
docs/directory. - We maintain bilingual support (English/Chinese) for major documentation.
Please use the GitHub Issues to report bugs or technical failures. Provide as much context as possible, including:
- The skill being used.
- The AI tool/Agent being used.
- Steps to reproduce the issue.
- Ensure scripts are well-commented and easy to read.
- Maintain consistency with the existing directory structure.
- Respect the MIT License.
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/antigravity-skills.git
- Create a feature branch:
git checkout -b feat/my-new-skill
- Commit your changes:
git commit -m "feat: add [skill-name] for [specific capability]" - Push to your fork and submit a Pull Request.
By contributing, you agree that your contributions will be licensed under the project's MIT License. We look forward to your innovative skills!