Thank you for your interest in contributing to Kusari Skills.
- Fork and clone this repository
- Create a feature branch from
main - Make your changes
- Run the linter:
bash scripts/lint.sh - Run the test suite:
bash tests/test-run-kusari-scan.sh && bash tests/test-sarif-parser.sh - Submit a pull request
Skills live under plugins/kusari/skills/<skill-name>/. Each skill has:
SKILL.md-- Skill definition with YAML frontmatter and step-by-step instructionsscripts/-- Supporting bash scripts (if needed)
See existing skills for examples of the expected format.
Open an issue on GitHub with:
- Steps to reproduce
- Expected vs actual behavior
- Claude Code version and OS
By contributing, you agree that your contributions will be licensed under the Apache-2.0 License.