rust-pro

rust-pro is a skill for Claude Code from DDS-Solutions/AI-TadPole-OS. It costs 39 tokens per session (601 once invoked), scanned A, original, MIT.

A guide to modern Rust development, including asynchronous programs, web backends, and Rust’s type-safety features. Rust is a programming language often used for fast and reliable system software.

In plain words
What is it for?
Use it when building Rust services with Tokio or Axum, designing typed application structure, and writing production systems code.
Why use it?
It helps agents choose suitable Rust patterns and avoid common problems in concurrent backend code.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it when building Rust services with Tokio or Axum, designing typed application structure, and writing production systems code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dds-solutions/ai-tadpole-os/rust-pro
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 DDS-Solutions/AI-TadPole-OS --skill rust-pro
Clone the repo
git clone --depth 1 https://github.com/DDS-Solutions/AI-TadPole-OS

Made for: Claude Code.

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 rust-pro

README.md
[![agentmods](https://agentmods.dev/badge/skills/dds-solutions/ai-tadpole-os/rust-pro/github.svg)](https://agentmods.dev/skills/dds-solutions/ai-tadpole-os/rust-pro)
Your own site
<a href="https://agentmods.dev/skills/dds-solutions/ai-tadpole-os/rust-pro"><img src="https://agentmods.dev/badge/skills/dds-solutions/ai-tadpole-os/rust-pro/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 rust-pro

Your own site · 80×15
<a href="https://agentmods.dev/skills/dds-solutions/ai-tadpole-os/rust-pro"><img src="https://agentmods.dev/badge/skills/dds-solutions/ai-tadpole-os/rust-pro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 601 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00039 $0.00601
Opus 5 $0.00019 $0.00300
Sonnet 5 $0.00008 $0.00120
Haiku 4.5 $0.00004 $0.00060

Measured 8d ago against content hash 5b2ac7fd044a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

rust-pro 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 8d 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.

.agent/skills/rust-pro/SKILL.md · 52 lines

What it actually says

[!IMPORTANT] AI Context & Knowledge Heritage

  • Subsystem: Agent Skills Registry / rust-pro
  • Architecture: @docs ARCHITECTURE:Documentation
  • Failure Path: Information drift, legacy terminology, or documentation mismatch.
  • Observability: Traceability via execution/parity_guard.py ([SKILL])

Rust Systems Engineering & Async Architecture

Philosophy: Zero-cost abstractions. Fearless concurrency. Strict type-level safety. Ecosystem Standard: Rust 1.75+, Tokio runtime, Axum 0.7+, thiserror, serde.


🎯 Progressive Disclosure & L3 Reference Index

Read REQUIRED core Rust engineering rules below; consult deep L3 Reference Guides on demand:

L3 Reference Guide Purpose Trigger / When to Load
references/async_axum_and_tokio_patterns.md Axum StateHub decomposition, Tokio channel selection, async task spawning Writing backend routes & Tokio actors

⚡ 1. Modern Rust Core Principles

  1. Decomposed State Hubs: In server-rs, inject state through AppState containing 5 decoupled hubs (comm, gov, reg, res, sec).
  2. Non-Blocking Runtime: Never call std::fs, std::thread::sleep, or blocking mutexes in async functions. Use tokio::task::spawn_blocking for CPU-heavy tasks.
  3. Structured Errors: Use thiserror for domain errors and return explicit Result<T, AppError>.
  4. Zero-Copy Serialization: Leverage serde with &str / Cow<'a, str> when deserializing high-throughput JSON.

🛠️ 2. Verification & Lint Gates

# 1. Check syntax and borrow checker
cargo check --manifest-path server-rs/Cargo.toml

# 2. Enforce strict Clippy warnings
cargo clippy --manifest-path server-rs/Cargo.toml -- -D warnings

# 3. Execute unit and integration test suites
cargo test --manifest-path server-rs/Cargo.toml
Files

What ships with it

1 file 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. 8d ago First seen · 52 lines · 39 tokens per session scan A 5b2ac7fd044a

Subscribe to this mod's changes

rust-pro is a skill published in the GitHub repository DDS-Solutions/AI-TadPole-OS (8 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 601 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

client-setup

Create a vanilla tRPC client with createTRPCClient (), configure link chain with httpBatchLink/httpLink, dynamic headers for auth, transformer on links (not client constructor). Infer types with inferRouterInputs and inferRouterOutputs. AbortController signal support. TRPCClientError typing.

trpc/trpc · 63 tokens

adapter-express

Mount tRPC as Express middleware with createExpressMiddleware() from @trpc/server/adapters/express. Access Express req/res in createContext via CreateExpressContextOptions. Mount at a path prefix like app.use('/trpc', ...). Avoid global express.json() conflicting with tRPC body parsing for FormData.

trpc/trpc · 67 tokens

trpc-router

Entry point for all tRPC skills. Decision tree routing by task: initTRPC.create(), t.router(), t.procedure, createTRPCClient, adapters, subscriptions, React Query, Next.js, links, middleware, validators, error handling, caching, FormData.

trpc/trpc · 59 tokens

webiny-api-cms-custom-field-type

How to implement a custom CMS field type that integrates with the model builder's fluent API. Covers extending DataFieldBuilder, composing validator interfaces, creating a FieldTypeFactory, registering via DI, and module augmentation for TypeScript autocomplete on the fields() registry.

webiny/webiny-js · 60 tokens

rust-standards

Rust/Tauri backend standards — L0–L3 layers, centralized platform/net/error ownership, Rust-first business logic, registries, error handling. Load for changes under apps/desktop/src-tauri/src/.

saeedkolivand/ai-job-hunter-app · 48 tokens

tauri-standards

Tauri shell standards — the IPC 5-step capability flow, command implementation pattern, and capability/permission wiring. Load for new IPC capabilities and changes to commands.rs / tauri-client.ts / capabilities/.

saeedkolivand/ai-job-hunter-app · 47 tokens