Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.16 KB

File metadata and controls

40 lines (26 loc) · 1.16 KB

Contributing to Skales DevKit

We welcome contributions to improve documentation, add example skills, and fix issues.

How to Contribute

Improve Documentation

  1. Fork this repository
  2. Edit files in docs/
  3. Submit a pull request with a clear description

Submit Example Skills

  1. Create a new folder in examples/skills/your-skill-name/
  2. Add a SKILL.md file following the Agent Skills format
  3. Test your skill by importing it into Skales
  4. Submit a pull request

Report Issues

  • Documentation errors — Open an issue in this repo
  • App bugs — Report at skales.app/feedback or use the in-app Bug Report button
  • Feature requests — Open a discussion in this repo

Guidelines

  • Keep documentation concise and practical
  • Include working examples wherever possible
  • Test skills before submitting
  • Do not include API keys, tokens, or credentials in any files
  • Use English for all documentation

Code of Conduct

Be respectful, constructive, and inclusive. We're building tools for everyone.

License

By contributing, you agree your contributions are licensed under MIT.