sota-rust

sota-rust is a skill for Claude Code from martinholovsky/SOTA-skills. It costs 199 tokens per session (2,720 once invoked), scanned A, original, CC-BY-4.0.

A Rust engineering guide for writing and reviewing Rust software. It covers ownership, error handling, unsafe code, asynchronous programming, security, and supply-chain checks.

In plain words
What is it for?
Use it to build or audit Rust applications, libraries, asynchronous services, and their dependency and security practices.
Why use it?
It helps you make consistent design and safety decisions in Rust projects, including code that uses concurrency or unsafe features.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sota-skills plugin — 42 skills, 1 hook shipped together

Good fit Use it to build or audit Rust applications, libraries, asynchronous services, and their dependency and security practices.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/martinholovsky/sota-skills/sota-rust
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add martinholovsky/SOTA-skills --skill sota-rust
Clone the repo
git clone --depth 1 https://github.com/martinholovsky/SOTA-skills

Made for: Claude Code.

Or install sota-skills, the plugin that ships this one along with the rest of its 42 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sota-rust

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinholovsky/sota-skills/sota-rust/github.svg)](https://agentmods.dev/skills/martinholovsky/sota-skills/sota-rust)
Your own site
<a href="https://agentmods.dev/skills/martinholovsky/sota-skills/sota-rust"><img src="https://agentmods.dev/badge/skills/martinholovsky/sota-skills/sota-rust/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sota-rust

Your own site · 80×15
<a href="https://agentmods.dev/skills/martinholovsky/sota-skills/sota-rust"><img src="https://agentmods.dev/badge/skills/martinholovsky/sota-skills/sota-rust.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 199 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,720 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00199 $0.02720
Opus 5 $0.00100 $0.01360
Sonnet 5 $0.00040 $0.00544
Haiku 4.5 $0.00020 $0.00272

Measured 12d ago against content hash 86d9b9b08443, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

sota-rust scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sota-rust/SKILL.md · 153 lines

The source is not reproduced here

Licensed CC-BY-4.0

The repository is licensed CC-BY-4.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 153 lines · 199 tokens per session scan A 86d9b9b08443

Subscribe to this mod's changes

sota-rust is a skill published in the GitHub repository martinholovsky/SOTA-skills (19 stars, last pushed today), licensed CC-BY-4.0. It adds 199 tokens to every session and 2,720 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cargo-workflows

Manage Rust projects effectively with Cargo workspaces, features, and tooling. Use when the user sets up Cargo workspaces, configures feature flags, writes build.rs scripts, prepares crates for publishing, or uses cargo clippy, cargo fmt, and other Cargo development tools.

VersoXBT/claude-initial-setup · 58 tokens

error-handling-rust

Implement idiomatic Rust error handling with Result, Option, and the ? operator. Use when the user handles errors in Rust, creates custom error types, uses thiserror or anyhow, implements the From trait for error conversion, or asks about Result/Option patterns and error composition strategies.

VersoXBT/claude-initial-setup · 62 tokens

ownership-borrowing

Master Rust's ownership, borrowing, and lifetime system for memory-safe code. Use when the user encounters borrow checker errors, lifetime annotations, needs smart pointers (Box/Rc/Arc), works with move semantics, or asks about Clone vs Copy, ownership transfer, and reference management in Rust.

VersoXBT/claude-initial-setup · 63 tokens

rust-patterns

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

affaan-m/ECC · 28 tokens

rust-project

Modern Rust project architecture guide for 2025. Use when creating Rust projects (CLI, web services, libraries). Covers workspace structure, error handling, async patterns, and idiomatic Rust best practices.

majiayu000/spellbook · 43 tokens

rust-patterns

Rust: ownership, lifetimes, async (Tokio), Result/anyhow/thiserror, traits, unsafe. Triggers: Rust, borrow checker, lifetime, Tokio, cargo, trait, impl, Result, unsafe, clippy.

softspark/ai-toolkit · 53 tokens