Генерация кода для flutter_rust_bridge

engineering

frb-code-generation is a Claude Code skill that maps change types in the flutter_rust_bridge repository to the minimal set of generation commands required. It provides a quick-reference table: edits to example Rust API files trigger `./frb_internal precommit-generate`; changes to `frb_codegen/` generation logic require both `precommit-generate` and `generate-internal-rust`; core API changes in `frb_rust/src/` need only `generate-internal-rust`; and root `README.md` or `CHANGELOG.md` edits propagate via `generate-internal-readme`. The skill enforces key rules — never manually patch generated outputs, always update the integration template before committing downstream changes, and check `remote-testing` rules before and after running codegen. It is aimed at contributors modifying Rust APIs, codegen logic, or examples in flutter_rust_bridge who need to run exactly the right commands without over-generating.