rust-onboard

rust-onboard is a skill for Claude Code from thrashr888/thrashr888-agent-kit. It costs 38 tokens per session (1,677 once invoked), scanned A, original, no licence file.

A setup process for a Rust project that adds standard development tools, continuous integration and delivery, and recommended project practices. Continuous integration and delivery means automatically checking, building, and preparing software changes.

In plain words
What is it for?
Starting a Rust project or adding standard tooling and automation to an existing one.
Why use it?
It provides the project infrastructure needed to develop and maintain a Rust codebase consistently.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the thrashr888-agent-kit plugin — 19 skills shipped together

Good fit Starting a Rust project or adding standard tooling and automation to an existing one.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thrashr888/thrashr888-agent-kit/rust-onboard
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 thrashr888/thrashr888-agent-kit --skill rust-onboard
Clone the repo
git clone --depth 1 https://github.com/thrashr888/thrashr888-agent-kit

Made for: Claude Code.

Or install thrashr888-agent-kit, the plugin that ships this one along with the rest of its 19 skills.

Its marketplace also offers this one on its own, as the plugin rust-onboard/plugin install rust-onboard after adding the marketplace above.

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-onboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/thrashr888/thrashr888-agent-kit/rust-onboard/github.svg)](https://agentmods.dev/skills/thrashr888/thrashr888-agent-kit/rust-onboard)
Your own site
<a href="https://agentmods.dev/skills/thrashr888/thrashr888-agent-kit/rust-onboard"><img src="https://agentmods.dev/badge/skills/thrashr888/thrashr888-agent-kit/rust-onboard/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-onboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/thrashr888/thrashr888-agent-kit/rust-onboard"><img src="https://agentmods.dev/badge/skills/thrashr888/thrashr888-agent-kit/rust-onboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,677 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.00038 $0.01677
Opus 5 $0.00019 $0.00839
Sonnet 5 $0.00008 $0.00335
Haiku 4.5 $0.00004 $0.00168

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

Security

Grade A, and why

rust-onboard 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/rust-onboard/SKILL.md · 341 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 341 lines · 38 tokens per session scan A 1b09a76ffb6c

Subscribe to this mod's changes

rust-onboard is a skill published in the GitHub repository thrashr888/thrashr888-agent-kit (4 stars, last pushed 20d ago), with no licence file. It adds 38 tokens to every session and 1,677 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-08-31.

Related

Other skills, from other repositories

rust-crate-ci

Load before editing any Rust crate in this repo (currently runners/swarm-sandbox-runner). Covers the mandatory local validation gate, common rustfmt/clippy pitfalls, and Windows-specific Rust correctness patterns that CI enforces but are hard to catch locally without a Windows toolchain.

ZaxbyHub/opencode-swarm · 60 tokens

rust-tooling-cicd

Use when structuring a Cargo workspace or building a Rust CI pipeline — fmt, clippy, cargo-deny/audit, nextest, coverage, MSRV. Not for writing the tests themselves (rust-testing-quality).

fusengine/agents · 51 tokens

cargo-workflows

Use when managing Cargo workspaces, feature flags, build scripts, CI caching, dependency auditing, or Cargo.lock with Rust.

OutlineDriven/outline-driven-development · 29 tokens

cargo-workflows

Cargo workflow skill for Rust projects. Use when managing workspaces, feature flags, build scripts, cargo cache, incremental builds, dependency auditing, or CI configuration with Cargo. Activates on queries about cargo workspaces, Cargo.toml features, build.rs, cargo nextest, cargo deny, cargo check vs build, or…

mohitmishra786/low-level-dev-skills · 72 tokens

scaffold-rust-cli

Scaffold a complete Rust CLI project with Cargo, cargo-deny, cargo-nextest, git-cliff, GitHub Actions CI/CD, and Makefile. Use when the user says "scaffold a Rust CLI", "new Rust CLI", "create a Rust binary crate", "start a Rust CLI", "bootstrap a Rust CLI", or starts a Rust command-line tool from scratch. Optionally…

cboone/agent-harness-plugins · 114 tokens

rust-ci-setup

Set up a CI/CD pipeline for Rust projects. Use when: creating CI for Rust, adding Clippy/fmt/test/audit to CI. Do not use: for local development setup, non-CI automation.

woliveiras/geremmyas · 48 tokens