rm-dust

rm-dust is a skill for Claude Code, Codex from aiya000/dotfiles. It costs 48 tokens per session (159 once invoked), scanned A, a copy of fd, MIT.

An entry point for a safer file-deletion command that uses the `suggest-alternative-commands` guidance instead of the standard `rm` command.

In plain words
What is it for?
Use it when someone wants to run `rm`, delete files, or explicitly mentions `rm-dust`. Its own entry contains no deletion rules; those come from the linked skill.
Why use it?
It helps prevent accidental file deletion by directing users to the configured alternative and handling cases where no alternative exists.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/aiya000/dotfiles/rm-dust
Any agent
npx skills add aiya000/dotfiles --skill rm-dust
Clone the repo
git clone --depth 1 https://github.com/aiya000/dotfiles

Made for: Claude Code, Codex.

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 rm-dust

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiya000/dotfiles/rm-dust.svg)](https://agentmods.dev/skills/aiya000/dotfiles/rm-dust)
Your own site
<a href="https://agentmods.dev/skills/aiya000/dotfiles/rm-dust"><img src="https://agentmods.dev/badge/skills/aiya000/dotfiles/rm-dust.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 159 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 83% copy Near-identical to another mod 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 $0.00048 $0.00159
Opus 5 $0.00024 $0.00079
Sonnet 5 $0.00010 $0.00032
Haiku 4.5 $0.00005 $0.00016

Measured 4d ago against content hash 4304d831f05c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

rm-dust 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 4d 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.

Origin

This is a copy

83% identical to fd — 10 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.kiro_global/skills/rm-dust/SKILL.md · 21 lines

What it actually says

rm-dust

Alias skill for using rm-dust instead of rm.

Behavior

Activate the suggest-alternative-commands skill and follow its instructions.

  • The actual replacement rule (rmrm-dust) lives there
  • How to handle a missing alternative is also defined there

Notes

This skill is only an entry point to suggest-alternative-commands and holds no rules of its own. Edit suggest-alternative-commands to change the behavior.

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. 4d ago First seen · 21 lines · 48 tokens per session scan A 4304d831f05c

Subscribe to this mod's changes

rm-dust is a skill published in the GitHub repository aiya000/dotfiles (19 stars, last pushed today), licensed MIT. It adds 48 tokens to every session and 159 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 83% identical to fd, differing in 10 lines, and is treated as a copy.

Related

Other skills, from other repositories

coding

Principles for writing and designing code, covering API and abstraction design, naming, comment discipline, and standards of evidence for claims about code behavior. Use whenever the task is to write or modify code, design an API or software architecture, or review code.

ryota2357/dotfiles · 53 tokens

restart__pull_request

乱れた (fix-up コミット過多・議論の脱線・大規模な書き直し) プルリクエストを、 ユーザーが "restart" / "やり直し" したいときに起動する。既存 PR を close し、 ブランチを新ブランチ上の単一のクリーンなコミットに squash し、過去の PR 議論 (レビューコメント・スレッド・リアクション) を統合した説明文で新しい PR を作成する。 元のブランチを force-push してはならない。必ず新しいブランチを作成する。.

shunsock/dotfiles · 159 tokens

validate__japanese

日本語の Markdown 文書 (README・ドキュメント・ブログ下書き・.md) を編集した後に起動する。textlint の ja-technical-writing / ja-spacing プリセットで、長すぎる一文・読点過多・文体の混在・全角半角スペースを検出する。さらに文中ハードラップ (文末でない位置で折り返した、意味のない改行) を検出し、段落・箇条書き項目を 1 行に連結して調整する。1 行に文を積み上げた箇所は、箇条書きへの変換候補として検出する。実在のシンボルを指すコードスニペットへ参照リンクも付与する。日本語の .md を変更したときに使用する。.

shunsock/dotfiles · 200 tokens

clean__comment_out

ソースコードを編集・作成した後に起動する。変更したファイルから、共有 whitelist マーカー (TODO/FIXME/SEE/CONSTRAINT/NOTE/HACK/SAFETY) で始まらない非 doc コメントを すべて削除する。What コメント・汎用 Why・コメントアウトされたデッドコード・ legacy XXX・CONSTRAINT に紐付かない単独 REASON: 行などマーカーの無いコメントは削除し、 whitelist マーカーで始まるコメントと CONSTRAINT に続く REASON: 継続行と 公開インターフェースのドキュメンテーションコメント (rustdoc ///…

shunsock/dotfiles · 188 tokens

prepare__issue

あなたは要件定義済みの Issue を実装着手可能な状態へ引き上げるオーケストレーターである。 対象は status:acknowledged の Issue であり、完了時に status:ready へ遷移させる。.

shunsock/dotfiles · 145 tokens

rescue__pull_request_review

GitHub PR にレビュアー (人間または AI) がコメントを残した後に起動する。 レビューコメントを読み取り、要求されたコード変更を適用し、コミットして push する。 レビューフィードバックの各ラウンドごとに繰り返す。ユーザーの確認は不要 — Claude がこのプロセス全体を自律的に起動・実行する。.

shunsock/dotfiles · 104 tokens