Skills | rewrite.rs

// skills

Skills. Judgment, not snippets.

Skills for coding agents writing real Rust: use the ownership system instead of working around it, design errors and APIs that survive review, and port code into Rust without losing behavior.

npx skills@latest add rewrite-rs/skills
View on GitHub

idiomatic-rust

Write Rust that reads like Rust.

ownership-not-clone

Borrow instead of cloning your way past the compiler.

rust-errors

Handle errors correctly, not just cleanly.

type-driven-design

Make illegal states unrepresentable.

port-to-rust

Port into Rust without losing behavior.

rust-code-review

Review Rust against what was actually asked.