Thank you for your interest in contributing! This project provides AI plugins, skills, and tools for the Starsim disease modeling framework.
Open an issue on GitHub with a clear description of the problem or suggestion.
- Fork the repository and create a feature branch.
- Skills live in
plugins/<plugin-name>/skills/<skill-name>/SKILL.md. - Follow the existing skill format (YAML frontmatter + markdown body).
- Test your skill by installing the plugin locally in Claude Code.
- Open a pull request with a description of what the skill does and why.
- Create a directory under
plugins/<plugin-name>/. - Add a
.claude-plugin/plugin.jsonmanifest. - Add the plugin to
.claude-plugin/marketplace.jsonin the root. - Include a
README.mdin the plugin directory.
- Python code should follow standard Python conventions.
- Keep internal scripts in
internal/— these are not user-facing. - Update
CHANGELOG.mdwhen making user-visible changes.
By contributing, you agree that your contributions will be licensed under the MIT License.