Добавление контрибьюторов в open-source проект

productivity

frb-add-contributor is a Claude Code skill that manages the full cycle of crediting contributors to the flutter_rust_bridge project via all-contributors. It covers eight sequential steps: searching contributor PRs with `gh search prs`, mandatory human-confirmation checkpoints before any mutation, preparing `.all-contributors-custom.yaml` with human-written contribution summaries, posting `@all-contributors please add` comments, validating metadata (including upgrading `http://` homepage URLs to `https://`), regenerating artifacts with `./frb_internal generate-internal-contributor`, resolving merge conflicts in `.all-contributorsrc` and `README.md`, and merging the resulting PRs via `gh pr merge`. It is designed for flutter_rust_bridge maintainers who need to batch-credit multiple PR authors during release reconciliation.