Skip to content

tailrocks/rust-best-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-best-practices

Claude Code plugin and reusable agent skill for writing and reviewing idiomatic Rust code.

The skill is source-neutral: it applies Rust ecosystem guidance for new and existing Rust projects, including ownership, borrowing, API design, error handling, tests, rustdoc, Clippy, rustfmt, performance, unsafe code review, and maintainable project structure.

Skills

Skill Description
rust-best-practices Review, write, and refactor Rust code for readability, API design, ownership, errors, tests, docs, tooling, and performance.

Installation

Claude Code

After the marketplace is published:

/plugin marketplace add tailrocks/tailrocks-marketplace
/plugin install rust-best-practices@tailrocks-marketplace

For local development:

cd rust-best-practices
claude --plugin-dir .

Then use the namespaced skill in Claude Code:

/rust-best-practices:rust-best-practices review this crate

Codex

See .codex/INSTALL.md.

Repository Layout

rust-best-practices/
|-- .claude-plugin/
|   `-- plugin.json
|-- skills/
|   `-- rust-best-practices/
|       |-- SKILL.md
|       |-- agents/
|       `-- references/
|-- .codex/
|   `-- INSTALL.md
|-- AGENTS.md
|-- CLAUDE.md
|-- LICENSE
`-- README.md

License

Apache-2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors