website/src/metadata/skill-base-rivetkit-client-rust.md
Use this skill when building Rust clients that connect to Rivet Actors with rivetkit::client.
RivetKit version: {{RIVETKIT_VERSION}}
cargo add rivetkit anyhow async-trait
cargo add serde --features derive
cargo add tokio --features full
Client::new(ClientConfig::new(endpoint)) and call typed actions with get_or_create_typed_default::<A>(...).anyhow::Result with ?.match arms unless absolutely needed.If you need more about Rivet Actors, registries, or server-side RivetKit, add the main skill:
npx skills add rivet-dev/skills
Then use the rivetkit skill for backend guidance.