coding-guidelines

Checks Rust code for good naming and neat formatting, following the language's best practices.

Installation
Run `npx skills add "https://github.com/actionbook/rust-skills" --skill "coding-guidelines"` to install this skill, then follow its SKILL.md instructions for my next request.

Paste this into Claude Code, Cursor, or any agent that can run commands.

What this skill does
What it does: This skill is a reference list of about 50 core style and best-practice rules for writing clean Rust code. It covers naming things consistently (like function and variable names), formatting code neatly, handling text and strings efficiently, managing memory and error handling the recommended way, and writing safe code that runs multiple tasks at once. It also lists older techniques that are now considered outdated, along with the modern replacement to use instead. When to use it: - Someone asks how to name or format something correctly in Rust - Reviewing code for style and consistency, not just correctness - Wanting to know the current best practice instead of an older, outdated approach - Cleaning up code before sharing it with a team This is background guidance that's automatically referenced during code style questions and reviews, rather than something a person runs as a direct command.

The full skill text could not be loaded right now. It installs fine with the command above, or read it at the source.

Mirrored from the author's public source. Install counts from the open skills registry.

The systems behind these skills get built for partners every week.

Partner with us