rust-troubleshooting

Installation
SKILL.md

Rust Troubleshooting

Best practices, common patterns, and idiomatic Rust.

When to Use This Skill

Activate when:

  • Following Rust best practices (borrowing, error propagation, iterators)
  • Applying design patterns (builder, newtype)
  • Choosing between &str and &String
  • Writing idiomatic Rust code

For best practices, common patterns, and idiomatic guidelines, see references/troubleshooting.md.

Related skills
Installs
3
GitHub Stars
18
First Seen
Mar 23, 2026