Thanks for your interest in improving FlowMaster.
Open a GitHub issue with:
- What you expected to happen
- What actually happened
- Steps to reproduce
- Your environment (OS, Node.js version, Claude Code version)
- Fork the repository
- Create a feature branch (
git checkout -b feat/my-change) - Make your changes
- Test the skill by copying
flowmaster.mdto~/.claude/commands/and running/flowmaster analyzeon a real project - Commit with a clear message (
git commit -m "feat: add Flutter deep link detection") - Push and open a pull request
Use Conventional Commits:
feat: add new feature
fix: correct a bug
docs: update documentation
refactor: restructure without changing behavior
- Adding detection patterns for new frameworks or platforms
- Improving layout algorithms for edge cases
- Better UX gap detection heuristics
- Documentation and examples
Be respectful, constructive, and collaborative. We are building tools to help developers ship better products.
By contributing, you agree that your contributions will be licensed under the MIT License.