A CLAUDE.md is just a markdown file at the root of your repo. Copy the content below into your own project's CLAUDE.md to give your agent the same context.
npx versuz@latest install fzyzcjy-flutter-rust-bridge --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/fzyzcjy/flutter_rust_bridge/HEAD/CLAUDE.md# flutter_rust_bridge Development Rules ## Rules ### Do not manually edit these auto-generated files | File Pattern | Description | |--------------|-------------| | `frb_generated.*` | Generated by `frb_codegen` - modify generator logic instead | | `*.freezed.dart` | Freezed output | | `*.g.dart` | Code generator output | ## Skills - `frb-code-generation` - Which generation commands to run - `frb-develop-feature` - New feature development workflow - `frb-test` - How to run tests - `frb-debugging` - Debug code generation issues - `frb-lint` - Lint and format checks - `frb-prepare-pr` - PR preparation - `frb-fix-ci` - CI fixes - `frb-docker` - Docker/devcontainer usage and dev image publishing