Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.08 KB

File metadata and controls

55 lines (36 loc) · 1.08 KB

Contributing to Skills Repository

Thank you for your interest in contributing to the Skills Repository!

How to Contribute

1. Fork and Clone

git fork https://github.com/open-aibank/skills-tron
git clone https://github.com/your-username/skills-tron
cd skills-tron

2. Create a New Skill

Follow the AGENTS.md guide to create your skill:

mkdir -p my-skill/{examples,resources,scripts}

3. Test Your Skill

  • Ensure SKILL.md has valid YAML frontmatter
  • Test with an AI agent
  • Verify all examples work
  • Check JSON files are valid

4. Submit Pull Request

  • Create a descriptive PR title
  • Explain what the skill does
  • Include testing instructions
  • Reference any related issues

Skill Quality Guidelines

  • ✅ Clear, step-by-step instructions
  • ✅ Complete examples
  • ✅ Proper error handling
  • ✅ Security considerations documented
  • ✅ All dependencies listed

Code of Conduct

Be respectful and constructive in all interactions.

Questions?

Open an issue or reach out to maintainers.


Thank you for contributing! 🎉