rust-skills
Idiomatic Rust coding rules for writing, reviewing, refactoring
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install rust-skills?โผ
Run `npx skills add leonardomso/rust-skills --all -g -y` in your terminal to install the full rule set globally.
How to make AI write better Rust code?โผ
Install this skill and ask your agent to review or write Rust; it automatically applies 265 expert rules on ownership, error handling, async, and performance.
Does rust-skills work with Claude Code and Cursor?โผ
Yes. It follows the universal SKILL.md standard and works with Claude Code, Cursor, Windsurf, Copilot, Codex, Aider, Zed, and other compatible agents.
What Rust problems does rust-skills catch?โผ
It catches excessive cloning, unwrap abuse, locks held across await points, unsafe code without safety comments, and dozens of other anti-patterns with before-and-after fixes.
Is rust-skills up to date with modern Rust?โผ
Yes. The rules are current for Rust 1.96 and the 2024 edition, covering native async fn in traits, let-else, and updated unsafe attribute syntax.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core