mirror of
https://github.com/phuryn/pm-skills.git
synced 2026-06-10 21:44:56 +03:00
1022 B
1022 B
Contributing
PM Skills Marketplace is maintained by Paweł Huryn (pawel@productcompass.pm). Contributions are welcome — whether it's a bug fix, a typo, or a new skill idea.
How to Contribute
- Bugs and small fixes — open a PR directly.
- New skills, commands, or larger changes — open an issue first so we can discuss the approach.
Guidelines
- Keep PRs focused — one change per PR.
- Follow existing patterns: skills are nouns (domain knowledge), commands are verbs (workflows).
- Every skill needs frontmatter with
nameanddescription. Every command needsdescriptionandargument-hint. - Skill
namemust match its directory name. - No cross-plugin references in commands. Suggest follow-ups in natural language only.
- Every contributor will be listed publicly.
- Run the validator before submitting:
python3 validate_plugins.py
License
By contributing, you agree that your contributions will be licensed under the MIT License.