
Actionbook Rust Skills
- 1.3k repo stars
- Updated May 24, 2026
- actionbook/rust-skills
actionbook-rust-skills is a Claude Code plugin that indexes Rust help by the problems developers hit first—ownership, concurrency, errors, and unsafe—instead of generic topic lists.
About
actionbook-rust-skills is a Claude Code plugin that packages the Rust Developer AI Assistance System: a meta-problem-driven index so your agent answers Rust questions in the order real blockers appear—ownership and borrowing before async footguns, error design before unsafe shortcuts. Developers shipping CLIs, services, or agent-adjacent Rust crates install it when generic LLM advice drifts from idiomatic Rust or skips borrow-checker constraints. Use it during active build and refactor sessions, when reviewing concurrency or FFI, and when iterating on production Rust after incidents. It is development tooling layered on Claude Code, not a separate IDE or linter; pair it with tests and `cargo clippy` rather than treating it as audit proof. The catalog lists one plugin with twelve discovery keywords spanning concurrency, handling, and unsafe work.
- Meta-problem-driven knowledge indexing tuned to Rust pain points (ownership, lifetimes, async).
- Coverage across concurrency, error handling, unsafe, and domain-specific patterns.
- Single-plugin bundle from actionbook/rust-skills (~977 GitHub stars).
- Keyword-aligned domains: development, patterns, intelligence, covering.
Actionbook Rust Skills by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
/plugin install actionbook-rust-skills@actionbook/rust-skillsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1.3k |
|---|---|
| Last updated | May 24, 2026 |
| Repository | actionbook/rust-skills ↗ |
What it does
Give Claude Code structured, problem-first Rust guidance on ownership, concurrency, error handling, and unsafe patterns while you ship systems code.
Who is it for?
Best when you use Claude Code on Rust backends, CLIs, or embedded-style crates and want agent answers anchored to real compiler and concurrency failures.
Skip if: Skip if you only need occasional Rust snippets without a Claude Code workflow, or greenfield learners and have not opened a `Cargo.toml` yet.
What you get
After install, Claude Code routes Rust questions through problem-ordered guidance so fixes align with ownership, async, and error-handling realities.
- Problem-ordered Rust guidance inside Claude Code sessions
- Faster resolution paths for concurrency, error, and unsafe questions
Recommended Plugins
How it compares
Domain-specific agent skill pack for Rust, not a standalone MCP server or rust-analyzer replacement.
FAQ
Who is Actionbook Rust Skills for?
It is for developers who code Rust in Claude Code and want indexed assistance on ownership, concurrency, errors, and unsafe—not generic chat prompts.
When should I use Actionbook Rust Skills?
Use it while building or refactoring Rust, during ship-phase reviews of async or FFI, and when iterating on bugs that involve borrow rules or error types.
How do I add Actionbook Rust Skills to my agent?
Install the plugin from the actionbook/rust-skills Claude Code plugin bundle (one plugin), enable it in Claude Code, then invoke it when Rust compile errors or design questions appear in session.