AI AGENT ADDONS

M15 Anti Pattern

actionbook/rust-skills

When reviewing Rust code, certain patterns can hide deeper problems. This guide helps you spot common mistakes like overusing .clone() or .unwrap() in production code. It shows you better ways to write clean and safe Rust.

Anyone doing code reviews will find this useful. It lists top beginner mistakes and gives clear fixes. Use it to catch code smells early and guide your team toward idiomatic Rust.

Add M15 Anti Pattern skill to your workflow

Global

mkdir -p ~/.claude/skills/m15-anti-pattern

Project

mkdir -p .claude/skills/m15-anti-pattern

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago